Ignore:
Timestamp:
08/24/23 15:03:48 (11 months ago)
Author:
cetlod
Message:

NEMOv6.5 : Update config to switch to NEMOv4.2.1 and PISCES gas

Location:
CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_core_clim_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
    110102&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    111103!----------------------------------------------------------------------- 
     104   !                    !  bulk algorithm : 
    112105   !                    !  bulk algorithm : 
    113106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115107 
    116108   cn_dir = './'  !  root directory for the bulk data location 
     
    158150   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     152   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161153/ 
    162154!----------------------------------------------------------------------- 
     
    179171/ 
    180172!----------------------------------------------------------------------- 
     173&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     174!----------------------------------------------------------------------- 
     175/ 
     176 
     177!----------------------------------------------------------------------- 
    181178&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182179!----------------------------------------------------------------------- 
     
    185182&namberg       !   iceberg parameters                                   (default: OFF) 
    186183!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194184/ 
    195185!!====================================================================== 
     
    334324!----------------------------------------------------------------------- 
    335325   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337326/ 
    338327!----------------------------------------------------------------------- 
     
    388377&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389378!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     379   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     380   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     381 
     382   cn_dir      = './'      !  root directory for the iwm data location 
     383   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     384   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     385   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     386   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     391   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393392/ 
    394393!!====================================================================== 
     
    407406!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408407!!====================================================================== 
     408!----------------------------------------------------------------------- 
     409&namtrd        !   trend diagnostics                                    (default: OFF) 
     410!----------------------------------------------------------------------- 
     411   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     412/ 
    409413! 
    410414!!====================================================================== 
     
    426430&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427431!----------------------------------------------------------------------- 
     432   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428433/ 
    429434!----------------------------------------------------------------------- 
    430435&namctl        !   Control prints                                       (default: OFF) 
    431436!----------------------------------------------------------------------- 
     437   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     438   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432439/ 
    433440!----------------------------------------------------------------------- 
     
    436443/ 
    437444!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444445&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445446!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_core_ia_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
    110102&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    111103!----------------------------------------------------------------------- 
     104   !                    !  bulk algorithm : 
    112105   !                    !  bulk algorithm : 
    113106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115107 
    116108   cn_dir = './'  !  root directory for the bulk data location 
     
    158150   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     152   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161153/ 
    162154!----------------------------------------------------------------------- 
     
    179171/ 
    180172!----------------------------------------------------------------------- 
     173&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     174!----------------------------------------------------------------------- 
     175/ 
     176 
     177!----------------------------------------------------------------------- 
    181178&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182179!----------------------------------------------------------------------- 
     
    185182&namberg       !   iceberg parameters                                   (default: OFF) 
    186183!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194184/ 
    195185!!====================================================================== 
     
    267257&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    268258!----------------------------------------------------------------------- 
    269    ln_teos10    = .true.          !   = Use TEOS-10 
     259   ln_teos10    = .true.          !  = Use TEOS-10 
    270260/ 
    271261!----------------------------------------------------------------------- 
     
    334324!----------------------------------------------------------------------- 
    335325   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337326/ 
    338327!----------------------------------------------------------------------- 
     
    388377&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389378!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     379   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     380   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     381 
     382   cn_dir      = './'      !  root directory for the iwm data location 
     383   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     384   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     385   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     386   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     391   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393392/ 
    394393!!====================================================================== 
     
    407406!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408407!!====================================================================== 
     408!----------------------------------------------------------------------- 
     409&namtrd        !   trend diagnostics                                    (default: OFF) 
     410!----------------------------------------------------------------------- 
     411   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     412/ 
    409413! 
    410414!!====================================================================== 
     
    426430&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427431!----------------------------------------------------------------------- 
     432   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428433/ 
    429434!----------------------------------------------------------------------- 
    430435&namctl        !   Control prints                                       (default: OFF) 
    431436!----------------------------------------------------------------------- 
     437   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     438   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432439/ 
    433440!----------------------------------------------------------------------- 
     
    436443/ 
    437444!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444445&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445446!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_jra_ia_cfg

    r6073 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
     
    112104   !                    !  bulk algorithm : 
    113105   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115106 
    116107   cn_dir = './'  !  root directory for the bulk data location 
     
    158149   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159150   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     151   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161152/ 
    162153!----------------------------------------------------------------------- 
     
    179170/ 
    180171!----------------------------------------------------------------------- 
     172&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     173!----------------------------------------------------------------------- 
     174/ 
     175 
     176!----------------------------------------------------------------------- 
    181177&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182178!----------------------------------------------------------------------- 
     
    185181&namberg       !   iceberg parameters                                   (default: OFF) 
    186182!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194183/ 
    195184!!====================================================================== 
     
    334323!----------------------------------------------------------------------- 
    335324   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337325/ 
    338326!----------------------------------------------------------------------- 
     
    388376&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389377!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     378   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     379   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     380 
     381   cn_dir      = './'      !  root directory for the iwm data location 
     382   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     383   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     384   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     385   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     386   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393391/ 
    394392!!====================================================================== 
     
    407405!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408406!!====================================================================== 
     407!----------------------------------------------------------------------- 
     408&namtrd        !   trend diagnostics                                    (default: OFF) 
     409!----------------------------------------------------------------------- 
     410   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     411/ 
    409412! 
    410413!!====================================================================== 
     
    426429&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427430!----------------------------------------------------------------------- 
     431   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428432/ 
    429433!----------------------------------------------------------------------- 
    430434&namctl        !   Control prints                                       (default: OFF) 
    431435!----------------------------------------------------------------------- 
     436   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     437   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432438/ 
    433439!----------------------------------------------------------------------- 
     
    436442/ 
    437443!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444444&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445445!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_clim_cfg

    r6230 r6601  
    3535   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3636   ! 
    37    rn_rdt      = 21600.     !  time step for the dynamics and tracer 
     37   rn_Dt       = 21600.     !  time step for the dynamics and tracer 
    3838/ 
    3939!----------------------------------------------------------------------- 
     
    4747/ 
    4848!----------------------------------------------------------------------- 
     49&namtile        !   parameters of the tiling 
     50!----------------------------------------------------------------------- 
     51/ 
     52!----------------------------------------------------------------------- 
    4953&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF) 
     54!----------------------------------------------------------------------- 
     55/ 
     56!----------------------------------------------------------------------- 
     57&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
     58!----------------------------------------------------------------------- 
     59/ 
     60!----------------------------------------------------------------------- 
     61&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     62!----------------------------------------------------------------------- 
     63/ 
     64!----------------------------------------------------------------------- 
     65&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station) 
     66!----------------------------------------------------------------------- 
     67/ 
     68!----------------------------------------------------------------------- 
     69&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF) 
     70!----------------------------------------------------------------------- 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF) 
    5074!----------------------------------------------------------------------- 
    5175/ 
     
    79103/ 
    80104!----------------------------------------------------------------------- 
     105&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T) 
     106!----------------------------------------------------------------------- 
     107/ 
     108!----------------------------------------------------------------------- 
    81109&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    82110!----------------------------------------------------------------------- 
    83111/ 
    84112!----------------------------------------------------------------------- 
     113&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     114!----------------------------------------------------------------------- 
     115/ 
     116!----------------------------------------------------------------------- 
     117&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only) 
     118!----------------------------------------------------------------------- 
     119/ 
     120!----------------------------------------------------------------------- 
     121&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     122!----------------------------------------------------------------------- 
     123/ 
     124!----------------------------------------------------------------------- 
    85125&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    86126!----------------------------------------------------------------------- 
    87    !                       ! type of penetration                        (default: NO selection) 
    88    ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    89    ! 
     127   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue) 
    90128/ 
    91129!----------------------------------------------------------------------- 
     
    96134&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
    97135!----------------------------------------------------------------------- 
     136/ 
     137!----------------------------------------------------------------------- 
     138&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     139!----------------------------------------------------------------------- 
     140/ 
     141!----------------------------------------------------------------------- 
     142&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T) 
     143!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
     144/ 
     145!----------------------------------------------------------------------- 
     146&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T) 
     147!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    98148/ 
    99149!----------------------------------------------------------------------- 
     
    125175!----------------------------------------------------------------------- 
    126176/ 
     177!----------------------------------------------------------------------- 
     178&nam_tide      !   tide parameters                                      (default: OFF) 
     179!----------------------------------------------------------------------- 
     180/ 
     181!----------------------------------------------------------------------- 
     182&nambdy        !  unstructured open boundaries                          (default: OFF) 
     183!----------------------------------------------------------------------- 
     184/ 
     185!----------------------------------------------------------------------- 
     186&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
     187!----------------------------------------------------------------------- 
     188/ 
     189!----------------------------------------------------------------------- 
     190&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF) 
     191!----------------------------------------------------------------------- 
     192/ 
    127193!!====================================================================== 
    128194!!                ***  Top/Bottom boundary condition  ***             !! 
     
    135201!!====================================================================== 
    136202! 
     203! 
    137204!----------------------------------------------------------------------- 
    138205&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     206!----------------------------------------------------------------------- 
     207   ln_drg_OFF  = .true.   !  must select one drag coefficient to true even if we don't use it 
     208/ 
     209!----------------------------------------------------------------------- 
     210&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
     211!----------------------------------------------------------------------- 
     212/ 
     213!----------------------------------------------------------------------- 
     214&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    139215!----------------------------------------------------------------------- 
    140216/ 
     
    161237&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    162238!----------------------------------------------------------------------- 
    163    ln_eos80    = .true.          !  = Use EOS80 
     239   ln_eos80    = .true.         !  = Use EOS80 
    164240/ 
    165241!----------------------------------------------------------------------- 
     
    170246&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    171247!----------------------------------------------------------------------- 
    172    ln_traldf_lap   = .true.    !    laplacian operator 
    173    ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     248   !                       !  Operator type: 
     249   ln_traldf_lap   = .true.   !    laplacian operator 
     250   ! 
     251   !                       !  Direction of action: 
     252   ln_traldf_iso   = .true.   !  iso-neutral (standard operator) 
     253   ! 
    174254   !                       !  Coefficients: 
    175    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    176       !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
    177       rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     255   nn_aht_ijk_t    = 20         !  space/time variation of eddy coefficient: 
     256      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     257      !                             !   =  0           constant 
     258      !                             !   = 10 F(k)      =ldf_c1d 
     259      !                             !   = 20 F(i,j)    =ldf_c2d 
     260      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     261      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     262      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     263      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case) 
     264      !                             !                           or   = 1/12 Ud*Ld^3 (blp case) 
     265      rn_Ud        = 0.018           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    178266      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    179267/ 
    180268!----------------------------------------------------------------------- 
     269&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
     270!----------------------------------------------------------------------- 
     271/ 
     272!----------------------------------------------------------------------- 
     273&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
     274!----------------------------------------------------------------------- 
     275/ 
     276!----------------------------------------------------------------------- 
     277&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
     278!----------------------------------------------------------------------- 
     279/ 
     280!----------------------------------------------------------------------- 
     281&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     282!----------------------------------------------------------------------- 
     283/ 
     284                                                                                                                                                                                                    232,1         59% 
     285!----------------------------------------------------------------------- 
     286/ 
     287!----------------------------------------------------------------------- 
     288&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     289!----------------------------------------------------------------------- 
     290/ 
     291!----------------------------------------------------------------------- 
     292&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     293!----------------------------------------------------------------------- 
     294/ 
     295!----------------------------------------------------------------------- 
     296&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     297!----------------------------------------------------------------------- 
     298/ 
     299!----------------------------------------------------------------------- 
     300&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
     301!----------------------------------------------------------------------- 
     302/ 
     303!----------------------------------------------------------------------- 
     304&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     305!----------------------------------------------------------------------- 
     306/ 
     307!----------------------------------------------------------------------- 
    181308&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182309!----------------------------------------------------------------------- 
    183    ln_dyntrp       =  _AUTO_ 
    184310   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    185311   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
    186 !   fwbcorr        = 3.786e-06   !  annual global mean of empmr for ssh correction 
    187  
     312   ! 
    188313   cn_dir      = './'      !  root directory for the ocean data location 
    189314   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    193318   sn_sal      = 'dyna_grid_T'           ,       120.        , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    194319   sn_mld      = 'dyna_grid_T'           ,       120.        , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    195    sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     320   sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflcd'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    196321   sn_fmf      = 'dyna_grid_T'           ,       120.        , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    197322   sn_ice      = 'dyna_grid_T'           ,       120.        , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     
    202327   sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    203328   sn_avt      = 'dyna_grid_W'           ,       120.        , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    204 / 
    205 !----------------------------------------------------------------------- 
    206 &namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
    207 !----------------------------------------------------------------------- 
    208 / 
    209 !----------------------------------------------------------------------- 
    210 &namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    211 !----------------------------------------------------------------------- 
    212 / 
    213 !----------------------------------------------------------------------- 
    214 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    215 !----------------------------------------------------------------------- 
    216 / 
    217 !!====================================================================== 
    218 !!                      ***  Dynamics namelists  ***                  !! 
    219 !!                                                                    !! 
    220 !!   nam_vvl       vertical coordinate options                          (default: z-star) 
    221 !!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
    222 !!   namdyn_vor    advection scheme                                     (default: NO selection) 
    223 !!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
    224 !!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
    225 !!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
    226 !!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    227 !!====================================================================== 
    228 ! 
    229 !----------------------------------------------------------------------- 
    230 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    235 !----------------------------------------------------------------------- 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    239 !----------------------------------------------------------------------- 
    240 / 
    241 !----------------------------------------------------------------------- 
    242 &namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    243 !----------------------------------------------------------------------- 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    247 !----------------------------------------------------------------------- 
     329   sn_ubl      = 'dyna_grid_U'           ,       120.        , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     330   sn_vbl      = 'dyna_grid_V'           ,       120.        , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    248331/ 
    249332!!====================================================================== 
     
    258341!!====================================================================== 
    259342! 
     343! 
    260344!----------------------------------------------------------------------- 
    261345&namzdf        !   vertical physics manager                             (default: NO selection) 
    262346!----------------------------------------------------------------------- 
     347   ln_zdfcst   = .true.      !  must select one vertical physics to true even if we don't use it 
     348/ 
     349!----------------------------------------------------------------------- 
     350&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     351!----------------------------------------------------------------------- 
     352/ 
     353                                                                                                                                                                                                    297,1         75% 
     354!----------------------------------------------------------------------- 
    263355/ 
    264356!----------------------------------------------------------------------- 
    265357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     358!----------------------------------------------------------------------- 
     359/ 
     360!----------------------------------------------------------------------- 
     361&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     362!----------------------------------------------------------------------- 
     363/ 
     364!----------------------------------------------------------------------- 
     365&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    266366!----------------------------------------------------------------------- 
    267367/ 
     
    286386!!====================================================================== 
    287387! 
     388!----------------------------------------------------------------------- 
     389&namtrd        !   trend diagnostics                                    (default: OFF) 
     390!----------------------------------------------------------------------- 
     391/ 
     392!----------------------------------------------------------------------- 
     393&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     394!----------------------------------------------------------------------- 
     395/ 
     396!----------------------------------------------------------------------- 
     397&namdiu        !   Cool skin and warm layer models                      (default: OFF) 
     398!----------------------------------------------------------------------- 
     399/ 
     400!----------------------------------------------------------------------- 
     401&namflo        !   float parameters                                     (default: OFF) 
     402!----------------------------------------------------------------------- 
     403/ 
     404!----------------------------------------------------------------------- 
     405&nam_diadct    !   transports through some sections                     (default: OFF) 
     406!----------------------------------------------------------------------- 
     407/ 
     408!----------------------------------------------------------------------- 
     409&nam_dia25h    !  25h Mean Output                                       (default: OFF) 
     410!----------------------------------------------------------------------- 
     411/ 
     412!----------------------------------------------------------------------- 
     413&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     414!----------------------------------------------------------------------- 
     415/ 
    288416!!====================================================================== 
    289417!!               ***  Observation & Assimilation  ***                 !! 
     
    292420!!   nam_asminc   assimilation increments                               ('key_asminc') 
    293421!!====================================================================== 
     422! 
     423!----------------------------------------------------------------------- 
    294424&namobs        !  observation usage switch                              (default: OFF) 
    295425!----------------------------------------------------------------------- 
     
    297427!----------------------------------------------------------------------- 
    298428&nam_asminc    !   assimilation increments                              ('key_asminc') 
    299 / 
    300 ! 
     429!----------------------------------------------------------------------- 
     430/ 
    301431!!====================================================================== 
    302432!!                  ***  Miscellaneous namelists  ***                 !! 
    303433!!                                                                    !! 
    304 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     434!!   nammpp            Massively Parallel Processing 
    305435!!   namctl            Control prints                                   (default: OFF) 
    306436!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     
    308438! 
    309439!----------------------------------------------------------------------- 
    310 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     440&nammpp        !   Massively Parallel Processing 
    311441!----------------------------------------------------------------------- 
    312442/ 
     
    319449!----------------------------------------------------------------------- 
    320450/ 
    321 !----------------------------------------------------------------------- 
    322 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    323 !----------------------------------------------------------------------- 
    324 / 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_ia_cfg

    r6230 r6601  
    3535   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3636   ! 
    37    rn_rdt      = 21600.     !  time step for the dynamics and tracer 
     37   rn_Dt      = 21600.     !  time step for the dynamics and tracer 
    3838/ 
    3939!----------------------------------------------------------------------- 
     
    181181&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182182!----------------------------------------------------------------------- 
    183    ln_dyntrp       =  _AUTO_ 
    184183   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    185184   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
     
    202201   sn_wwd  = 'dyna_grid_W' ,    -1            , 'vovecrtz' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    203202   sn_avt  = 'dyna_grid_W' ,    -1            , 'voddmavs' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    204 / 
    205 !----------------------------------------------------------------------- 
    206 &namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     203   sn_eiu  = 'dyna_grid_U' ,    -1            , 'vozoeivu' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     204   sn_eiv  = 'dyna_grid_V' ,    -1            , 'vomeeivv' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     205   sn_eiw  = 'dyna_grid_W' ,    -1            , 'voveeivw' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     206/ 
     207!----------------------------------------------------------------------- 
     208&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
    207209!----------------------------------------------------------------------- 
    208210/ 
     
    210212&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    211213!----------------------------------------------------------------------- 
    212    ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization 
    213       !                        !  Coefficients: 
    214       nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
    215       !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    216       !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le 
    217       rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    218       rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    219214/ 
    220215!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.