Ignore:
Timestamp:
08/09/22 12:54:01 (2 years ago)
Author:
cetlod
Message:

NEMOv6.5 : Improvment of ORCA2 PISCES run offline when using IPSL-CM5 outputs ocean dynamic

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

Legend:

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

    r5838 r6230  
    181181&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182182!----------------------------------------------------------------------- 
     183   ln_dyntrp       =  _AUTO_ 
    183184   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    184185   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_ia_cfg

    r5037 r6230  
    181181&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182182!----------------------------------------------------------------------- 
     183   ln_dyntrp       =  _AUTO_ 
    183184   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    184185   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
     
    201202   sn_wwd  = 'dyna_grid_W' ,    -1            , 'vovecrtz' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    202203   sn_avt  = 'dyna_grid_W' ,    -1            , 'voddmavs' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    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) 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    209207!----------------------------------------------------------------------- 
    210208/ 
     
    212210&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    213211!----------------------------------------------------------------------- 
     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) 
    214219/ 
    215220!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.