Opened 17 years ago

Closed 17 years ago

#101 closed upgrade (Done)

NetCDF coordinates attribute

Reported by: arango Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.1
Component: Nonlinear Version: 3.1
Keywords: Cc:

Description

Updated NetCDF output files to report a full coordinates attribute. For example:

        float temp(ocean_time, s_rho, eta_rho, xi_rho) ;
                temp:long_name = "potential temperature" ;
                temp:units = "Celsius" ;
                temp:time = "ocean_time" ;
                temp:coordinates = "lon_rho lat_rho s_rho ocean_time" ;
                temp:field = "temperature, scalar, series" ;

I also corrected climatological clock to start from year 1 instead of 0:

        double ocean_time(ocean_time) ;
                ocean_time:long_name = "averaged time since initialization" ;
                ocean_time:units = "seconds since 0001-01-01 00:00:00" ;

Change History (1)

comment:1 by arango, 17 years ago

Resolution: Done
Status: newclosed
Note: See TracTickets for help on using tickets.