What version of the code are you using?
CESM2.1.3
Have you made any changes to files in the source tree?
sed -i "$ a use_soil_moisture_streams = .true." user_nl_clm
sed -i "$ a stream_fldfilename_soilm = '/data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc'" user_nl_clm
sed -i "$ a stream_fldfilename_ndep = '/data/home/zuozhy/zhangkw/CESM/importdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'" user_nl_clm
Describe your problem or question:
I am using CESM2.1.3 to fix soil moisture variations by setting use_soil_moisture_streams = .true..
I am using the 2000_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO%ABIO-DIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD, abbreviated as B2000. First, I ran a 100-year simulation on top of the completed spin-up to obtain the climate state for daily H2OSOI. Second, I set use_soil_moisture_streams = .true. to fix H2OSOI to the climate state of daily H2OSOI. However, I still encountered the following error:
(GETFIL): attempting to find local file surfdata_1.9x2.5_hist_78pfts_CMIP6_simyr2000_c190304.nc
(GETFIL): using /data/share/CESM_inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_1.9x2.5_hist_78pfts_CMIP6_simyr2000_c190304.nc
Successfully read monthly vegetation data for
month 1
(shr_dmodel_readstrm) open : /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc
(shr_dmodel_readstrm) file lb: /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc 1
(shr_dmodel_readstrm) file ub: /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc 2
Input soil moisture dataset is not vegetated as expected: gridcell= 1 active = T
ENDRUN:
ERROR: ('PrescribedSoilMoistureInterp') ERROR:: The input soil moisture stream is NOT vegetated for one of the land points
I believe both my experiments are based on B2000, and the vegetated cover for H2OSOI should be completely consistent. This error should not occur. I would like to know what might be causing this error?
Thank you!
CESM2.1.3
Have you made any changes to files in the source tree?
sed -i "$ a use_soil_moisture_streams = .true." user_nl_clm
sed -i "$ a stream_fldfilename_soilm = '/data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc'" user_nl_clm
sed -i "$ a stream_fldfilename_ndep = '/data/home/zuozhy/zhangkw/CESM/importdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'" user_nl_clm
Describe your problem or question:
I am using CESM2.1.3 to fix soil moisture variations by setting use_soil_moisture_streams = .true..
I am using the 2000_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO%ABIO-DIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD, abbreviated as B2000. First, I ran a 100-year simulation on top of the completed spin-up to obtain the climate state for daily H2OSOI. Second, I set use_soil_moisture_streams = .true. to fix H2OSOI to the climate state of daily H2OSOI. However, I still encountered the following error:
(GETFIL): attempting to find local file surfdata_1.9x2.5_hist_78pfts_CMIP6_simyr2000_c190304.nc
(GETFIL): using /data/share/CESM_inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_1.9x2.5_hist_78pfts_CMIP6_simyr2000_c190304.nc
Successfully read monthly vegetation data for
month 1
(shr_dmodel_readstrm) open : /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc
(shr_dmodel_readstrm) file lb: /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc 1
(shr_dmodel_readstrm) file ub: /data/home/zuozhy/zhangkw/CESM/OutputData/Ctl_B2000/H2OSOI_Climo.Ctl_B2000.clm2.daily.02020101-03001231.nc 2
Input soil moisture dataset is not vegetated as expected: gridcell= 1 active = T
ENDRUN:
ERROR: ('PrescribedSoilMoistureInterp') ERROR:: The input soil moisture stream is NOT vegetated for one of the land points
I believe both my experiments are based on B2000, and the vegetated cover for H2OSOI should be completely consistent. This error should not occur. I would like to know what might be causing this error?
Thank you!