NASA-LIS / LISF

Land Information System Framework
Apache License 2.0
118 stars 156 forks source link

Update the catchment model in LIS #230

Open smahanam opened 5 years ago

smahanam commented 5 years ago

Need to update the catchment model to the current version in GEOS5 with @sujayvkumar @dmocko and @karsenau

dmocko commented 5 years ago

Two points about this issue:

1) I feel that Issue #249 (to add parameters to LDT) should be tacked first.

2) We want to implement these updates as a separate LSM plugin in LIS.

By implementing these as a separate plugin, instead of modifying code directly in lis/surfacemodels/land/clsm.f2.5/, we can run both the current version of the model as well as the new version. This helps with any projects/studies currently using the CLSM-F2.5 version, as well as gives us the ability to run both the current and new versions against each other for testing.

David