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
Add capabilities to read initial conditions from a NetCDF file. This addresses many areas of ugliness in the current code, especially where
(1) In multi_driver.f90 there is temporary code to get the number of snow and soil layers from the ASCII initial conditions file;
(2) The same initial conditions are currently used for all HRUs
(3) There is currently no capability to add initial conditions for basin-average state variables;
(4) Errors in the initial conditions are currently recoverable, where they should be fatal.
The text was updated successfully, but these errors were encountered:
Add capabilities to read initial conditions from a NetCDF file. This addresses many areas of ugliness in the current code, especially where
(1) In
multi_driver.f90
there is temporary code to get the number of snow and soil layers from the ASCII initial conditions file;(2) The same initial conditions are currently used for all HRUs
(3) There is currently no capability to add initial conditions for basin-average state variables;
(4) Errors in the initial conditions are currently recoverable, where they should be fatal.
The text was updated successfully, but these errors were encountered: