phaustin / gfdl-fms-orig

Original release of the GFDL dry core model code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to start
~~~~~~~~~~~~~~
Documentation of these models can be found here:
http://www.gfdl.noaa.gov/idealized-spectral-models-quickstart

Summary of directory contents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin/
     -- mkmf script for creating Makefiles
     -- template files for the mkmf script
     -- list_paths generates a list of source code files using find
     -- time_stamp.csh used by run script

barotropic/ -- compile script. (uses mkmf)
            -- list of source code files needed for barotropic model. (used by mkmf)
            -- script for running the barotropic model.
            -- input data files needed for barotropic model.

shallow/   -- compile script. (uses mkmf)
           -- list of source code files needed for shallow water model. (used by mkmf)
           -- script for running the shallow water model.
           -- input data files needed for shallow water model.

full_dynamics/ -- compile script. (uses mkmf)
               -- list of source code files needed for full spectral dynamics model. (used by mkmf)
               -- script for running the full spectral dynamics model.
               -- input data files needed for full spectral dynamics model.

src/ -- source code files

postprocessing/ -- contains source code for a tool for combining distributed diagnostic output files

About

Original release of the GFDL dry core model code


Languages

Language:Fortran 54.0%Language:C++ 22.7%Language:HTML 13.8%Language:C 6.7%Language:Pawn 1.2%Language:Shell 1.1%Language:Perl 0.4%Language:Assembly 0.2%Language:PHP 0.0%