Changes between Version 1 and Version 2 of Ticket #648
- Timestamp:
- 10/15/14 21:55:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #648 – Description
v1 v2 40 40 * The wetting and drying mask have the following range values: 41 41 {{{ 42 pmask_wet .wetdry_mask_psi: 0=land 1=water 2=no-slip boundary42 pmask_wet, wetdry_mask_psi: 0=land 1=water 2=no-slip boundary 43 43 rmask_wet, wetdry_mask_rho: 0=land 1=water 44 44 umask_wet, wetdry_mask_u: 0=land 1=water … … 85 85 END DO 86 86 }}} 87 88 * The wetting and drying masks are now written to the restart file as: '''wetdry_mask_psi''', '''wetdry_mask_rho''', '''wetdry_mask_u''', and '''wetdry_mask_v'''. 87 89 88 90 * Several calls to NetCDF writing routines in '''wrt_rst.F''' use the optional argument '''!SetFillVal = .FALSE.''' to avoid setting large special value ('''1E+37''') on land points. This is very important in perfect restart. Many thanks to Kate Hedstrom for her help debugging this. The tracer values cannot be masked when wetting and drying is activated in the numerical kernel or in the manipulation of output fields.