From 45f59f3c34d6cdaeb7b44fb5a63d5217593d5d8c Mon Sep 17 00:00:00 2001 From: "Shan.Sun" Date: Wed, 18 Oct 2023 22:44:34 +0000 Subject: [PATCH] Update scripts in driver_scripts for the new datasets. --- driver_scripts/driver_grid.jet.sh | 5 +++-- driver_scripts/driver_grid.orion.sh | 5 +++-- driver_scripts/driver_grid.wcoss2.sh | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/driver_scripts/driver_grid.jet.sh b/driver_scripts/driver_grid.jet.sh index fe2d28dc5..aa7d31fbb 100755 --- a/driver_scripts/driver_grid.jet.sh +++ b/driver_scripts/driver_grid.jet.sh @@ -103,11 +103,12 @@ export soil_type_src="bnu.v3.30s" # Soil type data. # 3) "statsgo.conus.30s" for CONUS 30s data # 4) "statsgo.nh.30s" for NH 30s data # 5) "statsgo.30s" for global 30s data +export lake_data_srce=MODISP_GLDBV3 # 'GLDBV3', 'MODISP_GLOBATHY', 'MODISP_GLDBV3', and 'VIIRS_GLDBV3' if [ $gtype = uniform ]; then export res=96 - export add_lake=false # Add lake frac and depth to orography data. - export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T + export add_lake=true # Add lake frac and depth to orography data. + export lake_cutoff=0.50 # lake frac < lake_cutoff ignored when add_lake=T elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid diff --git a/driver_scripts/driver_grid.orion.sh b/driver_scripts/driver_grid.orion.sh index c0190f4d9..1fe9a4bca 100755 --- a/driver_scripts/driver_grid.orion.sh +++ b/driver_scripts/driver_grid.orion.sh @@ -102,11 +102,12 @@ export soil_type_src="bnu.v3.30s" # Soil type data. # 3) "statsgo.conus.30s" for CONUS 30s data # 4) "statsgo.nh.30s" for NH 30s data # 5) "statsgo.30s" for global 30s data +export lake_data_srce=MODISP_GLDBV3 # 'GLDBV3', 'MODISP_GLOBATHY', 'MODISP_GLDBV3', and 'VIIRS_GLDBV3' if [ $gtype = uniform ]; then export res=96 - export add_lake=false # Add lake frac and depth to orography data. - export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T + export add_lake=true # Add lake frac and depth to orography data. + export lake_cutoff=0.50 # lake frac < lake_cutoff ignored when add_lake=T elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid diff --git a/driver_scripts/driver_grid.wcoss2.sh b/driver_scripts/driver_grid.wcoss2.sh index cbb5ef188..7cb09eb00 100755 --- a/driver_scripts/driver_grid.wcoss2.sh +++ b/driver_scripts/driver_grid.wcoss2.sh @@ -101,11 +101,12 @@ export soil_type_src="bnu.v3.30s" # Soil type data # 3) "statsgo.conus.30s" for CONUS 30s data # 4) "statsgo.nh.30s" for NH 30s data # 5) "statsgo.30s" for global 30s data +export lake_data_srce=MODISP_GLDBV3 # 'GLDBV3', 'MODISP_GLOBATHY', 'MODISP_GLDBV3', and 'VIIRS_GLDBV3' if [ $gtype = uniform ]; then export res=96 - export add_lake=false # Add lake frac and depth to orography data. - export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T + export add_lake=true # Add lake frac and depth to orography data. + export lake_cutoff=0.50 # lake frac < lake_cutoff ignored when add_lake=T elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid