[MITgcm-support] pickup files
Ed Hill
ed at eh3.com
Tue Apr 6 22:59:27 EDT 2004
On Tue, 2004-04-06 at 10:45, Doroteaciro Iovino wrote:
> Hi all,
>
> I run the model for 10000 years. Now I would like to restart the model from the pickup files.
>
> How can I do that? Do I have to change any namelist or variable?
> I tried to see this information on user guide but I didn't find it.
Hi Doroteaciro,
Use of the pickups is determined by the following conditions within the
model/src/ini_fields.F file which is represented in a shortened (pseudo-
code) form here as:
C-- Set model variables to initial/restart conditions
IF ( startTime .EQ. 0. .AND. nIter0 .EQ. 0
& .AND. pickupSuff .EQ. ' ' ) THEN
C ...DO NOT READ PICKUP...
ELSE
C ...READ PICKUP...
ENDIF
And an example of one of our verification tests that starts by reading a
pickup is "global_ocean.cs32x15":
http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/verification/global_ocean.cs32x15
Hope that helps!
Ed
--
Edward H. Hill III, PhD
office: MIT Dept. of EAPS; Room 54-1424; 77 Massachusetts Ave.
Cambridge, MA 02139-4307
email: eh3 at mit.edu, ed at eh3.com
URL: http://web.mit.edu/eh3/
phone: 617-253-0098
fax: 617-253-4464
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20040406/3e644808/attachment.sig>
More information about the MITgcm-support
mailing list