Opened 14 years ago

Last modified 14 years ago

#477 closed defect

ru/rv restart file coordinates incorrect — at Initial Version

Reported by: jcwarner Owned by: arango
Priority: trivial Milestone: Release ROMS/TOMS 3.4
Component: Nonlinear Version: 3.4
Keywords: Cc:

Description

For a perfect restart, the vars ru and rv are written to the rst file. There is a discrepancy between the dims and coordinates. For example :

double rv(ocean_time, two, s_w, eta_v, xi_v) ;

rv:long_name = "RHS of total v-momentum" ; rv:units = "meter4 second-2" ; rv:time = "ocean_time" ; rv:coordinates = "lon_v lat_v s_rho ocean_time" ; rv:field = "rv, scalar, series" ; rv:_FillValue = 1.e+37 ;

The dim is s_w, but the coord is s_rho. this gives a small error when viewing in ncview.

Change History (0)

Note: See TracTickets for help on using tickets.