Symbol Description Uses
tempAdvection Flag which turns advection of temperature on and off. 14



File Line number Procedure Code
./model/inc/PARAMS.h 378 NO PROCEDURE
     & tempAdvection, tempIsActiveTr, tempForcing,
./model/inc/PARAMS.h 427 NO PROCEDURE
      LOGICAL tempAdvection
./pkg/generic_advdiff/gad_init_fixed.F 131 GAD_INIT_FIXED
      tempSOM_Advection = tempSOM_Advection .AND. tempAdvection
./pkg/generic_advdiff/gad_init_fixed.F 137 GAD_INIT_FIXED
      tempMultiDimAdvec = multiDimAdvection .AND. tempAdvection
./pkg/generic_advdiff/gad_init_fixed.F 186 GAD_INIT_FIXED
      IF ( tempAdvection ) THEN
./model/src/calc_gt.F 154 CALC_GT
      calcAdvection = tempAdvection .AND. .NOT.tempMultiDimAdvec
./model/src/config_summary.F 421 CONFIG_SUMMARY
      CALL WRITE_0D_L( tempAdvection,  INDEX_NONE,
./model/src/ini_parms.F 178 INI_PARMS
     & tempDiffusion, tempAdvection, tempForcing,
./model/src/set_defaults.F 160 SET_DEFAULTS
      tempAdvection       = .TRUE.
./model/src/set_parms.F 129 SET_PARMS
      tempAdvection = tempStepping .AND. tempAdvection
./model/src/set_parms.F 133 SET_PARMS
      tempImplVertAdv = tempAdvection .AND. tempImplVertAdv
./model/src/set_parms.F 137 SET_PARMS
      tempIsActiveTr = momPressureForcing .AND. tempAdvection
./model/src/tracers_iigw_correction.F 78 TRACERS_IIGW_CORRECTION
       IF ( tempAdvection .AND.