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 1618 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2009-08-12T17:05:02+02:00 (15 years ago)
Author:
ctlod
Message:

update ORCA2_LIM and ORCA2_LIM_PISCES configurations namelist parameters, see ticket: #532

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1602 r1618  
    7474!----------------------------------------------------------------------- 
    7575   nn_bathy    =    1      !  compute (=0) or read(=1) the bathymetry file 
    76    nn_closea    =   0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
     76   nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    7777   nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    78    rn_e3zps_min=    5.     !  the thickness of the partial step is set larger than the minimum 
     78   rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    7979   rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
    8080                           ! 
     
    8484   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    8585                                 !                          =0, not used, rdt = rdttra 
    86    rn_rdtmin   = 2880.           !  minimum time step on tracers (used if nacc=1) 
    87    rn_rdtmax   = 2880.           !  maximum time step on tracers (used if nacc=1) 
     86   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nacc=1) 
     87   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nacc=1) 
    8888   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
    8989/ 
     
    125125                           !                     =1 global mean of e-p-r set to zero at each time step  
    126126                           !                     =2 annual global mean of e-p-r set to zero 
     127                           !                     =3 global emp set to zero and spread out over erp area 
    127128/ 
    128129!----------------------------------------------------------------------- 
     
    195196   cn_dir      = './'      !  root directory for the location of the runoff files 
    196197   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    197    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
     198   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    198199   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    199200   ln_qsr_bio  = .false.   !  bio-model light penetration 
     
    215216   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    216217   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    217    rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
     218   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    218219   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    219220   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     
    437438   ln_dynvor_ens = .false. !  energy conserving scheme     
    438439   ln_dynvor_mix = .false. !  mixed scheme                
    439    ln_dynvor_een = .true. !  energy & enstrophy scheme   
     440   ln_dynvor_een = .true.  !  energy & enstrophy scheme   
    440441/ 
    441442!----------------------------------------------------------------------- 
     
    497498   rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
    498499   ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F) 
    499    nn_npc      =    1      !  frequency of application of npc 
    500    nn_npcp     =  365      !  npc control print frequency 
    501    ln_zdfexp   =  .false.  !  time-stepping: split-explicit (T) or implicit (F) time stepping 
    502    nn_zdfexp   =    3      !                 number of sub-timestep for ln_zdfexp=T 
     500   nn_npc      =    1            !  frequency of application of npc 
     501   nn_npcp     =  365            !  npc control print frequency 
     502   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping 
     503   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T 
    503504/ 
    504505!----------------------------------------------------------------------- 
     
    524525   nn_pdl      =   1       !  Prandtl number function of richarson number (=1, avt=pdl(Ri)*avm) or not (=0, avt=avm) 
    525526   ln_mxl0     = .false.   !  mixing length scale surface value as function of wind stress (T) or not (F) 
    526    rn_lmin     =   0.   !  interior buoyancy lenght scale minimum value 
    527    rn_lmin0    =   0.4     !  surface  buoyancy lenght scale minimum value 
     527   rn_lmin     =   0.001   !  interior buoyancy lenght scale minimum value 
     528   rn_lmin0    =   0.01    !  surface  buoyancy lenght scale minimum value 
    528529   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    529530                           !        = 0 no penetration ( O(2 km) resolution) 
    530531                           !        = 1 additional tke source 
    531532                           !        = 2 additional tke source applied only at the base of the mixed layer 
    532    nn_htau     =   2       !  type of exponential decrease of tke penetration 
     533   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    533534                           !        = 0  constant 10 m length scale 
    534                            !        = 1  ??? 
     535                           !        = 1  0.5m at the equator to 30m at high latitudes 
    535536   rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
    536537   ln_lc       = .false.   !  Langmuir cell parameterisation 
Note: See TracChangeset for help on using the changeset viewer.