Sijia Chen
Member
Hello, everyone:
In CLM5, are soil temperature and moisture input variables?
In CLM5, are soil temperature and moisture input variables?
Hi,Hello, everyone:
In CLM5, are soil temperature and moisture input variables?
OK, thank youHi,
To my understanding, both soil temperature and moisture are internally resolved in the CLM. There is a temperature in the CLM forcing input that is "temperature at the lowest atm level," but not the surface soil temperature.
Hi,
To my understanding, both soil temperature and moisture are internally resolved in the CLM. There is a temperature in the CLM forcing input that is "temperature at the lowest atm level," but not the surface soil temperature.
Ok. I finally understand. Thank you very muchAs noted in the subroutine name, InitCold, those are for initialization of the model for a "cold start", when initialization is not provided by an finidat file. After that, soil temperature and moisture are prognostic.
Hey,dear olesonAs noted in the subroutine name, InitCold, those are for initialization of the model for a "cold start", when initialization is not provided by an finidat file. After that, soil temperature and moisture are prognostic.
yes , I can change the initial values in the cold start. But after that, can I change it. What I mean is in the formal similation, how to change it. And I don't find soil temperature and moisture in the "r" document.The model changes soil temp and moisture during the simulation. This does not mean that you cannot change the initial values somehow.
The 'r' document means the restart file after spin-up like this 'CMFDV2100_new1.clm2.r.2090-01-01-00000.nc'. I’m so sorry but I want to know if this means in the formal simulation, I can change the soil temp and moisture. But I don't find soil temp and moisture in the restart file.The default code does not allow you to change soil temp and moisture partway into a simulation; however, you are free to modify the code to do your research.
I am not aware of a " r" document, sorry.
Hi,The 'r' document means the restart file after spin-up like this 'CMFDV2100_new1.clm2.r.2090-01-01-00000.nc'. I’m so sorry but I want to know if this means in the formal simulation, I can change the soil temp and moisture. But I don't find soil temp and moisture in the restart file.
Hi, thank you very much. It looks like changing it has little effect. May I ask what adjustments I can make if the simulation results of my soil moisture are not very goodHi,
If you want to reduce or increase the soil moisture in the initial file, you can reference our talks below.
![]()
How to start with lower soil moisture
Hi, I'm using the compset "I2000Clm51BgcCrop" and I'm wondering where I can change the initial condition for the soil moisture (etc reduce the water to half). Best, Jinmu Luobb.cgd.ucar.edu
But in my personal experiences, the soil moisture is adapted to precipitation very quickly within days, see my graph below, best.
View attachment 6868
Hi,Hi, thank you very much. It looks like changing it has little effect. May I ask what adjustments I can make if the simulation results of my soil moisture are not very good
OK,thank you very much. I'll do itHi,
I guess you should be able to adjust the soil moisture simulation if you can take a look at the hydraulic parameters in CLM. There are some scale factors in CLM for adjusting the soil hydraulic properties.
src/biogeophys/SoilStateInitTimeConstMod.F90
real(r8) :: bsw_sf ! Scale factor for bsw (unitless)
real(r8) :: hksat_sf ! Scale factor for hksat (unitless)
real(r8) :: sucsat_sf ! Scale factor for sucsat (unitless)
real(r8) :: watsat_sf ! Scale factor for watsat (unitless)
For more information on the above parameters used in hydroloy simulation, pls refer here.