Changes between Initial Version and Version 2 of Ticket #482
- Timestamp:
- 01/20/11 21:49:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #482
- Property Resolution → Done
- Property Status new → closed
-
Ticket #482 – Description
initial v2 7 7 * If reading these variables from the GRID NetCDF, you need to have the following metadata: 8 8 {{{ 9 double ZoBot(eta_ psi, xi_psi) ;9 double ZoBot(eta_rho, xi_rho) ; 10 10 ZoBot:long_name = "time invariant, bottom roughness length" ; 11 11 ZoBot:units = "meter ; 12 12 ZoBot:coordinates = "lon_rho lat_rho" ; 13 13 14 double rdrag(eta_ psi, xi_psi) ;14 double rdrag(eta_rho, xi_rho) ; 15 15 rdrag:long_name = "linear bottom drag coefficient" ; 16 16 rdrag:units = "meter second-1 ; 17 17 rdrag:coordinates = "lon_rho lat_rho" ; 18 18 19 double rdrag2(eta_ psi, xi_psi) ;19 double rdrag2(eta_rho, xi_rho) ; 20 20 rdrag2:long_name = "quadratic bottom drag coefficient" ; 21 21 rdrag2:coordinates = "lon_rho lat_rho" ;