Coder Social home page Coder Social logo

umd-aosc / cfsv2-letkf Goto Github PK

View Code? Open in Web Editor NEW
1.0 12.0 1.0 6.08 MB

Strongly Coupled LETKF applied to the Climate Forecast System version 2 (CFSv2)

License: GNU General Public License v2.0

Makefile 0.18% Fortran 95.28% C 1.00% Perl 0.28% Shell 0.57% C++ 1.78% Assembly 0.03% Python 0.85% Pascal 0.04%

cfsv2-letkf's Introduction

CFSV2-LETKF

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 CFSv2
  • common - python modules and fortran code used by several other programs
  • config - site specific configuration for compiling and running
  • letkf-gfs - GFS-LETKF, atmospheric data assimilation
  • letkf-mom - MOM-LETKF, oceanic data assimilation
  • lib-ncep - support libraries from NCEP required for compiling other executables
  • run - scripts to initialize and run the CFS / data assimilation cycle
  • util - other utility programs required by the CFS and/or GFS-LETKF code

cfsv2-letkf's People

Contributors

cd10kfsu avatar kbhargava avatar stevepny avatar

Stargazers

Eviatar Bach avatar

Watchers

Eviatar Bach avatar James Cloos avatar Tse-Chun Chen avatar  avatar Sreenivas Pentkota avatar  avatar Travis Sluka avatar  avatar Siva Reddy avatar Arya Paul avatar Chu-Chun Chang avatar  avatar

Forkers

travissluka

cfsv2-letkf's Issues

Different directory structure for nature and CFSR

It seems that CFSR downloads are stored in DATA/CFSR/T126/YYYY/YYYYMM/YYMMDD/YYMMDDHH.{sig/sfc} while nature run is stored as DATA/nature/YYYY/YYYYMM/YYMMDD/YYMMDDHH/YYMMDDHH.{sfc/sig}. This creates an issue when using the run/init_cycle as the glob function needs a different pathname description. When using CFSR data to initialize change line 118 of init_cycle from adates = glob(args.initGFS+'/////{}.sig'.format(args.date[-2:])) to adates = glob(args.initGFS+'////*{}.sig'.format(args.date[-2:]))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.