Changes between Initial Version and Version 1 of Ticket #300


Ignore:
Timestamp:
03/24/09 22:55:04 (15 years ago)
Author:
arango
Comment:

Yes, good catch. I also corrected the file Data/ROMS/CDL/grd_sherical.cdl and removed the _FillValue attribute. It is not recommended for the masking arrays to have a _FillValue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #300

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #300 – Description

    initial v1  
    1 In ROMS/Utility/inp_par.F, lines 1031-1036, the value of NAT is checked:
     1In '''ROMS/Utility/inp_par.F''', lines 1031-1036, the value of '''NAT''' is checked:
    22{{{
    33            IF ((NAT.lt.0).or.(NAT.gt.2)) THEN
     
    99}}}
    1010
    11 The logical expression does not match the message. This code is failing to catch cases where I set NAT=0 for a 3D run (because I am adapting input files from a 2D run); the model then fails with an out-of-bounds error or segmentation fault in mod_ncparam.
     11The logical expression does not match the message. This code is failing to catch cases where I set '''NAT=0''' for a 3D run (because I am adapting input files from a 2D run); the model then fails with an out-of-bounds error or segmentation fault in '''mod_ncparam'''.
    1212
    1313The check should be