You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the large IF block for selecting the output fields in ww3_ounf, the output for PHICE contains a reference to PHIOC which I am pretty sure is an error:
Looking a bit closer, I think that lines 1817-1819 simply need to be removed (no MIN needs to be applied to PHICE).
Can someone confirm this is sensible (@mickaelaccensi ?)
In the large
IF
block for selecting the output fields inww3_ounf
, the output forPHICE
contains a reference toPHIOC
which I am pretty sure is an error:WW3/model/src/ww3_ounf.F90
Lines 1815 to 1820 in 991daf8
PHICE
is still output using the correct field, but theMIN
calculation is performed on thePHIOC
variable (line 1818 in the excerpt above).The text was updated successfully, but these errors were encountered: