Describe the changes
I tried to run FATES with soil thickness read from the surface data, however I met the error:
if ( use_var_soil_thick ) then
call endrun(msg=' ERROR: use_var_soil_thick and use_fates cannot both be set to true.'//&
errMsg(FILE, LINE))
end if
Then I tried the method proposed here #7319 by changing the ZSOI. It worked for site simulation. However, the variable ZSOI in the surfdata only has one dimension (nlevsoi), which means it cannot vary with spatial locations. I think it might be because that the soil depth in ELM code is defined as spatially constant. If I want to run regional simulations, how can we represent the spatially varying soil depth?
Is your request related to a problem?
No response
Alternative options
No response
Additional context
No response
Describe the changes
I tried to run FATES with soil thickness read from the surface data, however I met the error:
if ( use_var_soil_thick ) then
call endrun(msg=' ERROR: use_var_soil_thick and use_fates cannot both be set to true.'//&
errMsg(FILE, LINE))
end if
Then I tried the method proposed here #7319 by changing the ZSOI. It worked for site simulation. However, the variable ZSOI in the surfdata only has one dimension (nlevsoi), which means it cannot vary with spatial locations. I think it might be because that the soil depth in ELM code is defined as spatially constant. If I want to run regional simulations, how can we represent the spatially varying soil depth?
Is your request related to a problem?
No response
Alternative options
No response
Additional context
No response