You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulation start date/time should be made available to running modules, e.g. if a model uses the date or time to compute solar inclination (as Noah-OWP-Modular does--presently it has its own simulation start time in its init config files used for this purpose, and these may disagree). Useful values to make available would probably be:
simulation_start_epoch
simulation_timestep
simulation_start_ordinal_day (1-366)
simulation_end_epoch (because why not? Or YAGNI?)
Similar to #588, these should probably be specified like this:
The simulation start date/time should be made available to running modules, e.g. if a model uses the date or time to compute solar inclination (as Noah-OWP-Modular does--presently it has its own simulation start time in its init config files used for this purpose, and these may disagree). Useful values to make available would probably be:
Similar to #588, these should probably be specified like this:
Names and "source" name open for discussion.
Current behavior
Expected behavior
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: