[MITgcm-support] Offline model help

Martin Losch Martin.Losch at awi.de
Mon Apr 1 08:37:38 EDT 2019


Hi Tongya,

where you able to figure this out? I am sorry that no-one replied. Your error message means that there’s something wrong in one of you namelist files.
Maybe you can keep and inspect “scratch1.000000019” This is a copy of one of your namelist files, where apparently (or rather “likely”) the termination character of one of the namelists is incorrect. If that’s the case you can set your termination character from “&” to “/“ by adding DEFINES=“$DEFINES -DNML_TERMINATOR” (or similar) in your build options file.

Martin

> On 8. Dec 2018, at 15:16, Tongya Liu <tl2913 at columbia.edu> wrote:
> 
> 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
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support



More information about the MITgcm-support mailing list