Changeset 13748
- Timestamp:
- 2020-11-09T12:17:22+01:00 (4 years ago)
- Location:
- NEMO/branches/2019/dev_r11842_SI3-10_EAP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11842_SI3-10_EAP/doc/namelists/namdyn_rhg
r13746 r13748 3 3 !------------------------------------------------------------------------------ 4 4 ln_rhg_EVP = .true. ! EVP rheology 5 ln_rhg_EAP = . true. ! EAP rheology5 ln_rhg_EAP = .false. ! EAP rheology 6 6 ln_aEVP = .false. ! adaptive rheology (Kimmritz et al. 2016 & 2017) 7 7 rn_creepl = 2.0e-9 ! creep limit [1/s] -
NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/ICE/icedyn_rhg_eap.F90
r13662 r13748 13 13 !! 3.7 ! 2017 (C. Rousset) add aEVP (Kimmritz 2016-2017) 14 14 !! 4.0 ! 2018 (many people) SI3 [aka Sea Ice cube] 15 !! ! 2019 (S. Rynders ) change into eap rheology from15 !! ! 2019 (S. Rynders, Y. Aksenov, C. Rousset) change into eap rheology from 16 16 !! CICE code (Tsamados, Heorton) 17 17 !!---------------------------------------------------------------------- -
NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/OCE/LBC/lib_mpp.F90
r13746 r13748 142 142 INTEGER, PUBLIC :: ncom_freq !: frequency of comm diagnostic 143 143 INTEGER, PUBLIC , DIMENSION(:,:), ALLOCATABLE :: ncomm_sequence !: size of communicated arrays (halos) 144 INTEGER, PARAMETER, PUBLIC :: ncom_rec_max = 20000 !: max number of communication record144 INTEGER, PARAMETER, PUBLIC :: ncom_rec_max = 5000 !: max number of communication record 145 145 INTEGER, PUBLIC :: n_sequence_lbc = 0 !: # of communicated arraysvia lbc 146 146 INTEGER, PUBLIC :: n_sequence_glb = 0 !: # of global communications
Note: See TracChangeset
for help on using the changeset viewer.