I'm trying to create an IOP dataset to run an idealized SCAM simulation. The list of essential variables from the old SCAM, when it had the GUI interface was
nbdate
time
lev
lat
lon
phis
t
divt
q
divq
ps
omega
It appears that more variables than this are needed now for when using CESM (CAM5). When I specify the variables listed above the model spits out a floating point exception on the first time step. Through some trial and error of removing variables from the ARM IOP dataset it seems that these are the neccessary variables to get the model to run:
"u", "v", "omega", "lev"
,"lhflx", "shflx", "Ps", "Ptend"
,"T", "q"
,"divT", "divq", "divs"
,"DT_dt", "dq_dt", "ds_dt"
,"Tg", "Tsair", "usrf", "vsrf"
,"TOA_LWup", "TOA_SWdn", "TOA_ins", "NDRsrf"
,"bdate", "lon", "lat"
,"tsec"
It would be nice to have an official list though. Does anyone have this? I looked through the manuals and have not found anything.
Thanks
nbdate
time
lev
lat
lon
phis
t
divt
q
divq
ps
omega
It appears that more variables than this are needed now for when using CESM (CAM5). When I specify the variables listed above the model spits out a floating point exception on the first time step. Through some trial and error of removing variables from the ARM IOP dataset it seems that these are the neccessary variables to get the model to run:
"u", "v", "omega", "lev"
,"lhflx", "shflx", "Ps", "Ptend"
,"T", "q"
,"divT", "divq", "divs"
,"DT_dt", "dq_dt", "ds_dt"
,"Tg", "Tsair", "usrf", "vsrf"
,"TOA_LWup", "TOA_SWdn", "TOA_ins", "NDRsrf"
,"bdate", "lon", "lat"
,"tsec"
It would be nice to have an official list though. Does anyone have this? I looked through the manuals and have not found anything.
Thanks