Opened 13 years ago

Closed 13 years ago

#484 closed defect (Fixed)

Corrected metadata for spatially varying bottom friction

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 arango)

  • 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 (3)

comment:1 by arango, 13 years ago

Resolution: Fixed
Status: newclosed

comment:2 by arango, 13 years ago

Description: modified (diff)
Resolution: Fixed
Status: closedreopened

comment:3 by arango, 13 years ago

Description: modified (diff)
Resolution: Fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.