Restart files of CESM2.1 experiments

xiangli

Xiang Li
Member
Just edit the file and replace the incorrect paths.
Hi Jim,

I replaced the incorrect path in user_nl_clm as follows:

1709314615854.png

However, when I ran the ./check_input_data --download, I still could not get the file.

1709314738384.png

Is this because I was not using NCAR server?

Thanks,
Xiang
 

jedwards

CSEG and Liaisons
Staff member
The correct path is /glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/initdata/clm50_release-clm5.0.24_2deg_CPLHST_yr480_1850pAD.clm2.r.1240-01-01-00000.nc

you have an extra /cseg in yours.
 

xiangli

Xiang Li
Member
The correct path is /glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/initdata/clm50_release-clm5.0.24_2deg_CPLHST_yr480_1850pAD.clm2.r.1240-01-01-00000.nc

you have an extra /cseg in yours.
Hi Jim,

Thanks for pointing this out.

It seemed that I still could not get the data with the same error.

1709317719049.png

Is my understanding correct that we can not get the data specified in the user_nl_clm by ./check_input_data --download?

Thanks,
Xiang
 

jedwards

CSEG and Liaisons
Staff member
I think I see the problem - in your user_nl_clm script don't use the full path, leave out the
/glade/campaign/cesm/cesmdata/inputdata
part so that
finidat = `lnd/clm2/initdata/clm50_release-clm5.0.24_2deg_CPLHST_yr480_1850pAD.clm2.r.1240-01-01-00000.nc`
 

xiangli

Xiang Li
Member
I think I see the problem - in your user_nl_clm script don't use the full path, leave out the
/glade/campaign/cesm/cesmdata/inputdata
part so that
finidat = `lnd/clm2/initdata/clm50_release-clm5.0.24_2deg_CPLHST_yr480_1850pAD.clm2.r.1240-01-01-00000.nc`
Hi Jim,

It's strange that I still could not get the data.

1709329464039.png

Thanks,
Xiang
 

slevis

Moderator
Staff member
Turns out the particular finidat file was not in the svn repository. I added it, so it should now be available.
 
Back
Top