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

configure error to build FAMIPC5 f05xf05 resolution

It throws:

Generating resolved namelist, prestage, and build scripts
configure done.
adding use_case 20thC_transient defaults for var clm_demand with val fpftdyn
adding use_case 20thC_transient defaults for var clm_start_type with val startup
adding use_case 20thC_transient defaults for var sim_year with val 1850
adding use_case 20thC_transient defaults for var sim_year_range with val 1850-2000
adding use_case 20thC_transient defaults for var use_case_desc with val Simulate transient land-use, and aerosol deposition changes from 1850 to 2005
build-namelist - No default value found for fpftdyn.
Are defaults provided for this resolution and land mask?
ERROR: generate_resolved.csh error for lnd template
configure error: configure generated error in attempting to created resolved scripts


I do find a fpftdyn data which is under .../lnd/clm2/surfdata/surfdata.pftdyn_0.47x0.63_hist_simyr1850-2005_c100826.nc

but how can I resolve this error?
 

fischer

CSEG and Liaisons
Staff member
You'll need to run the following command in your case directory.

xmlchange -file env_conf.xml -id CLM_NAMELIST_OPTS -val fpftdyn=''../lnd/clm2/surfdata/surfdata.pftdyn_0.47x0.63_hist_simyr1850-2005_c100826.nc''

This will take care of the fpftdyn error message. But then you'll get an finidat error.
You'll need to do

xmlchange -file env_conf.xml -id CAM_NAMELIST_OPTS -val ncdata=''??''

Where you need to replace the ?? with a valid initial file. Which I'm not sure which one you should
use, or if there is even one.

Chris
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
f05_f05 is not a supported resolution and it is likely that there are missing datasets.For the atmosphere, I put 2 files (L26 and L30) on the ftp serverftp ftp.cgd.ucar.educd pub/hannay
 cami_1980-01-01_0.47x0.63_L26_c071226.nc  
 cami-mam3_0000-01-01_0.47x0.63_L30_c100929.ncYou might be missing files for the land too. I will point a land person to your post. 
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
The above change to CLM_NAMELIST_OPTS should fix the issue for the fpftdyn file. As stated it might abort as it doesn't have an finidat file. You'll either need to do a cold-start without one, or use interpinic to interpolate one to f05_f05 resolution. The CLM User's guide gives more instruction on this.
 
Top