Skip to content

Commit

Permalink
Updated the comments in the driver scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatcumar committed Sep 12, 2023
1 parent 4769aea commit df2420b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions driver_scripts/driver_grid.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH -e log.fv3_grid_driver
#SBATCH --nodes=1 --ntasks-per-node=24
##SBATCH --partition=bigmem
#SBATCH -q batch
#SBATCH -q debug
#SBATCH -t 00:30:00

#-----------------------------------------------------------------------
Expand Down Expand Up @@ -86,7 +86,7 @@ export vegsoilt_frac='.false.' # When .false., output dominant soil and
# the dominant category. A Fortran logical,
# so include the dots.

export veg_type_src="viirs.igbp.0.05" # Vegetation type data.
export veg_type_src="modis.igbp.0.05" # Vegetation type data.
# For viirs-based vegetation type data, set to:
# 1) "viirs.igbp.0.1" for global 0.10-deg data
# 2) "viirs.igbp.0.05" for global 0.05-deg data
Expand Down Expand Up @@ -162,7 +162,7 @@ fi

export home_dir=$SLURM_SUBMIT_DIR/..
export TEMP_DIR=/scratch2/NCEPDEV/stmp1/$LOGNAME/fv3_grid.$gtype
export out_dir=/scratch2/NCEPDEV/stmp1/$LOGNAME/my_coupled_grids_baseline_tests/
export out_dir=/scratch2/NCEPDEV/stmp1/$LOGNAME/my_grids/
export ocean_mask_dir=/scratch1/NCEPDEV/stmp4/Sanath.Kumar/ocean_mask/CPLD_GRIDGEN/

#-----------------------------------------------------------------------
Expand Down
19 changes: 9 additions & 10 deletions ush/fv3gfs_driver_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
# 4) surface climo fields, such as soil type, vegetation
# greenness and albedo.
#
# Calls the following scripts:
# 1) fv3gfs_make_grid.sh (make 'grid' files)
# 2) fv3gfs_make_orog.sh (make land mask and exits)
# 3) fv3gfs_make_lake.sh (adds lakes)
# 4) ocean_merge.exe (Reads pregenerated ocean grid and merges them)
# 5) fv3gfs_make_orog.sh (reads mearged masks and makes 'oro' files)
# 6) fv3gfs_make_orog_gsl.sh (make gsl drag 'oro' files)
# 7) fv3gfs_filter_topo.sh (filter topography)
# 8) sfc_climo_gen.sh (create surface climo fields)
#
#Calls the following scripts
# 1) fv3gfs_make_grid.sh (make 'grid' files)
# 2) fv3gfs_make_lake.sh (adds lakes)
# 3) fv3gfs_make_orog.sh (make land mask and exits for uniform grid type only, generates oro for other grid types)
# 4) fv3gfs_ocean_merge.sh (Reads pre-generated ocean grid and merges them for uniform grid type only)
# 5) fv3gfs_make_orog.sh (reads merged masks and makes 'oro' files for uniform grid type only)
# 6) fv3gfs_make_orog_gsl.sh (make gsl drag 'oro' files for uniform grid type only)
# 7) fv3gfs_filter_topo.sh (filter topography)
# 8) sfc_climo_gen.sh (create surface climo fields)
# Note: The sfc_climo_gen program only runs with an
# mpi task count that is a multiple of six. This is
# an ESMF library requirement. Large grids may require
Expand Down

0 comments on commit df2420b

Please sign in to comment.