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

CLM single point simulation fails due to dataset dimension incompatible

jinmuluo

Jinmu Luo
Member
What version of the code are you using?
ctsm5.1.dev163-219-gbedf4fb6b


Describe every step you took leading up to the problem:
Hi

I am trying to set up a case of single-point simulation with anomaly forcing on, but I have met several problems in the running. It looks like my case is lack of some settings on the anomaly forcings dataset but I don't have any ideas to process what should I do.

Here is my workflow to crease, and set up the case.
Create: /glade/u/home/jinmuluo/LNDATM-IN/CaseSetUpMESOCOM.sh
setup: /glade/u/home/jinmuluo/LNDATM-IN/CaseSetUpAnomaly.sh
logs: /glade/derecho/scratch/jinmuluo/AnomalyForcingCLM/run/atm.log.6313706.desched1.241011-083510

any comments and suggestions are very appreciated!

best,

Jinmu
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I think one problem are these settings for your GSWP3 streams:

<year_first>2014</year_first>
<year_last>2050</year_last>
<year_align>2014</year_align>

They should be

<year_first>1901</year_first>
<year_last>2014</year_last>
<year_align>1901</year_align>
 

jinmuluo

Jinmu Luo
Member
I think one problem are these settings for your GSWP3 streams:

<year_first>2014</year_first>
<year_last>2050</year_last>
<year_align>2014</year_align>

They should be

<year_first>1901</year_first>
<year_last>2014</year_last>
<year_align>1901</year_align>
Hi Keith,

One more question about the anomaly forcings, Are there any differences between cycles 1901~2014 or only 2014? More exactly, does the final temperature in 2100 affected by the climate forcing we use to cyle?

best,
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I had suggested changing to 1901-2014 because you were getting an error related to the choice of year_last=2050. But for an anomaly forcing run for 2015-2100 we generally recommend using the last 10 years or so of atmospheric forcing, so for example,

year_first=2005
year_last=2014
year_align=2005

Sorry for any confusion.
 

jinmuluo

Jinmu Luo
Member
I had suggested changing to 1901-2014 because you were getting an error related to the choice of year_last=2050. But for an anomaly forcing run for 2015-2100 we generally recommend using the last 10 years or so of atmospheric forcing, so for example,

year_first=2005
year_last=2014
year_align=2005

Sorry for any confusion.
thank you!
 
Top