abaker@ucar_edu
New Member
Code:
I am running a GIAF_T62_g16 case in cesm1_3_beta03, and I know that by default
the data year for the DATM starts at 1948. What I would like to do is
have it start with 1978 instead (because we have some data
that starts in 1978 that we are temporarily incorporating into POP for
testing).
I found bits and pieces of documentation online, and so far I added this
to usr_nl_datm:
streams = "datm.streams.txt.CORE2_IAF.GCGCS.PREC 1 1978 2009",
"datm.streams.txt.CORE2_IAF.GISS.LWDN 1 1978 2009",
"datm.streams.txt.CORE2_IAF.GISS.SWDN 1 1978 2009",
"datm.streams.txt.CORE2_IAF.GISS.SWUP 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.DN10 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.Q_10 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.SLP_ 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.T_10 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.U_10 1 1978 2009",
"datm.streams.txt.CORE2_IAF.NCEP.V_10 1 1978 2009",
(so I changed all the 1948 starts to 1978). But I am wondering if there
is something else I need to do because when I do to my run directory
and look in the datm.streams.txt.* files:<br />
datm.streams.txt.CORE2_IAF.CORE2.ArcFactor
datm.streams.txt.CORE2_IAF.NCEP.Q_10
datm.streams.txt.CORE2_IAF.GCGCS.PREC
datm.streams.txt.CORE2_IAF.NCEP.SLP_
datm.streams.txt.CORE2_IAF.GISS.LWDN
datm.streams.txt.CORE2_IAF.NCEP.T_10
datm.streams.txt.CORE2_IAF.GISS.SWDN
datm.streams.txt.CORE2_IAF.NCEP.U_10
datm.streams.txt.CORE2_IAF.GISS.SWUP
datm.streams.txt.CORE2_IAF.NCEP.V_10
datm.streams.txt.CORE2_IAF.NCEP.DN10
datm.streams.txt.presaero.clim_2000
These have file lists that still start at 1948. So I am not sure if
this will do the right thing or not.<br /><br />Thanks!<br />Allison<br />