Changes between Initial Version and Version 3 of Ticket #104


Ignore:
Timestamp:
11/07/07 19:45:16 (17 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #104

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

    initial v3  
    11Question about this code in step2d:
    2 
     2{{{
    33# if defined WET_DRY && defined MASKING
    44          zeta(i,j,knew)=zeta(i,j,knew)+                                &
    55     &                   (Dcrit(ng)-h(i,j))*(1.0_r8-rmask(i,j))
    66# endif
     7}}}
    78
    89Do you really want to do this inside the land mask or just inside the rmask_wet?