Opened 16 years ago
Closed 16 years ago
#314 closed bug (Fixed)
wet_dry v2dbc
Reported by: | jcwarner | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.3 |
Component: | Nonlinear | Version: | 3.3 |
Keywords: | Cc: |
Description (last modified by )
1) ROMS/Nonlinear/v2dbc_im.F has a RETURN (line 787) that prevents execution of the WET_DRY algorithm on the boundaries. Please move the location of the RETURN statement to be located at the end of the routine (line 874).
2) ROMS/Nonlinear/set_data.F suggest that the WET_DRY catches for BOUNDARY(ng)%zeta_* be moved (from lines 868-909) to line 721. This would place the catches immediately after the zeta_* fields are set, and thus before the zeta_* fields may be used in ana_m2obc or any other place.
Change History (1)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, good catch!!!
I also corrected a typo in inp_par.F. Many thanks to Wen Long for reporting this.