UM time series - need help to get them working #129
Peter Sheridan (mo-petersheridan)
started this conversation in
UM
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm having trouble getting UM time series to work properly and wonder if anyone can set me right.
I tried producing timeseries using domain profiles in this form (following https://code.metoffice.gov.uk/trac/um/wiki/stash_time_series):
[namelist:umstash_domain(diag_tser_21002680)]
dom_name='DIAG_TSER_210_268'
!!iest=0
ilevs=1
imn=0
imsk=1
!!inth=0
iopa=1
iopl=2
!!isth=0
!!iwst=0
iwt=0
l_spml_ts=.true.
levb=1
!!levlst=0
levt=5
plt=0
!!pslist=0
!!rlevlst=0
spml_bot=1
spml_ew=210
spml_ns=268
spml_top=5
!!tblim=0
!!tblimr=0
!!telim=0
!!tnlim=0
ts=.true.
!!tslim=0
!!tsnum=0
!!ttlim=0
!!ttlimr=0
!!twlim=0
This works but if I try to output more than one domain profile to the same stream only one of them ends up in the output.
I then tried this method, which is suggested for multiple timeseries (although I'm just trying to get one to work here as a test):
[namelist:umstash_domain(diag_tser_21102680)]
dom_name='DIAG_TSER_211_268'
!!iest=0
ilevs=1
imn=0
imsk=1
!!inth=0
iopa=1
iopl=2
!!isth=0
!!iwst=0
iwt=0
!!l_spml_ts=.true.
levb=1
!!levlst=0
levt=5
plt=0
!!pslist=0
!!rlevlst=0
!!spml_bot=1
!!spml_ew=211
!!spml_ns=268
!!spml_top=5
tblim=1,2,3,4,5
tblimr=0
telim=211*5
tnlim=268*5
ts=.true.
tslim=268*5
tsnum=5
ttlim=1,2,3,4,5
ttlimr=0
twlim=211*5
This results in the error:
???!!!???!!!???!!!???!!!???!!! ERROR ???!!!???!!!???!!!???!!!???!!!
? Error code: 4323
? Error from routine: CHECK_IOSTAT
? Error message:
? Error reading namelist umstash_domain
? IoMsg: Too many namelist elements were specified.
? Please check input list against code.
? Error from processor: 0
? Error number: 16
????????????????????????????????????????????????????????????????????????????????
I copied the form of this from an existing (albeit some years old) branch and it has the same set of namelist elements defined. I'm just wondering if anyone who has experience with timeseries can have a look over and see if I'm missing some syntax or have the variable list wrong, or recognises why CHECK_IOSTAT is giving me this error. At this point I need to park it unless I can get a fairly quick fix, so any help much appreciated.
All reactions