NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
169 stars 134 forks source link

Create a time module #51

Open jmccreight opened 6 years ago

jmccreight commented 6 years ago

Expected Behavior

It's reasonable that there would be a central location for calculating and managing time variables.

Current Behavior

Currently there are time calculations happening all over the place which is opaque and not maintainable.

Possible Solution

Make a time module that tracks time variables and performs desired transformations on them by request. Time calculations should never happen elsewhere.

rcabell commented 2 years ago

Hopefully will be obviated by moving toward ESMF as a model orchestration framework.