Regridding restarts for Fortuna 2.0: Difference between revisions
No edit summary |
No edit summary |
||
Line 181: | Line 181: | ||
In this case, the target TILE files are consistent with the | In this case, the target TILE files are consistent with the | ||
<code>mosaic_veg_typs_fracs dataset</code> which resides in the <code>InData</code> directory. | <code>mosaic_veg_typs_fracs dataset</code> which | ||
resides in the <code>InData</code> directory. | |||
Therefore you do not have link in the old <code>nirdf.dat</code>, <code>visdf.dat</code>, and | Therefore you do not have link in the old <code>nirdf.dat</code>, <code>visdf.dat</code>, and | ||
<code>lai_grn_clim</code> datasets. | <code>lai_grn_clim</code> datasets. | ||
== Bootstrapping for a Complete Set of Restarts == | |||
The above procedure produces all the necessary restart files for the model to run, but others are needed for proper function. The model can produce them starting from the minimal set created by the regridding procedure; this requires some modification of the <code>AGCM.tmpl</code> file in your experiment home directory (probably under your account home directory). | |||
In <code>AGCM.tmpl</code> -- you might want to keep a copy for normal runs -- and using <code>turb_import_rst</code> as an example, comment out the lines referring to <code>RESTART</code>: | |||
TURBULENCE_IMPORT_RESTART_FILE: turb_import_rst | |||
TURBULENCE_IMPORT_RESTART_TYPE: binary | |||
TURBULENCE_IMPORT_CHECKPOINT_FILE: turb_import_checkpoint | |||
TURBULENCE_IMPORT_CHECKPOINT_TYPE: binary | |||
#TURBULENCE_IMPORT_RESTART_FILE: turb_import_rst | |||
#TURBULENCE_IMPORT_RESTART_TYPE: binary | |||
TURBULENCE_IMPORT_CHECKPOINT_FILE: turb_import_checkpoint | |||
TURBULENCE_IMPORT_CHECKPOINT_TYPE: binary | |||
Running the model for a model day will produce a full set of restart files, which can be used with the default model configuration. |