Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LBC_SPEC_INTVL_HRS="3"
#
# Define custom grid.
#
POST_OUTPUT_DOMAIN_NAME="custom_ESGgrid"
GRID_GEN_METHOD="ESGgrid"

ESGgrid_LON_CTR="-97.5"
Expand All @@ -46,8 +47,6 @@ LAYOUT_X="8"
LAYOUT_Y="12"
BLOCKSIZE="13"

POST_OUTPUT_DOMAIN_NAME="custom_ESGgrid"

QUILTING="TRUE"
if [ "$QUILTING" = "TRUE" ]; then
WRTCMP_write_groups="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ LBC_SPEC_INTVL_HRS="3"
#
# Define custom grid.
#
POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"
GRID_GEN_METHOD="GFDLgrid"

GFDLgrid_LON_T6_CTR="-97.5"
Expand Down Expand Up @@ -76,8 +77,6 @@ LAYOUT_X="6"
LAYOUT_Y="6"
BLOCKSIZE="26"

POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"

QUILTING="TRUE"
if [ "$QUILTING" = "TRUE" ]; then
WRTCMP_write_groups="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LBC_SPEC_INTVL_HRS="3"
#
Comment thread
JeffBeck-NOAA marked this conversation as resolved.
# Define custom grid.
#
POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"
GRID_GEN_METHOD="GFDLgrid"

GFDLgrid_LON_T6_CTR="-97.5"
Expand Down Expand Up @@ -63,8 +64,6 @@ LAYOUT_X="6"
LAYOUT_Y="6"
BLOCKSIZE="26"

POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"

QUILTING="TRUE"
if [ "$QUILTING" = "TRUE" ]; then
WRTCMP_write_groups="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LBC_SPEC_INTVL_HRS="3"
#
# Define custom grid.
#
POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"
GRID_GEN_METHOD="GFDLgrid"

GFDLgrid_LON_T6_CTR="-97.5"
Expand Down Expand Up @@ -63,8 +64,6 @@ LAYOUT_X="6"
LAYOUT_Y="6"
BLOCKSIZE="26"

POST_OUTPUT_DOMAIN_NAME="custom_GFDLgrid"

QUILTING="TRUE"
if [ "$QUILTING" = "TRUE" ]; then
WRTCMP_write_groups="1"
Expand Down
2 changes: 1 addition & 1 deletion ush/Python/plot_allvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# David Wright Org: University of Michigan
#
# Instructions: Make sure all the necessary modules can be imported.
# Six command line arguments are needed:
# The following command line arguments are needed:
# 1. Cycle date/time in YYYYMMDDHH format
# 2. Starting forecast hour
# 3. Ending forecast hour
Expand Down
2 changes: 1 addition & 1 deletion ush/Python/plot_allvars_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# David Wright Org: University of Michigan
#
# Instructions: Make sure all the necessary modules can be imported.
# Seven command line arguments are needed:
# The following command line arguments are needed:
# 1. Cycle date/time in YYYYMMDDHH format
# 2. Starting forecast hour
# 3. Ending forecast hour
Expand Down