Skip to content

Commit

Permalink
Add some comments to set_fixed_files.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Mar 11, 2024
1 parent 5f15470 commit 60d3cbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion util/gdas_init/set_fixed_files.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#---------------------------------------------------------------------------
# Set directory names and file names for orog data.
# Set directory names and file names for the target grid orog data.
#---------------------------------------------------------------------------

if [ ${CTAR} == 'C48' ] ; then
Expand All @@ -23,6 +23,13 @@ fi
ORO_DIR="${CTAR}"
ORO_NAME="${CTAR}.mx${OCNRES}_oro_data"

#---------------------------------------------------------------------------
# When using the v15/v16 tiled warm restart data as input to the chgres
# step, the input grid orography is needed (there is no orography record
# in the restart files). Since the restart data was created before the
# latest orog version (20231027), need to use a previous version.
#---------------------------------------------------------------------------

if [ "$machine" = 'hera' ] ; then
FIX_ORO_INPUT=/scratch1/NCEPDEV/global/glopara/fix/orog/20230615
elif [ "$machine" = 'wcoss2' ] ; then
Expand Down

0 comments on commit 60d3cbf

Please sign in to comment.