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 9526 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-30T12:22:35+02:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: rename ln_...NONE as ln_...OFF (CONFIG, OPA_SRC, TOP_SRC) ; agrif zoom now only in AGRIF_NORDIC configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r9490 r9526  
    5757   nn_fsbc     = 1         !  frequency of SBC module call 
    5858   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     59   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    5960/ 
    6061!----------------------------------------------------------------------- 
     
    7879   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    7980/ 
     81!----------------------------------------------------------------------- 
     82&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     83!----------------------------------------------------------------------- 
     84   !                       ! type of penetration                        (default: NO selection) 
     85   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     86   ! 
     87   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     88 
     89   cn_dir = './'  !  root directory for the chlorophyl data location 
     90   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     93   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     94/ 
    8095 
    8196!!====================================================================== 
     
    8398!!                                                                    !! 
    8499!!   nameos        equation of state                                    (default: NO selection) 
     100!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    85101!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
    86102!!====================================================================== 
    87103! 
    88104!----------------------------------------------------------------------- 
    89 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     105&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    90106!----------------------------------------------------------------------- 
    91107   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     108/ 
     109!----------------------------------------------------------------------- 
     110&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     111!----------------------------------------------------------------------- 
     112   ln_traldf_lap   = .true.    !    laplacian operator 
     113   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     114   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
     115   !                       !  Coefficients: 
     116   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     117      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     118      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     119      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    92120/ 
    93121!----------------------------------------------------------------------- 
     
    97125   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    98126!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
    99  
    100127 
    101128   cn_dir      = './'      !  root directory for the ocean data location 
Note: See TracChangeset for help on using the changeset viewer.