Changeset 4795


Ignore:
Timestamp:
11/07/19 14:45:11 (4 years ago)
Author:
cetlod
Message:

CM6.2 : update MR025 configuration according to latest results within QUEST project

Location:
CONFIG/UNIFORM/v6/IPSLCM6.2
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLCM/pdControl_MR025/config.card

    r4670 r4795  
    3434#============================ 
    3535#-- Compression level for netcdf output files 
    36 CompressionLevel=0 
     36CompressionLevel=2 
    3737#============================ 
    3838#-- Source following file with module settings, only if it exists 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/lmdz.driver

    r4696 r4795  
    300300    ## Modifiy  
    301301    IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth enabled ${ok_mensuel} 
     302    if [ X${OutLevel} = Xlow ] ; then 
     303        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 5 
     304    elif [ X${OutLevel} = Xmedium ] ; then 
     305        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 6 
     306    elif [ X${OutLevel} = Xhigh ] ; then 
     307        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 7 
     308    fi 
    302309     
    303310    IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled ${ok_journe} 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/opa9.driver

    r4721 r4795  
    150150    fi 
    151151 
    152     if ( [ "${CumulPeriod}" -eq 1 ] && [ "${opa9_UserChoices_Dynamics_on_ClosedSeas}" = "n" ] ) ; then 
     152    if ( [ "${opa9_UserChoices_Dynamics_on_ClosedSeas}" = "n" ] ) ; then 
    153153      OPA_CLODYN=.TRUE. 
    154154    else 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/file_def_nemo-lim3.xml

    r4446 r4795  
    3535         <field field_ref="micet"            name="sitemp" level="1" /> 
    3636         <field field_ref="icest"            name="sistem" level="1" /> 
    37          <field field_ref="miceage"          name="siages" level="1" /> 
     37         <field field_ref="miceage"          name="siages" level="2" /> 
    3838         <field field_ref="isnowhc"          name="snheco" level="2" /> 
    3939         <field field_ref="icehc"            name="siheco" level="2" /> 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/namelist_ORCA025_cfg

    r4670 r4795  
    7272   ppkth2      =      48.02989372000000    ! 
    7373   ppacr2      =      13.00000000000   ! 
    74    rn_rdt      =  900.     !  time step for the dynamics (and tracer if nn_acc=0) 
     74   rn_rdt      =  600.     !  time step for the dynamics (and tracer if nn_acc=0) 
    7575   rn_hmin     =   10.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    7676   rn_e3zps_min=   25.     !  partial step thickness is set larger than the minimum of 
     
    187187                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
    188188                         !        giving cloud-sky albedo 
    189    rn_alb_sdry  =  0.85  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
    190    rn_alb_smlt  =  0.75  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
    191    rn_alb_idry  =  0.60  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
    192    rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
     189   rn_alb_sdry  =  0.87  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     190   rn_alb_smlt  =  0.82  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     191   rn_alb_idry  =  0.65  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     192   rn_alb_imlt  =  0.58  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    193193/ 
    194194!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/namelist_lim3_ORCA025_cfg_NPv6.1

    r4446 r4795  
    66&namicerun     !   Share parameters for dynamics/advection/thermo 
    77!----------------------------------------------------------------------- 
     8   rn_amax_n     = 0.997            !  maximum tolerated ice concentration NH 
     9   rn_amax_s     = 0.950            !  maximum tolerated ice concentration SH 
    810   cn_icerst_in  = "restart_ice_in" !  suffix of ice restart name (input) 
    911   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F) 
Note: See TracChangeset for help on using the changeset viewer.