Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleMARS archiving request
# $date must be parsed with appropriate date before running MARS request below

archive,class=ur,database=marsscratch,
stream=oper,type=an,levtype=sfc,expver=TEST,date=$date,origin=eswi,time=0/6/12/18,
param=lcc/lsm/msl/skt/sp/orog/mcc/rsn/sd/hcc/10wdir/2t/al/10si/sr/tcw/2r/tcc,
level=0/2/10,
step=0,
number=off,
expect=72,
source=an.$date.sfc.grib2

archive,class=ur,database=marsscratch,
stream=oper,type=an,levtype=sol,expver=TEST,date=$date,origin=eswi,time=0/6/12/18,
param=vsw/sot,
level=1/to/3,
step=0,
number=off,
expect=24,
source=an.$date.sol.grib2

archive,class=ur,database=marsscratch,
stream=oper,type=an,levtype=ml,expver=TEST,date=$date,origin=eswi,time=0/6/12/18,
param=u/t/v/q,
level=1/to/6365,
step=0,
number=off,
expect=1040,
source=an.$date.ml.grib2

...