/Spectral_SW

Spectral shallow water dynamic core

Primary LanguageFortran

This is a sepctral model with shallow water dynamic core, this model was developed by GFDL

Some test cases (Williamson, 1992) was added into the code by Zhou Lilong, including:
test case 2 : Global Steady State Nonlinear onal Geostrophic Flow
test case 5 : Zonal Flow Over an Isolated Mountain
test case 6 : Rossby-Haurwitz Wave

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