[MITgcm-support] error with exf forcing 'variable not in namelist '
李志远
oceanlizy at 163.com
Wed Dec 25 04:17:58 EST 2013
Hi ,there;
when I use exf package in my model ,it occured such errors:
(PID.TID 0000.0001) EXF_READPARMS: opening data.exf
(PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.exf
(PID.TID 0000.0001) // =======================================================
(PID.TID 0000.0001) // Parameter file "data.exf"
(PID.TID 0000.0001) // =======================================================
(PID.TID 0000.0001) >#
(PID.TID 0000.0001) ># *********************
(PID.TID 0000.0001) ># External Forcing Data
(PID.TID 0000.0001) ># *********************
(PID.TID 0000.0001) > &EXF_NML_01
(PID.TID 0000.0001) >
(PID.TID 0000.0001) > exf_iprec = 64,
(PID.TID 0000.0001) > useExfCheckRange=.TRUE.,
(PID.TID 0000.0001) > &
(PID.TID 0000.0001) ># *******************
(PID.TID 0000.0001) > &EXF_NML_02
(PID.TID 0000.0001) >
(PID.TID 0000.0001) > vstressstartdate1=20000101,
(PID.TID 0000.0001) > vstressstartdate2=000000,
(PID.TID 0000.0001) > vstressperiod=2592000.0,
(PID.TID 0000.0001) >
(PID.TID 0000.0001) > vstressfile = 'tauy.bin',
(PID.TID 0000.0001) >
(PID.TID 0000.0001) > &
(PID.TID 0000.0001) >
(PID.TID 0000.0001) ># ***************
(PID.TID 0000.0001) > &EXF_NML_03
(PID.TID 0000.0001) >
(PID.TID 0000.0001) > vstress_lon0 = 117.575
(PID.TID 0000.0001) > vstress_lon_inc = 134*0.1
(PID.TID 0000.0001) > vstress_lat0 = 24.55
(PID.TID 0000.0001) > vstress_lat_inc = 165*0.1
(PID.TID 0000.0001) > vstress_nlon = 134
(PID.TID 0000.0001) > vstress_nlat = 165
(PID.TID 0000.0001) > &
(PID.TID 0000.0001)
(PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_01
(PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_02
(PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_03
namelist read: variable not in namelist
apparent state: unit 11 named /tmp/tmp.Fl81Aot
last format: list io
lately reading sequential formatted external IO
Aborted
I add 'exf' in the packages.conf at compile time ,add useEXF=.TRUE.in data.pkg ,,and my data.exf file is :
#
# *********************
# External Forcing Data
# *********************
&EXF_NML_01
exf_iprec = 64,
useExfCheckRange=.TRUE.,
&
# *******************
&EXF_NML_02
vstressstartdate1=20000101,
vstressstartdate2=000000,
vstressperiod=2592000.0,
vstressfile = 'tauy.bin',
&
# ***************
&EXF_NML_03
vstress_lon0 = 117.575
vstress_lon_inc = 134*0.1
vstress_lat0 = 24.55
vstress_lat_inc = 165*0.1
vstress_nlon = 134
vstress_nlat = 165
&
my data file:
viscAz=1.E-3,
viscAh=450,
diffKhT=450,
diffKzT=3.E-5,
tAlpha=2E-4,
sBeta=0,
diffKhS=450,
diffKzS=3.E-5,
rhoConst=1035.,
rhoConstFresh=1000.,
f0=1.e-4,
# no_slip_sides=.FALSE.,
# no_slip_bottom=.TRUE.,
rigidLid=.FALSE.,
implicitFreeSurface=.TRUE.,
eosType = 'LINEAR',
# implicitDiffusion=.TRUE.,
# implicitviscosity=.TRUE.,
hFacMin=0.5,
readBinaryPrec=64,
&
# Elliptic solver parameters
&PARM02
cg2dMaxIters=1000,
cg2dTargetResidual=1.E-10,
&
# Time stepping parameters
&PARM03
# nIter0 = 0,
# nTimeSteps = 20,
startTime = 0,
endTime = 5184000.,
deltaTmom = 60.,
deltaTtracer = 60.,
abEps = 0.1,
dumpFreq= 36000.,
monitorFreq=36000.,
# 2 months restoring timescale for temperature
&
# Gridding parameters
&PARM04
usingSphericalPolarGrid=.TRUE.,
delZ= 2,3,5,5,5,5,
5,5,5,5,5,5,
5,5,5,7,8,10,
15,20,25,30,40,50,
60,100,150,200,250,300,
400,500,500,500,500,500,
ygOrigin=24.5,
xgOrigin=117.525,
delX=134*0.1,
delY=165*0.1,
&
# Input datasets
&PARM05
bathyFile= 'topog.bin',
hydrogThetaFile='initemp.bin',
hydrogSaltFile= 'inisalt.bin',
# zonalWindFile= 'wind_x.bin',
# meridWindFile= 'windy.bin',
# thetaClimFile= 'SST.bin',
# saltClimFile= 'SSS.bin',
# surfQFile ='surf_Qnet.bin',
# EmPmRFile ='surf_Snet.bin',
# thetaClimFile='avhrr_sst.bin',
# saltClimFile='hycom_sss.bin',
&
I want to run the model 2 months , with wind forces 2 months . 'tauy.bin' file is 'nx*ny*2‘ file ,and it is monthly averaged data file . I don't know why it revealed "namelist read: variable not in namelist " .
someone can help me ?
many thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20131225/f7f5c6c6/attachment.htm>
More information about the MITgcm-support
mailing list