Change HASLAKE to PCT_LAKE_MAX #1582
Labels
bfb
bit-for-bit
enhancement
new capability or improved behavior of existing capability
priority: high
High priority to fix/merge soon, e.g., because it is a problem in important configurations
Milestone
To work with the upcoming changes in #1579 we need to change the HASLAKE variable (read from the landuse timeseries file) to PCT_LAKE_MAX. The check for
if (haslake(gi))
will need to be changed toif (pct_lake_max(gi) > 0._r8)
.Currently no out-of-the-box datasets have this variable on them, but the dataset used in the
smallville_dynlakes_monthly
testmod does, and that will need to be changed.This change should be made before #1579 comes to master, which is intended to happen with the ctsm5.2.mksurfdata branch.
The text was updated successfully, but these errors were encountered: