How to Show "actual evapotranspiration" and "delta storage" in the output files? #521
Unanswered
AldenShadd1000
asked this question in
Q&A
Replies: 1 comment
-
|
Please find below an example of part of the TOML file to write some of these variables. You can find more model parameters and variables: [output]
path = "output.nc"
[output.vertical]
actevap= "actevap" # actual evapotranspiration [mm/dt]
satwaterdepth = "satwaterdepth" # saturated store [mm]
ustoredepth = "ustoredepth" # total amount of available water in the unsaturated zone [mm]
total_storage = "total_storage" # total water storage (excluding floodplains, lakes and reservoirs) [mm]
[output.lateral.land]
h = "h_land" # water depth [m] (internal timestep routing (instantaneous))
h_av = "h_av_land" # average water depth [m] during model timestep dt
[output.lateral.river]
h = "h_river" # water depth [m] (internal timestep routing (instantaneous))
h_av = "h_av_river" # average water depth [m] during model timestep dt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
Could you kindly guide me how can I get print of variables like actual evapotranspiration, subsurface storage, surface storage, change in storage, delta storage etc into output.nc file? In fact I would like to calculate the water balance grid by grid.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions