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
Rather than (or maybe in addition to?) having a fixed, predefined set of possible soil layer structures, we'd like to let the user specify the soil layer structure arbitrarily via a namelist setting. The user would probably specify a vector of layer thicknesses, though the details of the "user interface" still need to be worked out.
This has been raised as a high priority need by @barlage and Stan Benjamin.
Soil layer definition clean-up and user-defined option
Code clean-up clarifes that there are two types of soil layer
definition: the node-based and the thickness-based.
User-defined option allows user to specify a soil layer profile in the
form of a dzsoi vector (values in meters) in the thickness-based
approach.
Default nlevsoi for NWP configurations had to change from 5 to 4 for
consistency with the new error check described in known bugs below.
Other code clean-up removes a couple of sections of repeating code.
Resolves#279Resolves#728
Rather than (or maybe in addition to?) having a fixed, predefined set of possible soil layer structures, we'd like to let the user specify the soil layer structure arbitrarily via a namelist setting. The user would probably specify a vector of layer thicknesses, though the details of the "user interface" still need to be worked out.
This has been raised as a high priority need by @barlage and Stan Benjamin.
See also #279 , #729
The text was updated successfully, but these errors were encountered: