User's and Developer's Guide for Fortuna 2.4: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page explains various aspects of running GEOS-5 Fortuna 2.4.
This page explains various aspects of running GEOS-5 Fortuna 2.4.


'''Back to [[GEOS-5 Documentation for Fortuna 2.4]]'''


== Saving State (restart files) ==
== Saving Restarts During a Run==


Normally the model saves a set of restart files at the end of each run segment to have a record of the state when it starts the next segment.  The model can also save restarts during a segment.  The parameters for this function are set in the following fields in AGCM.rc:
Normally the model saves a set of restart files at the end of each run segment to have a record of the state when it starts the next segment.  The model can also save restarts during a segment.  The parameters for this function are set in the following fields in AGCM.rc:
Line 25: Line 26:
If restarts are to be saved only once before the end of the segment, then it should be set to 0.
If restarts are to be saved only once before the end of the segment, then it should be set to 0.


== Getting the Names of Exports ==


== Getting the Names of Exports ==
You can have the model print a list of exports (for HISTORY.rc, for example) to stdout by changing the following line in CAP.rc:
 
PRINTSPEC: 0  # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)


You can get the units by running the model executable
to
with this line in CAP.rc changed to 3:


PRINTSPEC: 0 # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)
  PRINTSPEC: 3  # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)
|
V
PRINTSPEC: 3  # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)


This will produce a list of exports, their gridded components, units,  
Running the model executable will then produce a list of exports, their gridded components, units, and
dimensions to stdout.  Just change the CAP.rc and run the executable --  
dimensions.  Just change the CAP.rc and run the executable -- it will make the list and nothing else.  A list of imports to gridded components may also be generated using the proper setting, as should be clear.
it will make the list and nothing else.


== Displaying Model Experiment Results ==
== Displaying Model Experiment Results ==