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 homp #1149

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a3e143c
init_bugs2: solve neuman on boundary
aronroland Oct 23, 2023
57ba5f8
Merge branch 'develop' into init_bugs2
aronroland Dec 14, 2023
4cbe073
ug_imp_nmb_acc: Those changes to the number accuracy of the implicit …
aronroland Dec 19, 2023
e0bea58
ug_imp_nmb_acc: add proper settings to limon
aronroland Dec 19, 2023
e60a45e
ug_imp_nmb_acc: add another input file
aronroland Dec 19, 2023
cb7bae8
ww3_homp: add driver of homp explicit
aronroland Dec 20, 2023
cb7dfcd
ww3_homp: update regtest
aronroland Dec 20, 2023
a3b804d
Merge branch 'ug_imp_nmb_acc' into ww3_homp
aronroland Dec 20, 2023
d2009bf
ww3_homp: add explicit and implicit homp
aronroland Dec 20, 2023
c86a567
ww3_homp: consolidiation, extension of omph to implicit solver and so…
aronroland Dec 28, 2023
6f358e2
ww3_homp: some more issues fixed ...
aronroland Dec 28, 2023
bc454a6
Merge branch 'init_bugs2' into ww3_homp
aronroland Dec 28, 2023
f2f6d4d
ww3_homp: clean and merge init_bugs2
aronroland Dec 28, 2023
5482da9
init_bugs2: fix issue #1017 and other issues pointed out by Chris and…
aronroland Jan 10, 2024
9b0083d
Merge branch 'NOAA-EMC:develop' into init_bugs2
thesser1 Jan 11, 2024
e71d161
init_bugs2: fix bug ...
aronroland Jan 16, 2024
57b41c0
Merge branch 'init_bugs2' of https://github.com/erdc/WW3 into init_bugs2
aronroland Jan 16, 2024
b98150e
ww3_homp: revert old regtest
aronroland Jan 16, 2024
712cb55
ww3_homp: add missing end parallel
aronroland Jan 16, 2024
8c6db6c
ww3_homp: regtesting ...
aronroland Jan 16, 2024
6f65346
init_bugs2: remove init emean
aronroland Jan 16, 2024
e517e8d
init_bugs2: thr not defined in db1
aronroland Jan 27, 2024
7f0d537
Merge branch 'develop' into ww3_homp
aronroland Feb 10, 2024
fefdc69
Merge branch 'init_bugs2' into ww3_homp
aronroland Feb 10, 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
1 change: 1 addition & 0 deletions model/src/w3parall.F90
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ SUBROUTINE PROP_REFRACTION_PR3(IP, ISEA, DTG, CAD, DoLimiter)
eDDDY=DDDY(1,IP)
eCTHG0 = CTHG0S(ISEA)
FACTH = 1.0 / DTH
CAD = 0.
!
FDG = FACTH * eCTHG0
DEPTH = MAX ( DMIN , DW(ISEA) )
Expand Down
Loading
Loading