Changes between Initial Version and Version 3 of Ticket #104
- Timestamp:
- 11/07/07 19:45:16 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #104
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #104 – Description
initial v3 1 1 Question about this code in step2d: 2 2 {{{ 3 3 # if defined WET_DRY && defined MASKING 4 4 zeta(i,j,knew)=zeta(i,j,knew)+ & 5 5 & (Dcrit(ng)-h(i,j))*(1.0_r8-rmask(i,j)) 6 6 # endif 7 }}} 7 8 8 9 Do you really want to do this inside the land mask or just inside the rmask_wet?