diff --git a/src/core_atmosphere/physics/mpas_atmphys_landuse.F b/src/core_atmosphere/physics/mpas_atmphys_landuse.F index a153d09948..1e1c5d6126 100644 --- a/src/core_atmosphere/physics/mpas_atmphys_landuse.F +++ b/src/core_atmosphere/physics/mpas_atmphys_landuse.F @@ -227,6 +227,8 @@ subroutine landuse_init_forMPAS(dminfo,julday,mesh,configs,diag_physics,sfc_inpu isurban = 1 case('MODIFIED_IGBP_MODIS_NOAH') isurban = 13 + case('MODIFIED_IGBP_MODIS_NOAH_15s') + isurban = 13 case('SiB') isurban = 11 case('LW12') diff --git a/src/core_init_atmosphere/Registry.xml b/src/core_init_atmosphere/Registry.xml index 778b64c058..807e2451b9 100644 --- a/src/core_init_atmosphere/Registry.xml +++ b/src/core_init_atmosphere/Registry.xml @@ -137,6 +137,11 @@ description="The number of months in a year" possible_values="Positive integer values"/> + + @@ -166,6 +171,11 @@ description="The land use classification to use (case 7 only)" possible_values="`USGS' or `MODIFIED_IGBP_MODIS_NOAH'"/> + + + +