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 6067 – NEMO

Changeset 6067


Ignore:
Timestamp:
2015-12-16T14:59:05+01:00 (8 years ago)
Author:
acc
Message:

Branch 2015/dev_r5836_NOC3_vvl_by_default. namelist changes to reference configs to enable successful SETTE testing. Just ORCA2OFFPISCES refusing restartability now

Location:
branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r6004 r6067  
    5656   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    5757   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
    58 / 
    59 !----------------------------------------------------------------------- 
    60 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    61 !----------------------------------------------------------------------- 
    6258/ 
    6359!----------------------------------------------------------------------- 
     
    201197   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    202198      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    203    ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    204199/ 
    205200!----------------------------------------------------------------------- 
    206201&namdyn_hpg    !   Hydrostatic pressure gradient option 
    207202!----------------------------------------------------------------------- 
     203/ 
     204!----------------------------------------------------------------------- 
     205&namdyn_spg    !   surface pressure gradient 
     206!----------------------------------------------------------------------- 
     207   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    208208/ 
    209209!----------------------------------------------------------------------- 
     
    249249/ 
    250250!----------------------------------------------------------------------- 
    251 &namsol        !   elliptic solver / island / free surface  
    252 !----------------------------------------------------------------------- 
    253 / 
    254 !----------------------------------------------------------------------- 
    255251&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    256252!----------------------------------------------------------------------- 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r6004 r6067  
    5252   ppkth2      =  999999.              ! 
    5353   ppacr2      =  999999.              ! 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    57 !----------------------------------------------------------------------- 
    5854/ 
    5955!----------------------------------------------------------------------- 
     
    195191/ 
    196192!----------------------------------------------------------------------- 
     193&namdyn_spg    !   surface pressure gradient 
     194!----------------------------------------------------------------------- 
     195   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     196/ 
     197!----------------------------------------------------------------------- 
    197198&namdyn_ldf    !   lateral diffusion on momentum 
    198199!----------------------------------------------------------------------- 
     
    217218   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    218219   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     220   ! 
     221   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    219222/ 
    220223!----------------------------------------------------------------------- 
     
    235238/ 
    236239!----------------------------------------------------------------------- 
    237 &namsol        !   elliptic solver / island / free surface 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241240&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    242241!----------------------------------------------------------------------- 
     
    251250/ 
    252251!----------------------------------------------------------------------- 
    253 &namhsb       !  Heat and salt budgets 
    254 !----------------------------------------------------------------------- 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     252&namhsb       !  Heat and salt budgets                                  (default F) 
    258253!----------------------------------------------------------------------- 
    259254/ 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r6004 r6067  
    167167   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    168168   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    169 /!----------------------------------------------------------------------- 
     169/ 
     170!----------------------------------------------------------------------- 
    170171&namtra_dmp    !   tracer: T & S newtonian damping 
    171172!----------------------------------------------------------------------- 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6055 r6067  
    878878   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    879879      nn_een_e3f = 1          ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    880    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
     880   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT ACTIVATE 
    881881/ 
    882882!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.