Hi all,
i am running a simulation which gives the following error-
./preview_namelists
GET_REFCASE is false, the user is expected to stage the refcase to the run directory.
Creating component namelists
Calling /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/cam//cime_config/buildnml
...calling cam buildcpp to set build time options
CAM namelist copy: file1 /home/cas/phd/asz168368/exp_cesm2_1_1/p_ssp126trial/Buildconf/camconf/atm_in file2 /home/cas/phd/asz168368/scratch/cesm2.1.1_out/cases/p_ssp126trial/run/atm_in
Calling /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm//cime_config/buildnml
ERROR: Command /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/build-namelist 'failed rc=255
out=
err=ERROR : CLM build-namelist::CLMBuildNamelist::process_namelist_commandline_infile() : Invalid namelist variable in '-infile' /home/cas/phd/asz168368/exp_cesm2_1_1/p_ssp126trial/Buildconf/clmconf/namelist.
ERROR: in _validate_pair (package Build::NamelistDefinition): Variable name stream_year_first_soilm not found in /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_drv.xml, /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_drv_flds.xml, /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_clm4_5.xml
i found out that if i remove these following lines from user_nl_clm, the model is able to build successfully without producing the above mentioned error.
use_soil_moisture_streams = .true.
&soil_moisture_streams
soilm_offset = 0
soilm_tintalgo = 'linear'
stream_fldfilename_soilm = '/home/cas/cesm/LFMIP-pdLC-SST.H2OSOI.natveg.1980-2014.MONS_climo.nc'
stream_year_first_soilm = 1997
stream_year_last_soilm = 1997
/
Please,someone tell me why these above lines are not working.i am using cesm2.1.1 and clm5.
Thank you,
Anushree
i am running a simulation which gives the following error-
./preview_namelists
GET_REFCASE is false, the user is expected to stage the refcase to the run directory.
Creating component namelists
Calling /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/cam//cime_config/buildnml
...calling cam buildcpp to set build time options
CAM namelist copy: file1 /home/cas/phd/asz168368/exp_cesm2_1_1/p_ssp126trial/Buildconf/camconf/atm_in file2 /home/cas/phd/asz168368/scratch/cesm2.1.1_out/cases/p_ssp126trial/run/atm_in
Calling /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm//cime_config/buildnml
ERROR: Command /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/build-namelist 'failed rc=255
out=
err=ERROR : CLM build-namelist::CLMBuildNamelist::process_namelist_commandline_infile() : Invalid namelist variable in '-infile' /home/cas/phd/asz168368/exp_cesm2_1_1/p_ssp126trial/Buildconf/clmconf/namelist.
ERROR: in _validate_pair (package Build::NamelistDefinition): Variable name stream_year_first_soilm not found in /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_drv.xml, /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_drv_flds.xml, /home/apps/centos7/CESM/cesm2/cesm2.1.1/components/clm/bld/namelist_files/namelist_definition_clm4_5.xml
i found out that if i remove these following lines from user_nl_clm, the model is able to build successfully without producing the above mentioned error.
use_soil_moisture_streams = .true.
&soil_moisture_streams
soilm_offset = 0
soilm_tintalgo = 'linear'
stream_fldfilename_soilm = '/home/cas/cesm/LFMIP-pdLC-SST.H2OSOI.natveg.1980-2014.MONS_climo.nc'
stream_year_first_soilm = 1997
stream_year_last_soilm = 1997
/
Please,someone tell me why these above lines are not working.i am using cesm2.1.1 and clm5.
Thank you,
Anushree