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 3584 for branches/2012/dev_LOCEAN_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-16T17:21:47+01:00 (11 years ago)
Author:
cetlod
Message:

Add in branch 2012/dev_LOCEAN_2012 changes from dev_r3438_LOCEAN15_PISLOB & dev_r3387_LOCEAN6_AGRIF_LIM, see ticket 1000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_LOCEAN_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3306 r3584  
    2424&namrun        !   parameters of the run 
    2525!----------------------------------------------------------------------- 
    26    nn_no       =       0   !  job number (no more used...) 
     26   nn_no       =       0   !  job number 
    2727   cn_exp      =  "PISCES"  !  experience name  
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =    1460   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     30   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    33    nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    34                            !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    35                            !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    36                            !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
     35                               !                  = 2 calendar parameters read in the restart file 
    3736   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    3837   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     
    509508   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    510509/ 
    511 !---------------------------------------------------------------------------------- 
    512 &namtra_ldf    !   lateral diffusion scheme for tracers 
    513 !---------------------------------------------------------------------------------- 
    514    !                       !  Operator type: 
    515    ln_traldf_lap    =  .true.   !  laplacian operator 
    516    ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    517    !                       !  Direction of action: 
    518    ln_traldf_level  =  .false.  !  iso-level 
    519    ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    520    ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
    521    !                 !  Griffies parameters              (all need "key_ldfslp") 
    522    ln_traldf_grif   =  .false.  !  use griffies triads 
    523    ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
    524    ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
    525    ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
    526    !                       !  Coefficients 
    527    ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
    528    ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
    529    !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
    530    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
     510!----------------------------------------------------------------------- 
     511&namtra_ldf    !   lateral diffusion scheme for tracer  
     512!----------------------------------------------------------------------- 
     513   !                       !  Type of the operator :  
     514   ln_traldf_lap    =  .true.   !  laplacian operator        
     515   ln_traldf_bilap  =  .false.  !  bilaplacian operator      
     516   !                       !  Direction of action  : 
     517   ln_traldf_level  =  .false.  !  iso-level                 
     518   ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
     519   ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
     520   ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
     521   ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
     522   ln_triad_iso     =  .true.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
     523   ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
     524                         !  Coefficient 
    531525   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    532526   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    533    !                                           (normally=0; not used with Griffies) 
     527   rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
    534528/ 
    535529!----------------------------------------------------------------------- 
     
    615609   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
    616610   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
    617    sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflcd' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     611   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     612   sn_emps = 'dyna_grid_T' ,    120            , 'sowaflcd' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
    618613   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
    619614   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     
    792787   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    793788                           !     (no physical validity of the results) 
    794    nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     789   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    795790/ 
    796791 
Note: See TracChangeset for help on using the changeset viewer.