Ignore:
Timestamp:
10/09/17 11:57:12 (7 years ago)
Author:
cetlod
Message:

Update NEMO card & driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA1ia_cfg

    r3203 r3408  
    303303&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    304304!----------------------------------------------------------------------- 
     305  nn_etau     = 0         !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
     306                          !    = 0 no penetration 
     307                          !    = 1 add a tke source below the ML 
     308                          !    = 2 add a tke source just at the base of the ML 
     309                          !    = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
     310  nn_mxl0     = 2         ! type of scaling under sea-ice 
     311                          !    = 0 no scaling under sea-ice 
     312                          !    = 1 scaling with constant sea-ice thickness 
     313                          !    = 2  scaling with mean sea-ice thickness 
     314                          !    = 3  scaling with maximum sea-ice thickness 
     315  rn_hice    = 10.        ! max constant ice thickness value when scaling under sea-ice ( nn_mxl0=1) 
     316  ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002) 
     317  rn_lc      =  0.20      !  coef. associated to Langmuir cells 
    305318/ 
    306319!----------------------------------------------------------------------- 
     
    326339&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    327340!----------------------------------------------------------------------- 
    328    ln_nnogather=  .true.  ! 
    329    jpni        =    16    !  jpni   number of processors following i (set automatically if < 1) 
    330    jpnj        =    31  !  jpnj   number of processors following j (set automatically if < 1) 
    331    jpnij       =   496    !  jpnij  number of local domains (set automatically if < 1) 
     341   ln_nnogather=  .true.   ! 
     342   jpni        =   20      !  jpni   number of processors following i (set automatically if < 1) 
     343   jpnj        =   24      !  jpnj   number of processors following j (set automatically if < 1) 
     344   jpnij       =  357      !  jpnij  number of local domains (set automatically if < 1), 357 for eORCA1/IPSLCM6-LR 
    332345/ 
    333346!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.