Changes between Initial Version and Version 1 of Ticket #731


Ignore:
Timestamp:
06/09/17 21:06:58 (7 years ago)
Author:
arango
Comment:

Yes, thank you. Good catch!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #731

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

    initial v1  
    1 river_temp and river_salt entries don't name the river and s_rho dimensions correctly.
     1'''river_temp''' and '''river_salt''' entries don't name the river and '''s_rho''' dimensions correctly.
    22
    33
     4
     5{{{
    46queequeg:netcdf wilkin$ svn diff
    57Index: roms_metadata.m
     
    2022     V.Dimensions(3).Length    = [];
    2123     V.Dimensions(3).Unlimited = Unlimited;
     24
    2225@@ -2543,9 +2543,9 @@
    2326     V.Dimensions(1).Name      = 'river';
     
    3336     V.Dimensions(3).Length    = [];
    3437     V.Dimensions(3).Unlimited = Unlimited;
     38}}}