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 | 369 | NO PROCEDURE |
& useFullLeith, useStrainTensionVisc, useAreaViscLength, |
./model/inc/PARAMS.h | 418 | NO PROCEDURE |
LOGICAL useFullLeith |
./pkg/mom_common/mom_calc_visc.F | 238 | MOM_CALC_VISC |
IF (useFullLeith) THEN |
./pkg/mom_common/mom_calc_visc.F | 385 | MOM_CALC_VISC |
IF (useFullLeith.AND.calcLeith) THEN |
./pkg/mom_common/mom_calc_visc.F | 523 | MOM_CALC_VISC |
IF (useFullLeith.AND.calcLeith) THEN |
./model/src/config_summary.F | 109 | CONFIG_SUMMARY |
CALL WRITE_0D_L( useFullLeith, INDEX_NONE, 'useFullLeith =', |
./model/src/ini_parms.F | 161 | INI_PARMS |
& useFullLeith, useAnisotropicViscAgridMax, useStrainTensionVisc, |
./model/src/set_defaults.F | 167 | SET_DEFAULTS |
useFullLeith = .FALSE. |