Symbol | Description | Uses |
useFullLeith | Set to true to use full Leith viscosity(may be unstable | 8 |
File | Line number | Procedure | Code |
./model/inc/PARAMS.h | 419 | NO PROCEDURE |
& useFullLeith, useStrainTensionVisc, useAreaViscLength, |
./model/inc/PARAMS.h | 474 | NO PROCEDURE |
LOGICAL useFullLeith |
./pkg/mom_common/mom_calc_visc.F | 204 | MOM_CALC_VISC |
IF (useFullLeith) THEN |
./pkg/mom_common/mom_calc_visc.F | 350 | MOM_CALC_VISC |
IF (useFullLeith.AND.calcLeith) THEN |
./pkg/mom_common/mom_calc_visc.F | 463 | MOM_CALC_VISC |
IF (useFullLeith.AND.calcLeith) THEN |
./model/src/config_summary.F | 151 | CONFIG_SUMMARY |
CALL WRITE_0D_L( useFullLeith, INDEX_NONE, 'useFullLeith =', |
./model/src/ini_parms.F | 188 | INI_PARMS |
& useFullLeith, useAnisotropicViscAgridMax, useStrainTensionVisc, |
./model/src/set_defaults.F | 203 | SET_DEFAULTS |
useFullLeith = .FALSE. |