Changeset 10579
- Timestamp:
- 2019-01-25T12:09:26+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/ICE/icedyn_adv_umx.F90
r10519 r10579 39 39 40 40 ! if T interpolated at u/v points is negative, then interpolate T at u/v points using the upstream scheme 41 ! clem: if set to true, the 2D test case "diagonal advection" does not work (I do not understand why) 42 LOGICAL :: ll_neg = .FALSE. 41 ! clem: if set to true, the 2D test case "diagonal advection" does not work (I do not understand why) 42 ! but in realistic cases, it avoids having very negative ice temperature (-50) at low ice concentration 43 LOGICAL :: ll_neg = .TRUE. 43 44 44 45 ! alternate directions for upstream
Note: See TracChangeset
for help on using the changeset viewer.