Changes between Initial Version and Version 2 of Ticket #482


Ignore:
Timestamp:
01/20/11 21:49:05 (13 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #482

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #482 – Description

    initial v2  
    77 * If reading these variables from the GRID NetCDF, you need to have the following metadata:
    88{{{
    9         double ZoBot(eta_psi, xi_psi) ;
     9        double ZoBot(eta_rho, xi_rho) ;
    1010                ZoBot:long_name = "time invariant, bottom roughness length" ;
    1111                ZoBot:units = "meter ;
    1212                ZoBot:coordinates = "lon_rho lat_rho" ;
    1313
    14         double rdrag(eta_psi, xi_psi) ;
     14        double rdrag(eta_rho, xi_rho) ;
    1515                rdrag:long_name = "linear bottom drag coefficient" ;
    1616                rdrag:units = "meter second-1 ;
    1717                rdrag:coordinates = "lon_rho lat_rho" ;
    1818
    19         double rdrag2(eta_psi, xi_psi) ;
     19        double rdrag2(eta_rho, xi_rho) ;
    2020                rdrag2:long_name = "quadratic bottom drag coefficient" ;
    2121                rdrag2:coordinates = "lon_rho lat_rho" ;