Hi all, I am wondering how to run an irrigation simulation in WRF-CTSM.
In Clm5, irrigation simulation could be done by:
# Note here we do a CLMSP simulation as that is what has been validated
> cd scripts
> ./create_newcase -case IRRIG -res f19_g17_gl4 -compset I1850Clm50BgcCrop
> cd IRRIG
# Append "-irrig on" to CLM_BLDNML_OPTS in env_run.xml (you could also use an editor)
> ./xmlchange CLM_BLDNML_OPTS="-irrig on" -append
> ./case.setup
# Now build and run normally
> ./case.build
> ./case.submit
In WRF, by setting parameters like sf_surf_irr_scheme.
How to change settings like irrigation, MOSART in WRF-CTSM.
I just compiled the WRF-CTSM and am not familiar with it. I will be grateful if anyone could help me out. Thanks a lot.
Xiao
In Clm5, irrigation simulation could be done by:
# Note here we do a CLMSP simulation as that is what has been validated
> cd scripts
> ./create_newcase -case IRRIG -res f19_g17_gl4 -compset I1850Clm50BgcCrop
> cd IRRIG
# Append "-irrig on" to CLM_BLDNML_OPTS in env_run.xml (you could also use an editor)
> ./xmlchange CLM_BLDNML_OPTS="-irrig on" -append
> ./case.setup
# Now build and run normally
> ./case.build
> ./case.submit
In WRF, by setting parameters like sf_surf_irr_scheme.
How to change settings like irrigation, MOSART in WRF-CTSM.
I just compiled the WRF-CTSM and am not familiar with it. I will be grateful if anyone could help me out. Thanks a lot.
Xiao