Changeset 4877


Ignore:
Timestamp:
12/20/19 14:43:29 (4 years ago)
Author:
acosce
Message:

re-introduce the possibility to make a choice for the sedimenation schema use by INCA model (default = multilayer schema)

Location:
CONFIG/UNIFORM/v6/IPSLCM5A2CHT
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_historical/COMP/inca.card

    r4876 r4877  
    2828#activate the flag cmip_xml if you are running a CMIP experiment 
    2929cmip_xml=y 
     30#choose sedimentation schema  
     31multilayer_sediment=n 
     32 
    3033 
    3134# Use XIOS and/or IOIPSL as output library 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_piControl/COMP/inca.card

    r4876 r4877  
    2828#activate the flag cmip_xml if you are running a CMIP experiment 
    2929cmip_xml=y 
     30#choose sedimentation schema  
     31multilayer_sediment=n 
    3032 
    3133 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_piControl/config.card

    r4853 r4877  
    3636OverRule=y 
    3737#D- Last day of the experience used as restart 
    38 RestartDate=1899-12-31 
     38RestartDate=1919-12-31 
    3939#D- Define restart simulation name (=> JOB_OS) 
    40 RestartJobName=CM5A2CHT.Spicontrol.3 
     40RestartJobName=CPLCHT.piCtrl.spinup.01 
    4141#D- Path Server Group Login (=> PSGL) 
    42 RestartPath=/ccc/store/cont003/gen2201/luxuez/IGCM_OUT/IPSLCM5A2CHT/PROD/piControl 
     42RestartPath=/ccc/store/cont003/gencmip6/p24cozic/IGCM_OUT/IPSLCM5A2CHT/PROD/piControl 
    4343# Attention login depend de la machine 
    4444 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/inca.driver

    r4876 r4877  
    298298    fi 
    299299 
    300  
     300    #inca.def : choose which xml will be use (with group or no = cmip files)  
    301301    if [ x${cmip_xml} = Xy ] ; then  
    302302         
     
    306306    fi 
    307307         
     308    #inca.def : choose which sedimentation schema (implicite = multilayers, or explicite)  
     309    if [ x${multilayer_sediment} = Xn ] ; then  
     310         
     311        IGCM_comp_modifyDefFile nonblocker inca.def  multilayer_sediment  n 
     312    else 
     313        IGCM_comp_modifyDefFile nonblocker inca.def  multilayer_sediment  y 
     314    fi 
     315 
    308316 
    309317    if [ X${inca_UserChoices_XIOS}  = Xy ] ; then 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/inca.def

    r4876 r4877  
    3535#activate the flag cmip_xml if you are running a CMIP experiment 
    3636cmip_xml=_AUTO_: DEFAULT =n 
     37#choose which sediment scheme you want to use (implicite = y / explicite = n)  
     38multilayer_sediment=_AUTO_: DEFAULT =y 
Note: See TracChangeset for help on using the changeset viewer.