Changes between Version 1 and Version 2 of Ticket #648


Ignore:
Timestamp:
10/15/14 21:55:55 (10 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #648 – Description

    v1 v2  
    4040 * The wetting and drying mask have the following range values:
    4141{{{
    42    pmask_wet. wetdry_mask_psi:    0=land  1=water  2=no-slip boundary
     42   pmask_wet, wetdry_mask_psi:    0=land  1=water  2=no-slip boundary
    4343   rmask_wet, wetdry_mask_rho:    0=land  1=water
    4444   umask_wet, wetdry_mask_u:      0=land  1=water
     
    8585        END DO
    8686}}}
     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'''.
    8789
    8890 * 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.