Skip to content

Commit

Permalink
move pio variables to parsing ufs as they are the same for gfs and gefs
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Jan 7, 2025
1 parent 3b4479a commit 5c8e9e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
10 changes: 0 additions & 10 deletions parm/config/gefs/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ export RUNRSTwave="gdas"
#grid dependent variable defaults
export MESH_WAV="mesh.${waveGRD}.nc" # Mesh grid for wave model for CMEPS

export WW3_user_histname="false"
export WW3_historync="false"
export WW3_restartnc="true"
export WW3_PIO_FORMAT="pnetcdf"
export WW3_PIO_IOTASKS=-99
export WW3_PIO_STRIDE=4
export WW3_PIO_REARR="box"
export WW3_PIO_ROOT=-99


#Grid dependent variables for various grids
case "${waveGRD}" in
"gwes_30m")
Expand Down
11 changes: 0 additions & 11 deletions parm/config/gfs/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ export RUNRSTwave="gdas"
#grid dependent variable defaults
export MESH_WAV="mesh.${waveGRD}.nc" # Mesh grid for wave model for CMEPS

export WW3_user_histname="false"
export WW3_historync="false"
export WW3_restartnc="true"
export WW3_PIO_FORMAT="pnetcdf"
export WW3_PIO_IOTASKS=-99
export WW3_PIO_STRIDE=4
export WW3_PIO_REARR="box"
export WW3_PIO_ROOT=-99



#Grid dependent variables for various grids
case "${waveGRD}" in
"gwes_30m")
Expand Down
9 changes: 9 additions & 0 deletions ush/parsing_ufs_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ if [[ "${cplwav}" = ".true." ]]; then
local wav_petlist_bounds="$(( ATMPETS+OCNPETS+ICEPETS )) $(( ATMPETS+OCNPETS+ICEPETS+WAVPETS-1 ))"
local wav_omp_num_threads="${WAVTHREADS}"

local WW3_user_histname="false"
local WW3_historync="false"
local WW3_restartnc="true"
local WW3_PIO_FORMAT="pnetcdf"
local WW3_PIO_IOTASKS=-99
local WW3_PIO_STRIDE=4
local WW3_PIO_REARR="box"
local WW3_PIO_ROOT=-99

fi

if [[ "${cplchm}" = ".true." ]]; then
Expand Down

0 comments on commit 5c8e9e6

Please sign in to comment.