Hi,
I am running CLM5 and trying to prescribe the soil moisture data by using the soil moisture stream in user_nl_clm (given below) and i am getting this error (ERROR: (shr_ncread_domain) ERROR var does not exist lon) and invalid dimension ID. There is might be problem with the soil moisture NetCDF. All the variables are mentioned in the nc file. I have prepared the soil moisture nc file according to the meteorological forcing data nc file. The input meteorological data is hourly so i have also used the soil moisture data hourly with 20 soil layers for the three years.
I am attaching the cesm log document and soil moisture NetCDF google drive link because of the size restriction not able to upload it here( PrescribeSM.nc ) with this thread. If anyone can provide the insight, thank you in advance.
use_soil_moisture_streams = .true.
&soil_moisture_streams
stream_year_first_soilm = 2021
stream_year_last_soilm = 2023
model_year_align_soilm = 2021
soilm_tintalgo = 'linear'
soilm_offset = 0
soilm_ignore_data_if_missing = .true.
stream_fldfilename_soilm = '/home/hydrology/simulations/prescribe_data/PrescribeSM.nc'
I am running CLM5 and trying to prescribe the soil moisture data by using the soil moisture stream in user_nl_clm (given below) and i am getting this error (ERROR: (shr_ncread_domain) ERROR var does not exist lon) and invalid dimension ID. There is might be problem with the soil moisture NetCDF. All the variables are mentioned in the nc file. I have prepared the soil moisture nc file according to the meteorological forcing data nc file. The input meteorological data is hourly so i have also used the soil moisture data hourly with 20 soil layers for the three years.
I am attaching the cesm log document and soil moisture NetCDF google drive link because of the size restriction not able to upload it here( PrescribeSM.nc ) with this thread. If anyone can provide the insight, thank you in advance.
use_soil_moisture_streams = .true.
&soil_moisture_streams
stream_year_first_soilm = 2021
stream_year_last_soilm = 2023
model_year_align_soilm = 2021
soilm_tintalgo = 'linear'
soilm_offset = 0
soilm_ignore_data_if_missing = .true.
stream_fldfilename_soilm = '/home/hydrology/simulations/prescribe_data/PrescribeSM.nc'