From d237af17a2aef1be13c46d4d148011a7ee5d5d92 Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Mon, 4 Jun 2018 15:48:25 -0600 Subject: [PATCH] Make LAKE_DEPTH and VAR_SSO optional fields in all ARW GEOGRID.TBL files The LAKE_DEPTH field is only needed by a particular model option, as is the VAR_SSO field. Any ARW simulations that do not use these options do not need the corresponding fields from geogrid. --- geogrid/GEOGRID.TBL.ARW | 2 ++ geogrid/GEOGRID.TBL.ARW.noahmp | 2 ++ geogrid/GEOGRID.TBL.ARW_CHEM | 2 ++ geogrid/GEOGRID.TBL.FIRE | 2 ++ 4 files changed, 8 insertions(+) diff --git a/geogrid/GEOGRID.TBL.ARW b/geogrid/GEOGRID.TBL.ARW index 8ba4a7a..c64d4d0 100644 --- a/geogrid/GEOGRID.TBL.ARW +++ b/geogrid/GEOGRID.TBL.ARW @@ -349,6 +349,7 @@ name = OL4 =============================== name = VAR_SSO priority = 1 + optional=yes dest_type = continuous fill_missing=0. interp_option = 30s:average_gcell(4.0)+four_pt+average_4pt @@ -364,6 +365,7 @@ name = VAR_SSO =============================== name = LAKE_DEPTH priority=1 + optional=yes dest_type = continuous fill_missing = 10. masked=land diff --git a/geogrid/GEOGRID.TBL.ARW.noahmp b/geogrid/GEOGRID.TBL.ARW.noahmp index 671364a..b31e560 100644 --- a/geogrid/GEOGRID.TBL.ARW.noahmp +++ b/geogrid/GEOGRID.TBL.ARW.noahmp @@ -353,6 +353,7 @@ name = OL4 =============================== name = VAR_SSO priority = 1 + optional=yes dest_type = continuous fill_missing=0. interp_option = 30s:average_gcell(4.0)+four_pt+average_4pt @@ -368,6 +369,7 @@ name = VAR_SSO =============================== name = LAKE_DEPTH priority=1 + optional=yes dest_type = continuous fill_missing = 10. masked=land diff --git a/geogrid/GEOGRID.TBL.ARW_CHEM b/geogrid/GEOGRID.TBL.ARW_CHEM index de5ade7..7350161 100644 --- a/geogrid/GEOGRID.TBL.ARW_CHEM +++ b/geogrid/GEOGRID.TBL.ARW_CHEM @@ -363,6 +363,7 @@ name = SANDFRAC =============================== name = VAR_SSO priority = 1 + optional=yes dest_type = continuous fill_missing=0. interp_option = 30s:average_gcell(4.0)+four_pt+average_4pt @@ -378,6 +379,7 @@ name = VAR_SSO =============================== name = LAKE_DEPTH priority=1 + optional=yes dest_type = continuous fill_missing = 10. masked=land diff --git a/geogrid/GEOGRID.TBL.FIRE b/geogrid/GEOGRID.TBL.FIRE index bc29687..c5f057c 100755 --- a/geogrid/GEOGRID.TBL.FIRE +++ b/geogrid/GEOGRID.TBL.FIRE @@ -349,6 +349,7 @@ name=NFUEL_CAT =============================== name = VAR_SSO priority = 1 + optional=yes dest_type = continuous fill_missing=0. interp_option = 30s:average_gcell(4.0)+four_pt+average_4pt @@ -364,6 +365,7 @@ name = VAR_SSO =============================== name = LAKE_DEPTH priority=1 + optional=yes dest_type = continuous fill_missing = 10. masked=land -- 2.11.4.GIT