Changes between Initial Version and Version 1 of Ticket #314


Ignore:
Timestamp:
04/17/09 20:00:23 (15 years ago)
Author:
arango
Comment:

Yes, good catch!!!

I also corrected a typo in inp_par.F. Many thanks to Wen Long for reporting this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #314

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #314 – Description

    initial v1  
    1 1) ROMS/Nonlinear/v2dbc_im.F
    2 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).
    3 2) ROMS/Nonlinear/set_data.F
    4 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.
     11) '''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
     32) '''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.