diff --git a/driver_scripts/driver_grid.cray.sh b/driver_scripts/driver_grid.cray.sh index ec17dd817..1631bba73 100755 --- a/driver_scripts/driver_grid.cray.sh +++ b/driver_scripts/driver_grid.cray.sh @@ -36,8 +36,9 @@ # "regional_gfdl" - stand-alone gfdl regional grid # "regional_esg" - stand-alone extended Schmidt gnomonic # (esg) regional grid -# 3) For "uniform" grids - to include lake fraction and -# depth, set "add_lake" to true, and the "lake_cutoff" value. +# 3) For "uniform" and "regional_gfdl" grids - to include lake +# fraction and depth, set "add_lake" to true, and the +# "lake_cutoff" value. # 4) For "stretch" and "nest" grids, set the stretching factor - # "stretch_fac", and center lat/lon of highest resolution # tile - "target_lat" and "target_lon". @@ -65,13 +66,12 @@ module list # Set grid specs here. #----------------------------------------------------------------------- -export gtype=uniform # 'uniform', 'stretch', 'nest', - # 'regional_gfdl', 'regional_esg' -export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T - +export gtype=uniform # 'uniform', 'stretch', 'nest', + # 'regional_gfdl', 'regional_esg' 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 elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid @@ -79,6 +79,7 @@ elif [ $gtype = stretch ]; then export target_lat=35.5 # Center latitude of the highest resolution tile elif [ $gtype = nest ] || [ $gtype = regional_gfdl ]; then 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 res=768 export stretch_fac=1.5 # Stretching factor for the grid export target_lon=-97.5 # Center longitude of the highest resolution tile diff --git a/driver_scripts/driver_grid.dell.sh b/driver_scripts/driver_grid.dell.sh index 7ab9df9c3..308a9ec06 100755 --- a/driver_scripts/driver_grid.dell.sh +++ b/driver_scripts/driver_grid.dell.sh @@ -38,8 +38,9 @@ # "regional_gfdl" - stand-alone gfdl regional grid # "regional_esg" - stand-alone extended Schmidt gnomonic # (esg) regional grid -# 3) For "uniform" grids - to include lake fraction and -# depth, set "add_lake" to true, and the "lake_cutoff" value. +# 3) For "uniform" and "regional_gfdl" grids - to include lake +# fraction and depth, set "add_lake" to true, and the +# "lake_cutoff" value. # 4) For "stretch" and "nest" grids, set the stretching factor - # "stretch_fac", and center lat/lon of highest resolution # tile - "target_lat" and "target_lon". @@ -67,13 +68,12 @@ module list # Set grid specs here. #----------------------------------------------------------------------- -export gtype=uniform # 'uniform', 'stretch', 'nest', - # 'regional_gfdl', 'regional_esg' -export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T - +export gtype=uniform # 'uniform', 'stretch', 'nest', + # 'regional_gfdl', 'regional_esg' 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 elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid @@ -81,6 +81,7 @@ elif [ $gtype = stretch ]; then export target_lat=35.5 # Center latitude of the highest resolution tile elif [ $gtype = nest ] || [ $gtype = regional_gfdl ]; then 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 res=768 export stretch_fac=1.5 # Stretching factor for the grid export target_lon=-97.5 # Center longitude of the highest resolution tile diff --git a/driver_scripts/driver_grid.hera.sh b/driver_scripts/driver_grid.hera.sh index 2f175f980..529f14b07 100755 --- a/driver_scripts/driver_grid.hera.sh +++ b/driver_scripts/driver_grid.hera.sh @@ -36,8 +36,9 @@ # "regional_gfdl" - stand-alone gfdl regional grid # "regional_esg" - stand-alone extended Schmidt gnomonic # (esg) regional grid -# 3) For "uniform" grids - to include lake fraction and -# depth, set "add_lake" to true, and the "lake_cutoff" value. +# 3) For "uniform" and "regional_gfdl" grids - to include lake +# fraction and depth, set "add_lake" to true, and the +# "lake_cutoff" value. # 4) For "stretch" and "nest" grids, set the stretching factor - # "stretch_fac", and center lat/lon of highest resolution # tile - "target_lat" and "target_lon". @@ -68,13 +69,12 @@ module list # Set grid specs here. #----------------------------------------------------------------------- -export gtype=uniform # 'uniform', 'stretch', 'nest', - # 'regional_gfdl', 'regional_esg' -export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T - +export gtype=uniform # 'uniform', 'stretch', 'nest', + # 'regional_gfdl', 'regional_esg' 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 elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid @@ -82,6 +82,7 @@ elif [ $gtype = stretch ]; then export target_lat=35.5 # Center latitude of the highest resolution tile elif [ $gtype = nest ] || [ $gtype = regional_gfdl ]; then 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 res=768 export stretch_fac=1.5 # Stretching factor for the grid export target_lon=-97.5 # Center longitude of the highest resolution tile diff --git a/driver_scripts/driver_grid.jet.sh b/driver_scripts/driver_grid.jet.sh index 8c3e35447..a250b0cd6 100755 --- a/driver_scripts/driver_grid.jet.sh +++ b/driver_scripts/driver_grid.jet.sh @@ -37,8 +37,9 @@ # "regional_gfdl" - stand-alone gfdl regional grid # "regional_esg" - stand-alone extended Schmidt gnomonic # (esg) regional grid -# 3) For "uniform" grids - to include lake fraction and -# depth, set "add_lake" to true, and the "lake_cutoff" value. +# 3) For "uniform" and "regional_gfdl" grids - to include lake +# fraction and depth, set "add_lake" to true, and the +# "lake_cutoff" value. # 4) For "stretch" and "nest" grids, set the stretching factor - # "stretch_fac", and center lat/lon of highest resolution # tile - "target_lat" and "target_lon". @@ -68,13 +69,12 @@ module list # Set grid specs here. #----------------------------------------------------------------------- -export gtype=uniform # 'uniform', 'stretch', 'nest', - # 'regional_gfdl', 'regional_esg' -export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T - +export gtype=uniform # 'uniform', 'stretch', 'nest', + # 'regional_gfdl', 'regional_esg' 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 elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid @@ -82,6 +82,7 @@ elif [ $gtype = stretch ]; then export target_lat=35.5 # Center latitude of the highest resolution tile elif [ $gtype = nest ] || [ $gtype = regional_gfdl ]; then 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 res=768 export stretch_fac=1.5 # Stretching factor for the grid export target_lon=-97.5 # Center longitude of the highest resolution tile diff --git a/driver_scripts/driver_grid.orion.sh b/driver_scripts/driver_grid.orion.sh index 9afcc02af..f4ac50a39 100755 --- a/driver_scripts/driver_grid.orion.sh +++ b/driver_scripts/driver_grid.orion.sh @@ -36,8 +36,9 @@ # "regional_gfdl" - stand-alone gfdl regional grid # "regional_esg" - stand-alone extended Schmidt gnomonic # (esg) regional grid -# 3) For "uniform" grids - to include lake fraction and -# depth, set "add_lake" to true, and the "lake_cutoff" value. +# 3) For "uniform" and "regional_gfdl" grids - to include lake +# fraction and depth, set "add_lake" to true, and the +# "lake_cutoff" value. # 4) For "stretch" and "nest" grids, set the stretching factor - # "stretch_fac", and center lat/lon of highest resolution # tile - "target_lat" and "target_lon". @@ -67,13 +68,12 @@ module list # Set grid specs here. #----------------------------------------------------------------------- -export gtype=uniform # 'uniform', 'stretch', 'nest', - # 'regional_gfdl', 'regional_esg' -export lake_cutoff=0.20 # lake frac < lake_cutoff ignored when add_lake=T - +export gtype=uniform # 'uniform', 'stretch', 'nest', + # 'regional_gfdl', 'regional_esg' 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 elif [ $gtype = stretch ]; then export res=96 export stretch_fac=1.5 # Stretching factor for the grid @@ -81,6 +81,7 @@ elif [ $gtype = stretch ]; then export target_lat=35.5 # Center latitude of the highest resolution tile elif [ $gtype = nest ] || [ $gtype = regional_gfdl ]; then 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 res=768 export stretch_fac=1.5 # Stretching factor for the grid export target_lon=-97.5 # Center longitude of the highest resolution tile