Opened 15 years ago
Last modified 15 years ago
#484 closed defect
Corrected metadata for spatially varying bottom friction — at Version 2
| Reported by: | arango | Owned by: | arango |
|---|---|---|---|
| Priority: | major | Milestone: | Release ROMS/TOMS 3.4 |
| Component: | Nonlinear | Version: | 3.4 |
| Keywords: | Cc: |
Description (last modified by )
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.
I also corrected a typo in ad_set_vbc.F for 2D applications. Many thanks to Kate for reporting this problem.
Change History (2)
comment:1 by , 15 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | Fixed |
| Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
