Changeset 6230 for CONFIG


Ignore:
Timestamp:
08/09/22 12:54:01 (21 months 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
Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA2_OFF_PISCES/clim/COMP/pisces.card

    r6142 r6230  
    1111PisFreq=4 
    1212Offline_Mode=y 
     13Offline_DynTrp=y 
    1314Co2Anthr=n 
    1415AtmCo2=2.8432e+02 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA2_OFF_PISCES/ia/COMP/pisces.card

    r6142 r6230  
    1111PisFreq=4 
    1212Offline_Mode=y 
     13Offline_DynTrp=n 
    1314Co2Anthr=n 
    1415AtmCo2=2.8432e+02 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/DRIVER/pisces.driver

    r5535 r6230  
    141141       fi 
    142142    fi 
    143  
     143     
     144    if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
     145       if [ X"${pisces_UserChoices_Offline_DynTrp}" = X"y" ] ; then 
     146          OFF_DYNTRP=.TRUE. 
     147       else 
     148          OFF_DYNTRP=.FALSE. 
     149       fi 
     150    fi 
    144151    ##-- Restart configuration 
    145152    if ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_MBG_Restart}" = "n" ] ) ; then 
     
    170177      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0  ${PeriodDateBegin} 
    171178      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY} 
     179      IGCM_comp_modifyNamelist blocker    namelist_cfg ln_dyntrp ${OFF_DYNTRP} 
    172180 
    173181# update domain_def.xml file  
  • 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.