-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CROPCAT initialization issue #65
Comments
Hi Cenlin, that's right - it will cause problem with CROPCAT missing in restart run. In previous studies, I run the simulations continuously for multiple years and didn't restart and haven't had this issue. |
If we add CROPCAT into HRLDAS_setup file, then we are not able to transfer the CROPCAT initialized in noahmp_init subroutine into the next restart cycle. In this case, users need to compute CROPCAT similarly to what is done in the current noahmp_init subroutine outside HRLDAS/Noah-MP and put it into HRLDAS_setup file before running the model, right? |
Yes, that's right. |
just a note: we need to think about how to ingest time-evolving LULC in the future. |
noahmp/drivers/wrf/module_sf_noahmpdrv.F
Line 2198 in 7ee673e
@CharlesZheZhang I think this CROPCAT variable should be added to the restart file. Otherwise, for restart run, this CROPCAT value will not be initialized because the above entire section of CROPCAT initialization will not be run when retart_flat = .true.
What you do think?
The text was updated successfully, but these errors were encountered: