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

sync-ww3 #1026

Merged
merged 11 commits into from
Jan 28, 2022
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/aliabdolali/WW3.git
branch = fb_sync_ufs
[submodule "stochastic_physics"]
path = stochastic_physics
url = https://github.com/noaa-psd/stochastic_physics
Expand Down
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 52 files
+0 −10 .github/ISSUE_TEMPLATE/add-development-request.md
+2 −2 .github/ISSUE_TEMPLATE/bug_report.md
+8 −0 .github/ISSUE_TEMPLATE/config.yml
+3 −6 .github/ISSUE_TEMPLATE/documentation.md
+26 −22 .github/pull_request_template.md
+2,580 −0 docs/Doxyfile.in
+67 −0 docs/ww3_doxy_tmpl.md
+0 −8 manual/eqs/BT2.tex
+0 −1 manual/makefile
+1 −2 model/bin/build_utils.sh
+1 −1 model/bin/cmplr.env
+1 −1 model/inp/ww3_ounp.inp
+1 −1 model/nml/ww3_ounp.nml
+5 −5 model/nml/ww3_shel.nml
+20 −18 model/src/w3gdatmd.F90
+4 −12 model/src/w3gridmd.F90
+10 −10 model/src/w3initmd.F90
+13 −8 model/src/w3iogrmd.F90
+2 −2 model/src/w3iopomd.F90
+14 −2 model/src/w3iorsmd.F90
+6 −6 model/src/w3iotrmd.F90
+0 −2,449 model/src/w3netcdf.F90
+1 −0 model/src/w3odatmd.F90
+3 −2 model/src/w3ounfmetamd.F90
+2 −2 model/src/w3profsmd.F90
+23 −15 model/src/w3profsmd_pdlib.F90
+1 −1 model/src/w3ref1md.F90
+53 −56 model/src/w3triamd.F90
+24 −62 model/src/w3updtmd.F90
+3 −5 model/src/w3wavemd.F90
+28 −4 model/src/wmesmfmd.F90
+31 −30 model/src/wmgridmd.F90
+8 −8 model/src/wminitmd.F90
+2 −2 model/src/wmiopomd.F90
+20 −20 model/src/wmscrpmd.F90
+16 −16 model/src/wmupdtmd.F90
+3 −3 model/src/ww3_bounc.F90
+3 −3 model/src/ww3_bound.F90
+1 −1 model/src/ww3_gint.F90
+14 −14 model/src/ww3_grib.F90
+3 −3 model/src/ww3_ounf.F90
+19 −15 model/src/ww3_ounp.F90
+59 −5 model/src/ww3_outf.F90
+0 −10 model/src/ww3_outp.F90
+5 −5 model/src/ww3_prep.F90
+6 −6 model/src/ww3_prnc.F90
+2 −2 model/src/ww3_prtide.F90
+1 −7 model/src/ww3_shel.F90
+4 −4 model/src/ww3_strt.F90
+0 −0 model/tools/ftn2src.sh
+1 −1 regtests/bin/matrix.comp
+4 −1 regtests/bin/test.comp
244 changes: 122 additions & 122 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

724 changes: 362 additions & 362 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

724 changes: 362 additions & 362 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

746 changes: 373 additions & 373 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

682 changes: 341 additions & 341 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

730 changes: 365 additions & 365 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

464 changes: 232 additions & 232 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.