--- MITgcm/model/inc/PARAMS.h 2011/08/07 07:08:15 1.253 +++ MITgcm/model/inc/PARAMS.h 2011/11/13 00:47:23 1.254 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/PARAMS.h,v 1.253 2011/08/07 07:08:15 dimitri Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/PARAMS.h,v 1.254 2011/11/13 00:47:23 jmc Exp $ C $Name: $ C @@ -282,6 +282,7 @@ C useAbsVorticity :: work with f+zeta in Coriolis terms C upwindShear :: use 1rst order upwind interp. (V.I., vertical advection) C momStepping :: Turns momentum equation time-stepping off +C calc_wVelocity :: Turns of vertical velocity calculation off C- Temp. & Salt params: C tempStepping :: Turns temperature equation time-stepping off C saltStepping :: Turns salinity equation time-stepping off @@ -375,7 +376,7 @@ & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv, & upwindVorticity, highOrderVorticity, & useAbsVorticity, upwindShear, - & momStepping, tempStepping, saltStepping, + & momStepping, calc_wVelocity, tempStepping, saltStepping, & tempAdvection, tempIsActiveTr, tempForcing, & saltAdvection, saltIsActiveTr, saltForcing, & maskIniTemp, maskIniSalt, checkIniTemp, checkIniSalt, @@ -448,6 +449,7 @@ LOGICAL implicitIntGravWave LOGICAL staggerTimeStep LOGICAL momStepping + LOGICAL calc_wVelocity LOGICAL tempStepping LOGICAL saltStepping LOGICAL metricTerms