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 15546 for NEMO/branches/2021 – NEMO

Changeset 15546 for NEMO/branches/2021


Ignore:
Timestamp:
2021-11-26T21:23:07+01:00 (2 years ago)
Author:
cdllod
Message:

update namelist_cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r15388_updated_zdfiwm/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r15023 r15546  
    400400&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    401401!----------------------------------------------------------------------- 
    402    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    403    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
     402   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
    404403   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
    405404 
    406    cn_dir      = './'      !  root directory for the iwm data location                                                                            
     405   cn_dir      = './'      !  root directory for the iwm data location 
    407406   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    408407   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    409408   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    410    sn_mpb      = 'int_wave_mix'      , -12.       , 'mixing_power_bot'   , .false.  , .true. , 'yearly' , '' , ''  , '' 
    411    sn_mpp      = 'int_wave_mix'      , -12.       , 'mixing_power_pyc'   , .false.  , .true. , 'yearly' , '' , ''  , '' 
    412    sn_mpc      = 'int_wave_mix'      , -12.       , 'mixing_power_cri'   , .false.  , .true. , 'yearly' , '' , ''  , '' 
    413    sn_dsb      = 'int_wave_mix'      , -12.       , 'decay_scale_bot'    , .false.  , .true. , 'yearly' , '' , ''  , '' 
    414    sn_dsc      = 'int_wave_mix'      , -12.       , 'decay_scale_cri'    , .false.  , .true. , 'yearly' , '' , ''  , '' 
     409   sn_mpb      = 'zdfiwm_forcing'              , -12.              , 'power_bot' , .false.  , .true. , 'yearly' , '' , ''  , '' 
     410   sn_mpc      = 'zdfiwm_forcing'              , -12.              , 'power_cri' , .false.  , .true. , 'yearly' , '' , ''  , '' 
     411   sn_mpn      = 'zdfiwm_forcing'              , -12.              , 'power_nsq' , .false.  , .true. , 'yearly' , '' , ''  , '' 
     412   sn_mps      = 'zdfiwm_forcing'              , -12.              , 'power_sho' , .false.  , .true. , 'yearly' , '' , ''  , '' 
     413   sn_dsb      = 'zdfiwm_forcing'              , -12.              , 'scale_bot' , .false.  , .true. , 'yearly' , '' , ''  , '' 
     414   sn_dsc      = 'zdfiwm_forcing'              , -12.              , 'scale_cri' , .false.  , .true. , 'yearly' , '' , ''  , '' 
    415415/ 
    416416!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.