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

Add parameters to allow cuopling between pisces and inca

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.