Changes between Initial Version and Version 1 of Ticket #648


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #648

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #648 – Description

    initial v1  
    8888 * 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.
    8989
     90 * If writing only water points ('''WRITE_WATER''' option), we need to use only the permanent land/sea masking arrays as an argument to the NetCDF output calls.  The full mask  arrays ('''pmask_full''', '''rmask_full''', '''umask_full''', and '''vmask_full''') cannot be used to compact the data into one spatial vector because the time dependency of the wetting and drying masks.  Therefore, the output routines were changed accordingly.
     91
    9092----
    91 
    9293In addition, I corrected few typos and small bugs that have been reported in the ROMS forum.  Thank you to everybody for bringing these issues to my attention.
    9394----