Changes between Initial Version and Version 1 of Ticket #339


Ignore:
Timestamp:
07/16/09 18:59:34 (15 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #339

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

    initial v1  
     1'''Warning:'''  This is a very important fix when your input files are not '''CF''' compliant.  Recall that '''get_ngfld''' is used to process boundary, river, and tide data.
     2
    13Corrected a bug in file '''get_ngfld.F''' around line 193. We need to use '''n_vdim''' instead of '''n_dim''' in the DO loop:
    24
     
    1517}}}
    1618
    17 This only occurs when input file is not CF compliant with the time dimension.
     19This only occurs when input file is not '''CF''' compliant with the time dimension. In the previous versions you will get an out of bounds error for variable '''var_Dname'''.
    1820
    1921I also updated several of the '''CDL''' files to be CF compliant.