Skip to content

Commit

Permalink
Added nth_fv3_gfs to env gfs if-block.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 1, 2022
1 parent f1b9393 commit cd62ddc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ elif [ $step = "fcst" ]; then
if [[ $CDUMP == "gfs" ]]; then
npe_fcst=$npe_fcst_gfs
npe_node_fcst=$npe_node_fcst_gfs
nth_fv3=$nth_fv3_gfs
fi

nth_max=$(($npe_node_max / $npe_node_fcst))
Expand Down
1 change: 1 addition & 0 deletions env/JET.env
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ elif [ $step = "fcst" ]; then
if [[ $CDUMP == "gfs" ]]; then
npe_fcst=$npe_fcst_gfs
npe_node_fcst=$npe_node_fcst_gfs
nth_fv3=$nth_fv3_gfs
fi

nth_max=$(($npe_node_max / $npe_node_fcst))
Expand Down
1 change: 1 addition & 0 deletions env/ORION.env
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ elif [ $step = "fcst" ]; then
if [[ $CDUMP == "gfs" ]]; then
npe_fcst=$npe_fcst_gfs
npe_node_fcst=$npe_node_fcst_gfs
nth_fv3=$nth_fv3_gfs
fi

nth_max=$(($npe_node_max / $npe_node_fcst))
Expand Down
1 change: 1 addition & 0 deletions env/WCOSS_C.env
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ elif [ $step = "fcst" ]; then
if [[ $CDUMP == "gfs" ]]; then
npe_fcst=$npe_fcst_gfs
npe_node_fcst=$npe_node_fcst_gfs
nth_fv3=$nth_fv3_gfs
fi

nth_max=$(($npe_node_max / $npe_node_fcst))
Expand Down
1 change: 1 addition & 0 deletions env/WCOSS_DELL_P3.env
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ elif [ $step = "fcst" ]; then
if [[ $CDUMP == "gfs" ]]; then
npe_fcst=$npe_fcst_gfs
npe_node_fcst=$npe_node_fcst_gfs
nth_fv3=$nth_fv3_gfs
fi

nth_max=$(($npe_node_max / $npe_node_fcst))
Expand Down

0 comments on commit cd62ddc

Please sign in to comment.