Changeset 6583


Ignore:
Timestamp:
07/28/23 11:28:43 (10 months ago)
Author:
acosce
Message:

Add parameters to allow cuopling between pisces and inca

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST/COMP/inca.card

    r6550 r6583  
    1212# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 
    1313feedb=0 
    14 #coupled model with ORCH 
    15 #if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    16 CoupOrchInca=n 
    1714#active or not chemistry flux in output  
    1815calcul_flux=n 
     
    2219#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc )  
    2320emi_interp_time=1 
     21 
     22#coupled model with Orchidee and Pisces 
     23#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     24CoupOrchInca=n 
     25#CoupOceAtm 
     26CoupOceAtm=n 
     27transm_dms_oa=n 
     28 
    2429 
    2530# Specify output frequency for output files  
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/GES/piControl_GES_TEST/COMP/inca.card

    r6557 r6583  
    88# Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    99LMDZ_10m_winds=y 
    10 #coupled model with ORCH 
    11 #if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    12 CoupOrchInca=n 
    1310#active or not chemistry flux in output  
    1411calcul_flux=n 
     
    1815#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc)  
    1916emi_interp_time=1 
     17 
     18 
     19#coupled model with Orchidee and Pisces 
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     21CoupOrchInca=n 
     22#CoupOceAtm 
     23CoupOceAtm=n 
     24transm_dms_oa=n 
     25 
    2026 
    2127# Specify output frequency for output files  
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card

    r6550 r6583  
    88# Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    99LMDZ_10m_winds=y 
    10 #coupled model with ORCH 
    11 #if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    12 CoupOrchInca=n 
    1310#active or not chemistry flux in output  
    1411calcul_flux=n 
     
    1815#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc)  
    1916emi_interp_time=1 
     17 
     18#coupled model with Orchidee and Pisces 
     19#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     20CoupOrchInca=n 
     21#CoupOceAtm 
     22CoupOceAtm=n 
     23transm_dms_oa=n 
     24 
     25 
    2026 
    2127# Specify output frequency for output files  
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/inca.driver

    r6530 r6583  
    401401    else 
    402402        IGCM_comp_modifyDefFile nonblocker inca.def emi_interp_time 1 
     403    fi 
     404 
     405    #inca.def : choose coupled model with Pisces 
     406    if [ ! X${inca_UserChoices_CoupOceAtm} = X ]; then  
     407        IGCM_comp_modifyDefFile nonblocker inca.def CoupOceAtm ${inca_UserChoices_CoupOceAtm} 
     408    else 
     409        IGCM_comp_modifyDefFile nonblocker inca.def CoupOceAtm n 
    403410    fi 
    404411 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/inca.def

    r6530 r6583  
    1111ss_corr=_AUTO_: DEFAULT =1  
    1212#coupled model with orchidee 
    13 CoupOrchInca=_AUTO_ 
     13CoupOrchInca=_AUTO_: DEFAULT=n 
    1414nbveget=15 
    1515#use or not the deposition from orchidee 
     
    2929cmip_xml=_AUTO_: DEFAULT =n 
    3030xios_read=n 
     31#coupled model with pisces 
     32CoupOceAtm=_AUTO_: DEFAULT=n 
    3133transm_dms_oa=_AUTO_: DEFAULT=n 
Note: See TracChangeset for help on using the changeset viewer.