Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 WW3
Submodule WW3 updated 40 files
+10 −0 .github/ISSUE_TEMPLATE/add-development-request.md
+23 −0 .github/ISSUE_TEMPLATE/bug_report.md
+15 −0 .github/ISSUE_TEMPLATE/documentation.md
+20 −0 .github/ISSUE_TEMPLATE/feature_request.md
+43 −0 .github/pull_request_template.md
+4 −0 .gitignore
+2 −1 model/bin/comp.tmpl
+1 −1 model/bin/link.tmpl
+11 −1 model/bin/make_makefile.sh
+3 −2 model/bin/w3_make
+2 −2 model/bin/ww3_from_ftp.sh
+42 −0 model/ftn/PDLIB/yowpdlibmain.ftn
+4 −0 model/ftn/SCRIP/scrip_grids.f
+5 −1 model/ftn/w3gsrumd.ftn
+2 −2 model/ftn/w3iopomd.ftn
+2 −2 model/ftn/w3odatmd.ftn
+16 −5 model/ftn/w3tidemd.ftn
+118 −17 model/ftn/w3triamd.ftn
+156 −22 model/ftn/wmscrpmd.ftn
+2 −2 model/ftn/wmupdtmd.ftn
+91 −2 model/ftn/ww3_grid.ftn
+154 −55 model/ftn/ww3_prnc.ftn
+4 −4 model/ftn/ww3_shel.ftn
+10 −0 regtests/bin/matrix.base
+128 −0 regtests/bin/matrix_divider_p.sh
+131 −0 regtests/bin/matrix_milhydro
+70 −58 regtests/bin/matrix_ncep
+2 −2 regtests/mww3_test_04/input/ww3_multi_grdset_d.inp
+2 −1 regtests/mww3_test_04/input/ww3_multi_grdset_d.nml
+2 −2 regtests/ww3_tp2.14/input/oasis3-mct/util/make_dir/cmplr.tmpl
+41 −0 regtests/ww3_tp2.21/info
+1 −0 regtests/ww3_tp2.21/input/switch_NO_PDLIB
+1 −0 regtests/ww3_tp2.21/input/switch_PDLIB
+36 −0 regtests/ww3_tp2.21/input/ww3_grid_a.inp
+60 −0 regtests/ww3_tp2.21/input/ww3_grid_b.inp
+83 −0 regtests/ww3_tp2.21/input/ww3_ounf.inp
+117 −0 regtests/ww3_tp2.21/input/ww3_ounp.inp
+51 −0 regtests/ww3_tp2.21/input/ww3_prnc.inp
+443 −0 regtests/ww3_tp2.21/input/ww3_shel.inp
+72 −0 regtests/ww3_tp2.21/input/ww3_strt.inp
3 changes: 3 additions & 0 deletions modulefiles/ufs_gaea.intel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ setenv CMAKE_CXX_COMPILER CC
setenv CMAKE_Fortran_COMPILER ftn
setenv CMAKE_Platform gaea.intel

#needed for WW3 build
module load gcc/8.3.0

module use /lustre/f2/pdata/esrl/gsd/ufs/hpc-stack-v1.1.0/modulefiles/stack

module load hpc/1.1.0
Expand Down