Skip to content

Commit

Permalink
Issue #63 - final NCO changes ahead of v15.3.0 implementation on May …
Browse files Browse the repository at this point in the history
…26th at 13Z
  • Loading branch information
KateFriedman-NOAA committed May 27, 2020
1 parent a5dfbf5 commit 737cfa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/JGFS_POSTSND
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ setpdy.sh
##############################
# Define COM Directories
##############################
export COMIN=$COMROOT/${NET}/prod/${RUN}.${PDY}/${cyc} #AJWR 17 Apr 2020: $envir->prod; removed COMIN as default because of ver file hard set
export COMIN=${COMIN:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}}
export COMOUT=${COMOUT:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}}
export pcom=${pcom:-${COMOUT}/wmo}
export COMAWP=${COMAWP:-${COMOUT}/gempak}
Expand Down
6 changes: 3 additions & 3 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ elif [ $step = "eobs" -o $step = "eomg" ]; then

export wtime_eobs="00:30:00"
export wtime_eomg="01:00:00"
export npe_eobs=140
export nth_eobs=2
export npe_eobs=308
export nth_eobs=1
export npe_node_eobs=12
if [[ "$machine" = "WCOSS_DELL_P3" ]]; then
export npe_node_eobs=14
export npe_node_eobs=28
fi
if [[ "$machine" == "WCOSS_C" ]]; then
export memory_eobs="3072M"
Expand Down
3 changes: 3 additions & 0 deletions parm/transfer_rdhpcs_gdas.list
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# B bytes, relative size of the path in relation to the other paths in the list
# D delete, delete extraneous files from destination directories (takes no arg)
# E encrypt, enables data encryption [two cores should be allocated] (takes no arg)
# W whole files, copy whole files rather than use delta-xfer algorithm (takes no arg) (v2.2.3+)
# T two-way syncronization will update both sides with latest changes (takes no arg)
# Z compress data as it is sent, accepts optional compression level argument (1-9)
# Rules higher in the list take precedence over lower ones. By default, all files in a
Expand All @@ -28,6 +29,7 @@ com/gfs/_ENVIR_/gdas._PDYm1_/ _REMOTEPATH_/com/gfs/_ENVIR_/gdas._PDYm1_/
+ /??/gdas.t??z*tcvitals*
+ /??/gdas.*bufr*
+ /??/gdas.t??z.abias_pc
+ /??/gdas.t??z.abias_air
+ /??/gdas.t??z.abias
+ /??/gdas.t??z.sfcf*.nemsio
+ /??/gdas.t??z.engicegrb
Expand All @@ -48,6 +50,7 @@ com/gfs/_ENVIR_/gdas._PDY_/ _REMOTEPATH_/com/gfs/_ENVIR_/gdas._PDY_/
+ /??/gdas.t??z*tcvitals*
+ /??/gdas.*bufr*
+ /??/gdas.t??z.abias_pc
+ /??/gdas.t??z.abias_air
+ /??/gdas.t??z.abias
+ /??/gdas.t??z.sfcf*.nemsio
+ /??/gdas.t??z.engicegrb
Expand Down

0 comments on commit 737cfa8

Please sign in to comment.