New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 13748 for NEMO/branches/2019 – NEMO

Changeset 13748 for NEMO/branches/2019


Ignore:
Timestamp:
2020-11-09T12:17:22+01:00 (3 years ago)
Author:
stefryn
Message:

tidying up

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  
    33!------------------------------------------------------------------------------ 
    44   ln_rhg_EVP       = .true.          !  EVP rheology 
    5    ln_rhg_EAP       = .true.          !  EAP rheology 
     5   ln_rhg_EAP       = .false.          !  EAP rheology 
    66      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    77      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  
    1313   !!            3.7  !  2017     (C. Rousset)  add aEVP (Kimmritz 2016-2017) 
    1414   !!            4.0  !  2018     (many people) SI3 [aka Sea Ice cube] 
    15    !!                 !  2019     (S. Rynders)  change into eap rheology from 
     15   !!                 !  2019     (S. Rynders, Y. Aksenov, C. Rousset)  change into eap rheology from 
    1616   !!                                           CICE code (Tsamados, Heorton)  
    1717   !!---------------------------------------------------------------------- 
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/OCE/LBC/lib_mpp.F90

    r13746 r13748  
    142142   INTEGER, PUBLIC                               ::   ncom_freq                    !: frequency of comm diagnostic 
    143143   INTEGER, PUBLIC , DIMENSION(:,:), ALLOCATABLE ::   ncomm_sequence               !: size of communicated arrays (halos) 
    144    INTEGER, PARAMETER, PUBLIC                    ::   ncom_rec_max = 20000          !: max number of communication record 
     144   INTEGER, PARAMETER, PUBLIC                    ::   ncom_rec_max = 5000          !: max number of communication record 
    145145   INTEGER, PUBLIC                               ::   n_sequence_lbc = 0           !: # of communicated arraysvia lbc 
    146146   INTEGER, PUBLIC                               ::   n_sequence_glb = 0           !: # of global communications 
Note: See TracChangeset for help on using the changeset viewer.