Changes between Initial Version and Version 1 of Ticket #648
- Timestamp:
- 10/15/14 21:14:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #648
- Property Resolution → Done
- Property Status new → closed
-
Ticket #648 – Description
initial v1 88 88 * 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. 89 89 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 90 92 ---- 91 92 93 In 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. 93 94 ----