[MITgcm-support] Offline model help

Tongya Liu tl2913 at columbia.edu
Sat Dec 8 09:16:40 EST 2018


Hi MITgcm users,

I’m running a 2-D offline model driven by the surface geostrophic current. I have a month long set of daily velocity fields to advect the floater in the domain. 

data.off:

&FFLINE_PARM01
 UvelFile='input/ug',
 VvelFile='input/vg',
&

&OFFLINE_PARM02
 offlineLoadPrec=64,
 offlineIter0=0,
 deltaToffline=86400.,
 offlineForcingPeriod=2592000.,
 offlineForcingCycle=0.,
&

My forcing files are named this way: ug.0000000001-30.data & vg.0000000001-30.data.

data:
&PARM03
nIter0=0,
nTimeSteps=30,
deltaTClock=86400.0,

pChkptFreq=0.0,
chkptFreq=0.0,
dumpFreq=0.0,

monitorFreq=86400.0,
&

When I run the model, I always got the error like this:

forrtl: severe (24): end-of-file during read, unit 11, file /MITgcm_github/verification/floater/off_2d/scratch1.000000019, line 17, position 0
Image              PC                Routine            Line        Source
libifcoremt.so.5   00002AAAAFE4FA04  for__io_return        Unknown  Unknown
libifcoremt.so.5   00002AAAAFE9BD76  for_read_seq_nml      Unknown  Unknown
mitgcmuv           0000000000682056  Unknown               Unknown  Unknown
mitgcmuv           0000000000894E03  Unknown               Unknown  Unknown
mitgcmuv           0000000000883975  Unknown               Unknown  Unknown
mitgcmuv           00000000008BC24D  Unknown               Unknown  Unknown
mitgcmuv           00000000007CFF8F  Unknown               Unknown  Unknown
mitgcmuv           00000000004032FE  Unknown               Unknown  Unknown
libc-2.17.so       00002AAAB1B2EB35  __libc_start_main     Unknown  Unknown
mitgcmuv           00000000004031F9  Unknown               Unknown  Unknown

It seems the model can’t read the forcing files properly, but I’m sure I made the forcing files in a right way. I’m not sure whether I use the correct offlineForcingPeriod and deltaToffline. What should I do to check the problem and figure it out?

I would be very grateful for someone to help me.

Tongya


More information about the MITgcm-support mailing list