Running ADAS: Difference between revisions
Line 41: | Line 41: | ||
A pdf of the entire <tt>fvsetup</tt> session is provided here: [[File: Fvsetup_session.pdf]]. | A pdf of the entire <tt>fvsetup</tt> session is provided here: [[File: Fvsetup_session.pdf]]. | ||
==== | ====FVHOME==== | ||
FVHOME is the home directory for fvDAS experiment. Resource files, restarts and system output will be stored | FVHOME is the home directory for fvDAS experiment. Resource files, restarts and system output will be stored | ||
under this directory. Usually it contains subdiretories: | under this directory. Usually it contains subdiretories: | ||
Line 62: | Line 62: | ||
Some of these directories are stored in the archive. After running one cycle look in <tt>$ARCHIVE/g591p7ops</tt> (where <tt>g591p7ops</tt> is the experiment ID). | Some of these directories are stored in the archive. After running one cycle look in <tt>$ARCHIVE/g591p7ops</tt> (where <tt>g591p7ops</tt> is the experiment ID). | ||
====Run directory==== | |||
$ cd $ | $ cd $FVHOME/run | ||
To simulate the OPS run d591_fpit, we make a few changes: | |||
# NX, NY in AGCM.rc.tmpl and AGCM.BOOTSTRAP.rc.tmpl have the same values as in the OPS run | |||
# Copy HISTORY.rc.tmpl over from the OPS run | |||
# Copy obsys.rc over from the OPT run | |||
# NX, NY in GSI_GridComp.rc.tmpl should match those from the OPS run | |||
# Set NUM_SGMT to 1 in CAP.rc.tmpl | |||
====One cycle==== | |||
To run one segment each of <tt>GSIsa.x</tt> and <tt>GEOSgcm.x</tt> add '<tt>exit</tt>' before 'PART IV - Next PBS Job Segment' in <tt>g5das.j</tt>. | To run one segment each of <tt>GSIsa.x</tt> and <tt>GEOSgcm.x</tt> add '<tt>exit</tt>' before 'PART IV - Next PBS Job Segment' in <tt>g5das.j</tt>. | ||