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

./preview_namelist error: "out=setting clm_usr_name -- but did NOT find any user datasets"

Status
Not open for further replies.

liren

Liren
Member
Hello everyone,

I am running CTSM/CLM5.0 single point simulation using the compset "I1PtClm50SpGs". I have set the "*.xml" files and setting the "user_nl_clm":
Code:
fsurdat="/ddn_lustre/weiliren/CESM-release-cesm2.1.3/cime/output/inputdata/lnd/clm2/surfdata_map/surfdata_1x1_Umpqua_hist_78pfts_CMIP6_simyr2000_c230921.nc"
When running "./preview_namelist", an error occurs:
Code:
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Creating component namelists
   Calling /ddn_lustre/weiliren/CESM-release-cesm2.1.3/cime/src/components/data_comps/datm/cime_config/buildnml
   Calling /ddn_lustre/weiliren/CESM-release-cesm2.1.3/components/clm//cime_config/buildnml
ERROR: Command /ddn_lustre/weiliren/CESM-release-cesm2.1.3/components/clm/bld/build-namelist failed rc=255
out=setting clm_usr_name -- but did NOT find any user datasets: 1x1_Umpqua
CLM adding use_case 2000_control defaults for var 'sim_year' with val '2000'
CLM adding use_case 2000_control defaults for var 'sim_year_range' with val 'constant'
CLM adding use_case 2000_control defaults for var 'stream_year_first_urbantv' with val '2000'
CLM adding use_case 2000_control defaults for var 'stream_year_last_urbantv' with val '2000'
CLM adding use_case 2000_control defaults for var 'use_case_desc' with val 'Conditions to simulate 2000 land-use'
err=

I'm pretty sure about the domain file, surface data and forcing data path are correct.

Also I have seen this thread: ./preview_namelist error CLM build-namelist::CLMBuildNamelist::add_default() : No default value found for fsurdat. However, my error is slightly different with their error message: there is no "err=" message shows in my error code. So I don't know why this error occurs...

Any advice may be helpful to my problem! Thank you very much!
 
Status
Not open for further replies.
Top