--- MITgcm_contrib/osse/codemod/PARAMS.h 2004/06/23 18:42:58 1.2 +++ MITgcm_contrib/osse/codemod/PARAMS.h 2004/06/24 17:52:38 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/osse/codemod/PARAMS.h,v 1.2 2004/06/23 18:42:58 afe Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/osse/codemod/PARAMS.h,v 1.3 2004/06/24 17:52:38 afe Exp $ C $Name: $ C CBOP @@ -172,7 +172,7 @@ C coordinate frame. C usingSphericalPolarGrid :: If TRUE grid generation will be in a C spherical polar frame. -C bUseCylindricalGrid :: If TRUE grid generation will be Cylindrical +C usingCylindricalGrid :: If TRUE grid generation will be Cylindrical C no_slip_sides :: Impose "no-slip" at lateral boundaries. C no_slip_bottom :: Impose "no-slip" at bottom boundary. C staggerTimeStep :: enable a Stagger time stepping T,S Rho then U,V @@ -251,7 +251,7 @@ C useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12) C groundAtK1 :: put the surface(k=1) at the Lower Boundary (=ground) COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid, - & usingCurvilinearGrid, bUseCylindricalGrid, + & usingCurvilinearGrid, usingCylindricalGrid, & no_slip_sides,no_slip_bottom, & staggerTimeStep, & momViscosity, momAdvection, momForcing, useCoriolis, @@ -279,7 +279,7 @@ & readPickupWithTracer, writePickupWithTracer LOGICAL usingCartesianGrid LOGICAL usingSphericalPolarGrid - LOGICAL bUseCylindricalGrid + LOGICAL usingCylindricalGrid LOGICAL usingCurvilinearGrid LOGICAL usingSphericalPolarMTerms LOGICAL useNHMTerms