What version of the code are you using?
- CESM 2.1.5
Have you made any changes to files in the source tree?
- To change soil moisture boundary condition I added the following line in the /glade/u/home/maruf/my_cesm_sandbox_v6/components/clm/bld/namelist_files:
<entry id="fsoidat" type="char*256" category="datasets"
input_pathname="abs" group="clm_inparm" valid_values="" >
Full pathname of soil moisture data file.
</entry>
And then added the following line in user_nl_clm:
&clm_inparm
finidat = '/glade/work/kumar34/prj_data/CLM45_BGC_OFFLINE_INIT10_rest/1971-01-01-00000/CLM45_BGC_OFFLINE_INIT10.clm2.r.1971-01-01-00000.nc'
fsoidat = '/glade/work/kumar34/GLEW-OBS-ANA/LC_AMIP_OBS_e029/LC_AMIP_OBS_e029.soil_LIH.monthly.198101-201012_climo.nc'
But the case build failed. I have attached the screenshot. My case directory: /glade/u/home/maruf/DL_AMIP_OBS_e029HLI_daily_v26
Describe every step you took leading up to the problem:
- I have gone through the forum but did not find anything relevant.
Describe your problem or question:
My case build is failing after changing some lines in the source code and I have added F90 files in SourceMods/src.clm directory. I was wondering what could be the reason for this case build failure.
- CESM 2.1.5
Have you made any changes to files in the source tree?
- To change soil moisture boundary condition I added the following line in the /glade/u/home/maruf/my_cesm_sandbox_v6/components/clm/bld/namelist_files:
<entry id="fsoidat" type="char*256" category="datasets"
input_pathname="abs" group="clm_inparm" valid_values="" >
Full pathname of soil moisture data file.
</entry>
And then added the following line in user_nl_clm:
&clm_inparm
finidat = '/glade/work/kumar34/prj_data/CLM45_BGC_OFFLINE_INIT10_rest/1971-01-01-00000/CLM45_BGC_OFFLINE_INIT10.clm2.r.1971-01-01-00000.nc'
fsoidat = '/glade/work/kumar34/GLEW-OBS-ANA/LC_AMIP_OBS_e029/LC_AMIP_OBS_e029.soil_LIH.monthly.198101-201012_climo.nc'
But the case build failed. I have attached the screenshot. My case directory: /glade/u/home/maruf/DL_AMIP_OBS_e029HLI_daily_v26
Describe every step you took leading up to the problem:
- I have gone through the forum but did not find anything relevant.
Describe your problem or question:
My case build is failing after changing some lines in the source code and I have added F90 files in SourceMods/src.clm directory. I was wondering what could be the reason for this case build failure.