Changeset 4878


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

remove last commit on sedimentation schema / parameter already exist ...

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

Legend:

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

    r4877 r4878  
    1515feedb=1 
    1616#choose sedimentation multilayer or one layer  
    17 multilayer_sedim=y 
     17multilayer_sedim=n 
    1818#coupled model with ORCH 
    1919#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     
    2828#activate the flag cmip_xml if you are running a CMIP experiment 
    2929cmip_xml=y 
    30 #choose sedimentation schema  
    31 multilayer_sediment=n 
    3230 
    3331 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_piControl/COMP/inca.card

    r4877 r4878  
    1515feedb=1 
    1616#choose sedimentation multilayer or one layer  
    17 multilayer_sedim=y 
     17multilayer_sedim=n 
    1818#coupled model with ORCH 
    1919#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     
    2828#activate the flag cmip_xml if you are running a CMIP experiment 
    2929cmip_xml=y 
    30 #choose sedimentation schema  
    31 multilayer_sediment=n 
    3230 
    3331 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/inca.driver

    r4877 r4878  
    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 
    315308 
    316309 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/inca.def

    r4877 r4878  
    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)  
    38 multilayer_sediment=_AUTO_: DEFAULT =y 
Note: See TracChangeset for help on using the changeset viewer.