Changes between Initial Version and Version 1 of Ticket #731
- Timestamp:
- 06/09/17 21:06:58 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #731
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #731 – Description
initial v1 1 river_temp and river_salt entries don't name the river and s_rhodimensions correctly.1 '''river_temp''' and '''river_salt''' entries don't name the river and '''s_rho''' dimensions correctly. 2 2 3 3 4 5 {{{ 4 6 queequeg:netcdf wilkin$ svn diff 5 7 Index: roms_metadata.m … … 20 22 V.Dimensions(3).Length = []; 21 23 V.Dimensions(3).Unlimited = Unlimited; 24 22 25 @@ -2543,9 +2543,9 @@ 23 26 V.Dimensions(1).Name = 'river'; … … 33 36 V.Dimensions(3).Length = []; 34 37 V.Dimensions(3).Unlimited = Unlimited; 38 }}}