From c372ba6006c5d35a2b61a7fb5dc3da159ed28107 Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Mon, 9 Apr 2018 15:18:42 -0600 Subject: [PATCH] Add EROD, SANDFRAC, and CLAYFRAC as optional fields in GEOGRID.TBL.ARW --- geogrid/GEOGRID.TBL.ARW | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/geogrid/GEOGRID.TBL.ARW b/geogrid/GEOGRID.TBL.ARW index ef1073c..dbca15b 100644 --- a/geogrid/GEOGRID.TBL.ARW +++ b/geogrid/GEOGRID.TBL.ARW @@ -400,3 +400,31 @@ name=CANFRA fill_missing=0. rel_path = default:nlcd2011_can_ll_9s/ =============================== +name = EROD + priority = 1 + optional=yes + dest_type = continuous + masked=water + z_dim_name=dust_erosion_dimension + fill_missing=0. + interp_option = default:average_4pt + rel_path = default:erod/ +=============================== +name = CLAYFRAC + priority = 1 + optional=yes + dest_type = continuous + masked=water + fill_missing=0. + interp_option = default:four_pt+average_4pt+average_16pt+search + rel_path = default:clayfrac_5m/ +=============================== +name = SANDFRAC + priority = 1 + optional=yes + dest_type = continuous + masked=water + fill_missing=0. + interp_option = default:four_pt+average_4pt+average_16pt+search + rel_path = default:sandfrac_5m/ +=============================== -- 2.11.4.GIT