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 first section of lake hydrology is essentially equivalent to the new routine, HandleNewSnow. Implement water tracers for this, following what is done in HandleNewSnow.
Reuse existing code from SnowHydrologyMod where possible. I may want to introduce a new, higher-level routine like InitializeExplicitSnowPack that can be called from both places, if the code is similar enough.
The text was updated successfully, but these errors were encountered:
Continue adding water tracers to LakeHydrology
Finish implementing water tracers for initial snow-related code in
LakeHydrology. This involved refactoring code in order to reuse existing
code in SnowHydrology rather than having near-duplicates of that code in
LakeHydrology.
ResolvesESCOMP#775
ekluzek
added a commit
to ekluzek/CTSM
that referenced
this issue
Aug 29, 2019
Continue adding water tracers to LakeHydrology
Finish implementing water tracers for initial snow-related code in
LakeHydrology. This involved refactoring code in order to reuse existing
code in SnowHydrology rather than having near-duplicates of that code in
LakeHydrology.
ResolvesESCOMP#775
The first section of lake hydrology is essentially equivalent to the new routine, HandleNewSnow. Implement water tracers for this, following what is done in HandleNewSnow.
Reuse existing code from SnowHydrologyMod where possible. I may want to introduce a new, higher-level routine like InitializeExplicitSnowPack that can be called from both places, if the code is similar enough.
The text was updated successfully, but these errors were encountered: