Changes between Initial Version and Version 1 of Ticket #339
- Timestamp:
- 07/16/09 18:59:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #339
- Property Resolution → Fixed
- Property Status new → closed
-
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 1 3 Corrected a bug in file '''get_ngfld.F''' around line 193. We need to use '''n_vdim''' instead of '''n_dim''' in the DO loop: 2 4 … … 15 17 }}} 16 18 17 This only occurs when input file is not CF compliant with the time dimension.19 This 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'''. 18 20 19 21 I also updated several of the '''CDL''' files to be CF compliant.