GFDL Hybrid Model (version 5)
Quick-start guide for non-GFDL users

Setup

  1. Create your root path. Recommended path: ~/fms/run
  2. Copy install.csh to your desired ROOT directory, and execute it inside of ROOT:

    wget http://www.gfdl.noaa.gov/~atw/hybrid/install.csh
    chmod +x install.csh
    ./install.csh

    This should download all the code and the data files, and customize the scripts and utilities for your installation.  If there are any errors, execute the lines of install.csh yourself, one-by-one.
  3. Verify that all the paths and utilities used in the compile script and run script, located at hybrid/sfm1p5_180x96x25/scripts/{mk_,}exp01, are what you want. 
  4. Create your temporary directory for execution, and put this path inside the TMPDIR environment variable:
    setenv TMPDIR your_temp_directory

Compile and run a short test

  1. Run compile_and_run.csh to compile and run the test case.  If there are errors, execute the lines of compile_and_run.csh yourself, one-by-one.
  2. Examine the output NetCDF files in hybrid/sfm1p5_180x96x25/exp01/history.  Compare against my results in the compare_output directory.
  3. Examine the output ASCII files in hybrid/sfm1p5_180x96x25/exp01/ascii
  4. Examine the output restart files in hybrid/sfm1p5_180x96x25/exp01/restart

Run a longer test

Modify the runtime options

Modify the source code



Andrew Wittenberg -- 1 March 2005