Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d52977d
update fix for wave
JessicaMeixner-NOAA Jan 22, 2025
26765f6
do not copy temp files to COM as they are not needed
JessicaMeixner-NOAA Jan 24, 2025
ac141b6
remove un-used COMOUT_WAVE_PREP in JGLOBAL_WAVE_POST_SBS
JessicaMeixner-NOAA Jan 24, 2025
9ac3313
change name of restart variables
JessicaMeixner-NOAA Jan 24, 2025
02ca6ae
update ic date
JessicaMeixner-NOAA Jan 27, 2025
5b97753
Merge remote-tracking branch 'EMC/develop' into fixhighrestest
JessicaMeixner-NOAA Jan 27, 2025
754f0b0
Merge remote-tracking branch 'EMC/develop' into fixhighrestest
JessicaMeixner-NOAA Jan 28, 2025
3342450
changes requested by NCO for v16 adding to develop
JessicaMeixner-NOAA Jan 29, 2025
e54d216
Merge remote-tracking branch 'EMC/develop' into fixhighrestest
JessicaMeixner-NOAA Jan 29, 2025
a06de0f
add environment variable for fcst job for hercules/orion
JessicaMeixner-NOAA Jan 29, 2025
a9d8f7e
update WW3 IC error handling
JessicaMeixner-NOAA Jan 30, 2025
ee352fe
remove loop in JGLOBAL_WAVE_POST_SBS
JessicaMeixner-NOAA Jan 30, 2025
583e2fb
Merge branch 'NOAA-EMC:develop' into fixhighrestest
JessicaMeixner-NOAA Feb 5, 2025
300f8f0
update ufs weather model hash
JessicaMeixner-NOAA Feb 5, 2025
02210bf
updating script for shell check
JessicaMeixner-NOAA Feb 6, 2025
bbd9bd8
add fv3 output variable to model_configure
JessicaMeixner-NOAA Feb 7, 2025
df709ba
Merge branch 'NOAA-EMC:develop' into fixhighrestest
JessicaMeixner-NOAA Feb 11, 2025
5bb8f70
point to ww3 with point updates
JessicaMeixner-NOAA Feb 11, 2025
f65f51e
adding .nc to ush/forecast_postdet.sh in the point output name for ne…
Feb 11, 2025
48091ee
update ww3
JessicaMeixner-NOAA Feb 11, 2025
682b4c2
update ww3
JessicaMeixner-NOAA Feb 12, 2025
58102cd
modified the exgfs_wave_post_pnt.sh; config.resources; wave_tar.sh to…
AliS-Noaa Feb 12, 2025
5bb31c3
Merge branch 'pointopt' of github.com:AliS-Noaa/global-workflow into …
AliS-Noaa Feb 12, 2025
6af9b87
modified the raw point output name for the netcdf file
AliS-Noaa Feb 13, 2025
62aebc6
modified exgfs_wave_post_pnt.sh; ww3_outp.in; wave_tar.sh to be compa…
AliS-Noaa Feb 14, 2025
58a8c3e
changing the wave_tar.sh and template ww3_outp to work with the retri…
AliS-Noaa Feb 21, 2025
ce18247
using DTPNT_WAV for time step in the wave_pnt script
AliS-Noaa Feb 21, 2025
7eba140
Merge remote-tracking branch 'origin/pointopt' into optoutp
AliS-Noaa Feb 25, 2025
735dbd7
pointing to AliS ufs_model and WW3
AliS-Noaa Feb 25, 2025
ffdf632
Merge branch 'NOAA-EMC:develop' into optoutp
AliS-Noaa Feb 25, 2025
dc842ce
Merge branch 'NOAA-EMC:develop' into optoutp
AliS-Noaa Mar 13, 2025
296a5e5
Merge branch 'NOAA-EMC:develop' into optoutp
AliS-Noaa Mar 14, 2025
2b89980
Merge branch 'NOAA-EMC:develop' into optoutp
AliS-Noaa Mar 17, 2025
2a92809
minor shel warning resolved and the prefix is templated in the spec.i…
AliS-Noaa Mar 17, 2025
d6c8bb5
Merge remote-tracking branch 'EMC/develop' into optoutp
AliS-Noaa Mar 17, 2025
8ee2df4
correcting RUNwave
AliS-Noaa Mar 17, 2025
ebad7c5
Merge branch 'NOAA-EMC:develop' into optoutp
AliS-Noaa Mar 31, 2025
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "sorc/ufs_model.fd"]
path = sorc/ufs_model.fd
url = https://github.com/ufs-community/ufs-weather-model
url = https://github.com/AliS-Noaa/ufs-weather-model
[submodule "sorc/wxflow"]
path = sorc/wxflow
url = https://github.com/NOAA-EMC/wxflow
Expand Down
12 changes: 6 additions & 6 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ case ${step} in
# The wavepost*pnt* jobs are I/O heavy and do not scale well to large nodes.
# Limit the number of tasks/node to 40.
"wavepostbndpnt")
walltime="03:00:00"
ntasks=240
walltime="00:30:00"
ntasks=1
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
export is_exclusive=True
Expand All @@ -222,8 +222,8 @@ case ${step} in
;;

"wavepostbndpntbll")
walltime="01:00:00"
ntasks=448
walltime="00:10:00"
ntasks=2
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
export is_exclusive=True
Expand All @@ -235,8 +235,8 @@ case ${step} in
;;

"wavepostpnt")
walltime="04:00:00"
ntasks=200
walltime="00:35:00"
ntasks=3
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
export is_exclusive=True
Expand Down
2 changes: 1 addition & 1 deletion parm/wave/ww3_outp_bull.inp.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
TIME DT 999
TIME DT 999 1 PREFIX
$
POINT
-1
Expand Down
2 changes: 1 addition & 1 deletion parm/wave/ww3_outp_spec.inp.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
TIME DT 999
TIME DT 999 1 PREFIX
$
POINT
-1
Expand Down
Loading