Regridding restarts for Fortuna 2.0: Difference between revisions
No edit summary |
|||
Line 68: | Line 68: | ||
to 1x1.25-deg, you have: | to 1x1.25-deg, you have: | ||
<pre> | |||
rs_hinterp_$ARCH.x -dyn fvcore_internal_rst | rs_hinterp_$ARCH.x -dyn fvcore_internal_rst | ||
-moist moist_internal_rst | -moist moist_internal_rst | ||
Line 75: | Line 76: | ||
-im 288 | -im 288 | ||
-jm 181 | -jm 181 | ||
</pre> | |||
where | where | ||
TOPO_OLD is linked to: | <code>TOPO_OLD</code> is linked to: | ||
/discover/nobackup/dkokron/geos5/bcs/GEOSagcm-Eros-beta7p8/DC/144x91/topo_DYN_ave_144x91_DC.data | |||
/discover/nobackup/dkokron/geos5/bcs/GEOSagcm-Eros-beta7p8/DC/144x91/topo_DYN_ave_144x91_DC.data | |||
and | and <code>TOPO_NEW</code> is linked to: | ||
/discover/nobackup/dkokron/geos5/bcs/GEOSagcm-Eros-beta7p8/DC/288x181/topo_DYN_ave_288x181_DC.data | |||
/discover/nobackup/dkokron/geos5/bcs/GEOSagcm-Eros-beta7p8/DC/288x181/topo_DYN_ave_288x181_DC.data | |||
Line 90: | Line 93: | ||
This will produce: | This will produce: | ||
fvcore_internal_rst.0288x0181 | fvcore_internal_rst.0288x0181 | ||
moist_internal_rst.0288x0181 | moist_internal_rst.0288x0181 | ||
pchem_internal_rst.0288x0181 | pchem_internal_rst.0288x0181 | ||
gocart_internal_rst.0288x0181 | gocart_internal_rst.0288x0181 | ||
==Regridding Land-Surface Related Restarts== | ==Regridding Land-Surface Related Restarts== |