File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ void Tendencies::computeVelocityTendenciesOnly(
462462
463463 Pacer::start (" Tend:computeVelocityVAdvTend" , 2 );
464464 // Compute velocity tendency from vertical advection
465- VAdv->computeVelocityVAdvTend (NormalVelocityTend, NormalVelEdge ,
465+ VAdv->computeVelocityVAdvTend (NormalVelocityTend, NormVelEdge ,
466466 FluxLayerThickEdge);
467467 Pacer::stop (" Tend:computeVelocityVAdvTend" , 2 );
468468
@@ -604,7 +604,7 @@ void Tendencies::computeTracerTendenciesOnly(
604604 // compute tracer tendencies from vertical advection
605605 Array2DReal ThicknessForVAdv;
606606 if (VAdv->VertAdvChoice == VertAdvOption::Standard) {
607- State->getLayerThickness (ThicknessForVAdv, ThickTimeLevel);
607+ ThicknessForVAdv = State->getLayerThickness (ThickTimeLevel);
608608 } else if (VAdv->VertAdvChoice == VertAdvOption::FCT) {
609609 ThicknessForVAdv = AuxState->LayerThicknessAux .ProvThickness ;
610610 }
You can’t perform that action at this time.
0 commit comments