3 files changed
+27
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
| |||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
65 |
| - | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 |
| - | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
- .github/workflows/gnu.yml+8-10
- .github/workflows/intel.yml+27-20
- model/ci/spack_gnu.yaml+2-1
- model/ci/spack_intel.yaml+6-5
- model/inp/ww3_grid.inp+63-25
- model/inp/ww3_ounf.inp+1-1
- model/inp/ww3_shel.inp+4-3
- model/src/CMakeLists.txt+4-4
- model/src/cmake/src_list.cmake+1
- model/src/w3fld1md.F90+15-3
- model/src/w3iogomd.F90+7-7
- model/src/w3iorsmd.F90+15-5
- model/src/w3odatmd.F90+1-1
- model/src/w3ounfmetamd.F90+27-2
- model/src/w3profsmd.F90+2-2
- model/src/w3profsmd_pdlib.F90+2-2
- model/src/w3sic4md.F90+4-3
- model/src/w3src4md.F90+30-1
- model/src/w3srcemd.F90+247-267
- model/src/w3wavemd.F90+8-1
- model/src/wav_comp_nuopc.F90+41-5
- model/src/wav_import_export.F90+6
- model/src/wav_shel_inp.F90+2-8
- model/src/wav_wrapper_mod.F90+119
- model/src/ww3_ounf.F90+18-1
- model/src/ww3_ounp.F90+1-1
- model/src/ww3_outf.F90+52-1
- model/src/ww3_prnc.F90+8-5
- model/src/ww3_shel.F90+1-65
- regtests/bin/matrix.base+121-110
- regtests/bin/matrix.comp+23-8
- regtests/bin/matrix_cmake_datarmor+7-6
- regtests/bin/matrix_cmake_milhydro+9-8
- regtests/bin/matrix_cmake_ncep+2-1
- regtests/bin/matrix_cmake_ukmo_cray+6-5
- regtests/ww3_tp2.22/info+58
- regtests/ww3_tp2.22/input/switch+1
- regtests/ww3_tp2.22/input/track_i.ww3+6
- regtests/ww3_tp2.22/input/ww3_grid.inp+33
- regtests/ww3_tp2.22/input/ww3_grid_sdtail.inp+33
- regtests/ww3_tp2.22/input/ww3_ounf.inp+43
- regtests/ww3_tp2.22/input/ww3_ounp.inp+119
- regtests/ww3_tp2.22/input/ww3_outf.inp+10
- regtests/ww3_tp2.22/input/ww3_outp_spec.inp+11
- regtests/ww3_tp2.22/input/ww3_outp_tab51.inp+10
- regtests/ww3_tp2.22/input/ww3_outp_tab52.inp+10
- regtests/ww3_tp2.22/input/ww3_outp_tab53.inp+10
- regtests/ww3_tp2.22/input/ww3_shel.inp+42
- regtests/ww3_tp2.22/input/ww3_strt.inp+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
0 commit comments