How to drive an hour of data at the site scale #124
Answered
by
cenlinhe
qiaochenglong
asked this question in
Q&A
-
I want to use one or three hours of site data to drive the model. How do I change the time settings? |
Beta Was this translation helpful? Give feedback.
Answered by
cenlinhe
Oct 30, 2023
Replies: 1 comment 2 replies
-
once you generate the 1-hour or 3-hour forcing data, you can change the following entry in the namelist.hrldas: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tslin2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
once you generate the 1-hour or 3-hour forcing data, you can change the following entry in the namelist.hrldas:
FORCING_TIMESTEP = 3600 (for hourly forcing) or 10800 (for 3hourly forcing).
you can keep using NOAH_TIMESTEP = 1800 (half-hourly model timestep) or 3600 (hourly model timestep). If you see water balance issue that leads to model crash, firt try to reduce model time step from 3600 to 1800, or from 1800 to 900.