Opened 14 years ago
Last modified 14 years ago
#484 closed defect
Corrected metadata for spatially varying bottom friction — at Initial Version
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.4 |
Component: | Nonlinear | Version: | 3.4 |
Keywords: | Cc: |
Description
There is a typo in Data/ROMS/CDL/grd_spherical.cdl. The spatially varying bottom friction arrays are defined at RHO-grid points:
double rdrag(eta_rho, xi_rho) ; rdrag:long_name = "linear bottom drag coefficient" ; rdrag:units = "meter second-1 ; rdrag:coordinates = "lon_rho lat_rho" ; double rdrag2(eta_rho, xi_rho) ; rdrag2:long_name = "quadratic bottom drag coefficient" ; rdrag2:coordinates = "lon_rho lat_rho" ; double ZoBot(eta_rho, xi_rho) ; ZoBot:long_name = "time invariant, bottom roughness length" ; ZoBot:units = "meter ; ZoBot:coordinates = "lon_rho lat_rho" ;
Many thanks to Aijun Zhang for bringing this to my attention.
Note:
See TracTickets
for help on using tickets.