Changeset 10431
- Timestamp:
- 2018-12-20T09:50:14+01:00 (6 years ago)
- Location:
- NEMO/trunk/tests/ICEADV/EXPREF
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_120pts
r10413 r10431 34 34 &namdyn ! Ice dynamics 35 35 !------------------------------------------------------------------------------ 36 ln_dyn FULL= .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction)36 ln_dynALL = .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction) 37 37 ln_dynRHGADV = .false. ! dyn.: no ridge/raft & no corrections (rheology + advection) 38 ln_dynADV = .true. ! dyn.: only advection w prescribed vel.(rn_uvice + advection) 38 ln_dynADV1D = .true. ! dyn.: only advection 1D (Schar & Smolarkiewicz 1996 test case) 39 ln_dynADV2D = .false. ! dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 39 40 rn_uice = 1. ! prescribed ice u-velocity 40 41 rn_vice = 0. ! prescribed ice v-velocity … … 53 54 ln_adv_Pra = .false. ! Advection scheme (Prather) 54 55 ln_adv_UMx = .true. ! Advection scheme (Ultimate-Macho) 55 nn_UMx = 20! order of the scheme for UMx (1-5 ; 20=centered 2nd order)56 nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order) 56 57 / 57 58 !------------------------------------------------------------------------------ -
NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_240pts
r10413 r10431 34 34 &namdyn ! Ice dynamics 35 35 !------------------------------------------------------------------------------ 36 ln_dyn FULL= .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction)36 ln_dynALL = .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction) 37 37 ln_dynRHGADV = .false. ! dyn.: no ridge/raft & no corrections (rheology + advection) 38 ln_dynADV = .true. ! dyn.: only advection w prescribed vel.(rn_uvice + advection) 38 ln_dynADV1D = .true. ! dyn.: only advection 1D (Schar & Smolarkiewicz 1996 test case) 39 ln_dynADV2D = .false. ! dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 39 40 rn_uice = 1. ! prescribed ice u-velocity 40 41 rn_vice = 0. ! prescribed ice v-velocity … … 53 54 ln_adv_Pra = .false. ! Advection scheme (Prather) 54 55 ln_adv_UMx = .true. ! Advection scheme (Ultimate-Macho) 55 nn_UMx = 20! order of the scheme for UMx (1-5 ; 20=centered 2nd order)56 nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order) 56 57 / 57 58 !------------------------------------------------------------------------------ -
NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_60pts
r10413 r10431 34 34 &namdyn ! Ice dynamics 35 35 !------------------------------------------------------------------------------ 36 ln_dyn FULL= .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction)36 ln_dynALL = .false. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction) 37 37 ln_dynRHGADV = .false. ! dyn.: no ridge/raft & no corrections (rheology + advection) 38 ln_dynADV = .true. ! dyn.: only advection w prescribed vel.(rn_uvice + advection) 38 ln_dynADV1D = .true. ! dyn.: only advection 1D (Schar & Smolarkiewicz 1996 test case) 39 ln_dynADV2D = .false. ! dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 39 40 rn_uice = 1. ! prescribed ice u-velocity 40 41 rn_vice = 0. ! prescribed ice v-velocity … … 53 54 ln_adv_Pra = .false. ! Advection scheme (Prather) 54 55 ln_adv_UMx = .true. ! Advection scheme (Ultimate-Macho) 55 nn_UMx = 20! order of the scheme for UMx (1-5 ; 20=centered 2nd order)56 nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order) 56 57 / 57 58 !------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.