Strongly Coupled LETKF applied to the Climate Forecast System version 2 (CFSv2). Default settings use the T62/L64 version of GFS and the 0.5 degree MOM. Fix files, and CFSR data must be obtained separately. Information about how to run most of the scripts can be shown by running with the -h
flag, (e.g. ./util/get_cfsr -h
All further documentation, including how to compile and run, are contained on the wiki: GitHub wiki for CFSv2-LETKF
####Directory Structure
cfs
- unmodified NCEP code for the CFSv2common
- python modules and fortran code used by several other programsconfig
- site specific configuration for compiling and runningletkf-gfs
- GFS-LETKF, atmospheric data assimilationletkf-mom
- MOM-LETKF, oceanic data assimilationlib-ncep
- support libraries from NCEP required for compiling other executablesrun
- scripts to initialize and run the CFS / data assimilation cycleutil
- other utility programs required by the CFS and/or GFS-LETKF code