Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WW3 feature: Langmuir turbulence parameterization #2195

Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
804312b
.gitmodule: WW3 url,branch
MatthewMasarik-NOAA Mar 14, 2024
f3402c1
WW3: add ESCOMP sync-dev/unfied branch
MatthewMasarik-NOAA Mar 14, 2024
bcb4fff
rt.sh: add INPUTDATA_ROOT_WW3 test location
MatthewMasarik-NOAA Mar 14, 2024
9724828
2024-03-13.test_changes.list.txt: No changes, completed on hera.
MatthewMasarik-NOAA Mar 14, 2024
d57ea36
Merge branch 'ufs-community:develop' into feature/langmuir-parameteri…
MatthewMasarik-NOAA Mar 15, 2024
6b882b3
Merge branch 'ufs-community:develop' into feature/langmuir-parameteri…
MatthewMasarik-NOAA Mar 20, 2024
51e9f27
rt.sh + updates from develop
MatthewMasarik-NOAA Mar 27, 2024
e2f840b
sync up fv3 mom6 hashes
jkbk2004 Mar 28, 2024
3747664
add Hercules RT log: passed
jkbk2004 Mar 28, 2024
66d797d
Update rt.sh restore + input data date
FernandoAndrade-NOAA Mar 28, 2024
055b13f
Update rt.sh gaea path update for #2198
FernandoAndrade-NOAA Mar 28, 2024
6da195d
add orion RT logs: passed
zach1221 Mar 28, 2024
0dbd810
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Mar 28, 2024
69ca739
add derecho RT logs: passed
zach1221 Mar 28, 2024
c1ee223
add gaea RT log passed
FernandoAndrade-NOAA Mar 28, 2024
c1aaa42
add jet RT log passed
FernandoAndrade-NOAA Mar 28, 2024
17c097c
add hera RT log: passed
jkbk2004 Mar 29, 2024
2d627d5
add control_p8 ORT logs: passed
zach1221 Mar 29, 2024
cf2b8bd
add regional_control ORT logs: passed
zach1221 Mar 29, 2024
5e6fdbb
add cpld_control_gnu ORT logs: passed
zach1221 Mar 29, 2024
b2165c3
update ww3 hash and revert change in gitmodules
jkbk2004 Mar 29, 2024
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
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
branch = develop
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
branch = dev/ufs-weather-model
#url = https://github.com/NOAA-EMC/WW3
#branch = dev/ufs-weather-model
url = https://github.com/ESCOMP/WW3
branch = sync-dev/unified
[submodule "stochastic_physics"]
path = stochastic_physics
url = https://github.com/NOAA-PSL/stochastic_physics
Expand Down
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 39 files
+13 −5 .github/workflows/intel.yml
+38 −11 model/inp/ww3_grid.inp
+1 −1 model/inp/ww3_ounf.inp
+4 −3 model/inp/ww3_shel.inp
+24 −52 model/src/w3adatmd.F90
+11 −0 model/src/w3gdatmd.F90
+17 −1 model/src/w3gridmd.F90
+6 −15 model/src/w3idatmd.F90
+21 −12 model/src/w3initmd.F90
+71 −172 model/src/w3iogomd.F90
+3 −6 model/src/w3iogoncdmd.F90
+10 −0 model/src/w3iogrmd.F90
+18 −0 model/src/w3iorsmd.F90
+2 −4 model/src/w3odatmd.F90
+25 −0 model/src/w3ounfmetamd.F90
+12 −2 model/src/wav_comp_nuopc.F90
+4 −3 model/src/wav_grdout.F90
+46 −10 model/src/wav_import_export.F90
+18 −1 model/src/ww3_ounf.F90
+52 −1 model/src/ww3_outf.F90
+121 −110 regtests/bin/matrix.base
+7 −6 regtests/bin/matrix_cmake_datarmor
+9 −8 regtests/bin/matrix_cmake_milhydro
+1 −0 regtests/bin/matrix_cmake_ncep
+6 −5 regtests/bin/matrix_cmake_ukmo_cray
+58 −0 regtests/ww3_tp2.22/info
+1 −0 regtests/ww3_tp2.22/input/switch
+6 −0 regtests/ww3_tp2.22/input/track_i.ww3
+33 −0 regtests/ww3_tp2.22/input/ww3_grid.inp
+33 −0 regtests/ww3_tp2.22/input/ww3_grid_sdtail.inp
+43 −0 regtests/ww3_tp2.22/input/ww3_ounf.inp
+119 −0 regtests/ww3_tp2.22/input/ww3_ounp.inp
+10 −0 regtests/ww3_tp2.22/input/ww3_outf.inp
+11 −0 regtests/ww3_tp2.22/input/ww3_outp_spec.inp
+10 −0 regtests/ww3_tp2.22/input/ww3_outp_tab51.inp
+10 −0 regtests/ww3_tp2.22/input/ww3_outp_tab52.inp
+10 −0 regtests/ww3_tp2.22/input/ww3_outp_tab53.inp
+42 −0 regtests/ww3_tp2.22/input/ww3_shel.inp
+5 −0 regtests/ww3_tp2.22/input/ww3_strt.inp
BrianCurtis-NOAA marked this conversation as resolved.
Show resolved Hide resolved
Empty file.
Loading