Skip to content

Release 0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@danrosen25 danrosen25 released this 17 Feb 19:07
· 8 commits to develop since this release

Online Coupled LND-HYD Ensemble

This release reorganizes the repository and introduces in-memory ensemble coupling for weakly coupled Land-Hydro DA.

Repository Renamed

"LIS-Hydro" has been renamed/moved to "NASA-Land-Coupler"

Build Changes

Build system has been updated to CMake for better submodule dependency linking. The following scripts simplify the build process.

./configure.sh # Configures LIS and WRF-Hydro components
./build.sh.    # Builds NASA Land Coupler (NLC.exe) with LIS and WRF-Hydro
./setuprun.sh. # Sets up pre-generated use case

NASA Land Coupler: Mediator

The NASA Land Coupler mediator will scatter a bundled LIS ensemble to multiple instances of WRF-Hydro and gather multiple instances of WRF-Hydro into a bundled LIS ensemble.

medAttributes::
 EnsembleMapping = EMAP_NOENSM # No ensemble remapping
 EnsembleMapping = EMAP_ENSLND # Scatter LND ensemble to HYD instances
 EnsembleMapping = EMAP_ENSHYD # Scatter HYD ensemble to LND instances
::

Coupled Application Ensembles