Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Time in DATM forcing

Hi,
I've been stuck on setting up this case:
create_newcase -case ICRUCLM45BGC.t01 -res f09_g16 -compset ICRUCLM45BGC -mach yellowstone -compiler intel
for a while. I'm trying to run 2000-2010 eventually, but I'm testing with a 5 day run.

I've tried several settings, but I can't get the correct date for the streams to be read in (as shown in the atm.log). For example, with the attached env_run.xml (maybe in particular)
DATM_CLMNCEP_YR_ALIGN=1
DATM_CLMNCEP_YR_START=2000
DATM_CLMNCEP_YR_END=2010

I get 2008 forcing:

...
(datm_comp_run) atm: model date 20000101 9000s
(datm_comp_run) atm: model date 20000101 10800s
(shr_dmodel_readLBUB) reading file: /glade/p/cesm/lmwg/atm_forcing.datm7.cruncep_qianFill.0.5d.V4.c130305/Precip6Hrly/clmforc.cruncep.V4.c2011.0.5d.Prec.2008-01.nc 2
(shr_dmodel_readLBUB) reading file: /glade/p/cesm/lmwg/atm_forcing.datm7.cruncep_qianFill.0.5d.V4.c130305/TPHWL6Hrly/clmforc.cruncep.V4.c2011.0.5d.TPQWL.2008-01.nc 2
(datm_comp_run) atm: model date 20000101 12600s
(datm_comp_run) atm: model date 20000101 14400s
(datm_comp_run) atm: model date 20000101 16200s
(datm_comp_run) atm: model date 20000101 18000s
(datm_comp_run) atm: model date 20000101 19800s
(datm_comp_run) atm: model date 20000101 21600s
(shr_dmodel_readLBUB) reading file: /glade/p/cesm/lmwg/atm_forcing.datm7.cruncep_qianFill.0.5d.V4.c130305/Solar6Hrly/clmforc.cruncep.V4.c2011.0.5d.Solr.2008-01.nc 3
(datm_comp_run) atm: model date 20000101 23400s
...

And curiously enough, when writing the restart after the 5 days, the correct dates get referenced:

...
(datm_comp_run) writing ICRUCLM45BGC.t01.datm.rs1.2000-01-06-00000.bin20000106 0s
(shr_stream_restWrite) case name : ICRUCLM45BGC.t01
(shr_stream_restWrite) case description : SDATM strdata
(shr_stream_restWrite) File created : 2014-10-14 19:43:55
(shr_stream_restWrite) Number of streams 4
(shr_stream_restWrite) * stream 1 first file name = clmforc.cruncep.V4.c2011.0.5d.Solr.2000-01.nc
(shr_stream_restWrite) * stream 1 first have data = T
(shr_stream_restWrite) * stream 1 first nt = 124
(shr_stream_restWrite) * stream 1 first date secs = 20000101 0
(shr_stream_restWrite) * stream 1 last date secs = 20000131 64800
(shr_stream_restWrite) * stream 2 first file name = clmforc.cruncep.V4.c2011.0.5d.Prec.2000-01.nc
(shr_stream_restWrite) * stream 2 first have data = T
(shr_stream_restWrite) * stream 2 first nt = 124
(shr_stream_restWrite) * stream 2 first date secs = 20000101 10800
(shr_stream_restWrite) * stream 2 last date secs = 20000131 75600
(shr_stream_restWrite) * stream 3 first file name = clmforc.cruncep.V4.c2011.0.5d.TPQWL.2000-01.nc
...

Any help would be greatly appreciated,
Nick
 
Top