Skip to content

Commit

Permalink
Update orion driver script to use additional resources
Browse files Browse the repository at this point in the history
as required by the new 30s data.

Fixes ufs-community#821.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 15, 2023
1 parent 084d51c commit 98caf8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions driver_scripts/driver_grid.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#SBATCH --open-mode=truncate
#SBATCH -o log.fv3_grid_driver
#SBATCH -e log.fv3_grid_driver
#SBATCH --nodes=1 --ntasks-per-node=24
#SBATCH --nodes=2 --ntasks-per-node=15
#SBATCH -q debug
#SBATCH -t 00:30:00

Expand Down Expand Up @@ -71,7 +71,7 @@ module list
# Set grid specs here.
#-----------------------------------------------------------------------

export gtype=regional_esg # 'uniform', 'stretch', 'nest',
export gtype=uniform # 'uniform', 'stretch', 'nest',
# 'regional_gfdl', 'regional_esg'

export make_gsl_orog=false # When 'true' will output 'oro' files for
Expand All @@ -83,7 +83,7 @@ export vegsoilt_frac='.false.' # When true, outputs percent of each
# outputs the dominant category. A
# Fortran logical, so include the dots.

export veg_type_src="modis.igbp.0.05" # Vegetation type data.
export veg_type_src="viirs.v2.igbp.30s" # Vegetation type data.
# For viirs-based vegetation type data, set to:
# 1) "viirs.v2.igbp.30s" for global 30s data
# For the modis-based data, set to:
Expand All @@ -93,15 +93,15 @@ export veg_type_src="modis.igbp.0.05" # Vegetation type data.
# 4) "modis.igbp.nh.30s" for N Hemis 30s data
# 5) "modis.igbp.30s" for global 30s data

export soil_type_src="statsgo.0.05" # Soil type data.
export soil_type_src="bnu.v2.30s" # Soil type data.
# For Beijing Normal Univ. data, set to:
# 1) "bnu.v2.30s" for global 30s data.
# For STATSGO soil type data, set to:
# 1) "statsgo.0.05" for global 0.05-deg data
# 2) "statsgo.0.03" for global 0.03-deg data
# 3) "statsgo.conus.30s" for CONUS 30s data
# 4) "statsgo.nh.30s" for NH 30s data
# 5) "statsgo.30s" for global 30s data
# For Beijing Normal Univ. data, set to:
# 1) "bnu.v2.30s" for global 30s data.

if [ $gtype = uniform ]; then
export res=96
Expand Down

0 comments on commit 98caf8b

Please sign in to comment.