Skip to content
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

split WUDay_id into individual explicit variables #243

Open
sunt05 opened this issue Dec 23, 2023 · 0 comments
Open

split WUDay_id into individual explicit variables #243

sunt05 opened this issue Dec 23, 2023 · 0 comments

Comments

@sunt05
Copy link

sunt05 commented Dec 23, 2023

      ! TODO: split WUDay_id into individual explicit variables

REAL(KIND(1D0)) :: wu_ext !external water use [mm]
REAL(KIND(1D0)) :: wu_int !internal water use [mm]
REAL(KIND(1D0)) :: runoffAGveg !Above ground runoff from vegetated surfaces for all surface area [mm]
REAL(KIND(1D0)) :: runoffAGimpervious !Above ground runoff from impervious surface for all surface area [mm]
REAL(KIND(1D0)) :: runoff_per_tstep !runoff water at each time step [mm]
REAL(KIND(1D0)) :: runoffPipes !runoff to pipes [mm]
REAL(KIND(1D0)) :: runoffSoil_per_tstep !Runoff to deep soil per timestep [mm] (for whole surface, excluding water body)
REAL(KIND(1D0)) :: runoffwaterbody !Above ground runoff from water body for all surface area [mm]
REAL(KIND(1D0)) :: smd !soil moisture deficit [mm]
REAL(KIND(1D0)) :: SoilState !Area-averaged soil moisture for whole surface [mm]
REAL(KIND(1D0)) :: state_per_tstep !state_id at each timestep [mm]
REAL(KIND(1D0)) :: surf_chang_per_tstep !change in state_id (exluding snowpack) per timestep [mm]
REAL(KIND(1D0)) :: tot_chang_per_tstep !Change in surface state_id [mm]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant