Land Information System (LIS) Public Release 7.1rp5 (r6519:6540)
Version: LIS_public_release_7.1rp5
Release date: 07 Apr 2016
The Land Information System Framework (LISF) is released under the terms and conditions of the NASA Open Source Agreement (NOSA) Version 1.3. To download and/or use the LISF software you must agree to the LISF NOSA.
In order to receive breaking news and other important announcements, all users of LIS are encouraged to join the LIS mailing list. (No worries, it's low volume.)
Source Code
- LDT
- No update to LDT
Use LDT_public_release_7.1rp1 released on 12 Jan 2016.
Download: LDT_public_release_7.1rp1
- No update to LDT
- LIS
- LIS_public_release_7.1rp5
Download: LIS_public_release_7.1rp5
- LIS_public_release_7.1rp5
- LVT
- No update to LVT
Use LVT_public_release_7.1rp1 released on Oct 2015.
Download: LVT_public_release_7.1rp1
- No update to LVT
LIS change log
This patch release includes updates r6519:6540.
These updates consist of:
-
Fix ringtime in MERRA2 reader
The ringtime variable (which indicates when to read the next forcing file) in the MERRA2 reader was a scalar value. This resulted in only the outermost nest of a nested run updating its forcing data.
ringtime was moved into the merra2_struc to provide support for nesting.
-
Fix ringtime in MERRA-Land reader
The ringtime variable (which indicates when to read the next forcing file) in the MERRA-Land reader was a scalar value. This resulted in only the outermost nest of a nested run updating its forcing data.
ringtime was moved into the merraland_struc to provide support for nesting.
-
Fix registration of VIC PET output variables
I fixed the register_dataEntry calls for these variables
LIS_MOC_VIC_PET_SATSOILLIS_MOC_VIC_PET_H2OSURFLIS_MOC_VIC_PET_SHORTLIS_MOC_VIC_PET_TALLLIS_MOC_VIC_PET_NATVEGLIS_MOC_VIC_PET_VEGNOCRWhen calling the register_dataEntry routine for a LSM variable, such as LIS_MOC_VIC_PET_SATSOIL, add model_patch=.true. to the arguments.
call register_dataEntry(LIS_MOC_LSM_COUNT,LIS_MOC_VIC_PET_SATSOIL,& LIS_histData(n)%head_lsm_list,& n,2,ntiles,(/"kg/m2 ","kg/m2s"/),1,(/"-"/),& 2,1,1,model_patch=.true.)