Release 0.3
Pre-releaseCoupled LND-MED-HYD Release
This release fixes a bug in the Land Information System (LIS) cap to land surface model (lsm) data and adds the LIS NoahMP coupling feature. A test case has been added to run the NoahMP lsm within LIS. This compset is available as coupled_tuolumne.noahmp.nldas2.
LND: Land Information System (LIS)
LIS references the NESII/LISF repository forked from NASA-LIS/LISF. LIS has been updated to support NoahMP coupling and the cap to lsm data hookup for retrospective runs (file based meteorological forcing files) has been fixed.
The LIS cap and LIS-Hydro mediator components have been updated with improved diagnostics. Setting bit 16 (65536) of the Diagnostic attribute will output component state at every coupled time step.
lndAttributes::
Diagnostic = 65536
::
The LIS cap now supports an import data dependency during initialization. Setting the import dependency to true initializes all import data to values received by connected components. Setting the import dependency to false initializes all import data to zero.
lndAttributes::
import_dependency = true | false
::
HYD: WRF-Hydro
WRF-Hydro references the NESII/wrf_hydro_nwm_public repository forked from NCAR/wrf_hydro_nwm_public. WRF-Hydro has been updated to an untagged revision dated April 9th, 2019. This revision includes changes to the overland routing data structure.
MED: LIS-Hydro Physics Mediator
This release includes a basic physics mediator. All land and hydrology fields are exchanged through the mediator using redistribution or bilinear interpolation. Configuration of the mediator is handled in the lishydro.runconfig file.
The LIS cap and LIS-Hydro mediator components have been updated with improved diagnostics. Setting bit 16 (65536) of the Diagnostic attribute will output component state at every coupled time step.
medAttributes::
Diagnostic = 65536
::
The LIS-Hydro mediator now supports multiple data initialization modes. Setting the data initialization to INIT_MODELS initializes all import data to values received by connected components. Setting the data initialization to INIT_DEFAULTS initializes to the defaults in fields.F90.
medAttributes::
DataInitialization = INIT_MODELS | INIT_DEFAULTS
::