CLM single point simulation fails due to dataset dimension incompatible

Status
Not open for further replies.

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!
 
Status
Not open for further replies.
Back
Top