Changeset 6695 for CONFIG/UNIFORM


Ignore:
Timestamp:
12/21/23 16:17:50 (5 months ago)
Author:
acosce
Message:

made some modifications :

  • inca.driver : add the possibility to manage parameter link to n2o coupling (ocean->atm)
  • inca.def : modify parameters names for coupling between inca and orchidee
  • orchidee.def : add defaults values


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

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/inca.driver

    r6664 r6695  
    425425    fi 
    426426 
     427    # inca.def : choose to transmit N2O from PISCES to INCA 
     428    if [ X${inca_UserChoices_transm_n2o_oa} = X ] ; then 
     429    IGCM_comp_modifyDefFile nonblocker inca.def transm_n2o_oa n 
     430    else 
     431    IGCM_comp_modifyDefFile nonblocker inca.def transm_n2o_oa ${inca_UserChoices_transm_n2o_oa} 
     432    fi 
     433 
     434     
    427435    #inca.def : choose which xml will be use (with group or no = cmip files)  
    428436    if [ X${inca_UserChoices_cmip_xml} = Xy ] ; then  
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/inca.def

    r6664 r6695  
    1515#use or not the deposition from orchidee 
    1616DepOrch=n 
    17 # uncomment two next line if we want to coupled with orchidee without transfer any flux 
    18 #nbFlux_FromOrch=0 
    19 #emi_FromOrch= 
     17# uncomment two next line if we want to coupled BVOC flux with orchidee without transfer any flux 
     18nbFlux_BVOC_FromOrch=0 
     19#emi_BVOC_FromOrch= 
     20# uncomment two next line if we want to coupled Nsoil with orchidee without transfer any flux 
     21nbFlux_N_FromOrch=0 
     22#emi_N_FromOrch=n2o 
    2023#output diagnostic for chemistry flux 
    2124calcul_flux=_AUTO_ 
     
    3437CoupOceAtm=_AUTO_: DEFAULT=n 
    3538transm_dms_oa=_AUTO_: DEFAULT=n 
     39transm_n2o_oa=_AUTO_: DEFAULT=n 
     40 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/orchidee.def_CWRR

    r6530 r6695  
    183183#************************************************************************** 
    184184# Update nitrogen input maps (default 0Y) 
    185 NINPUT_UPDATE = _AUTO_ 
     185NINPUT_UPDATE = _AUTO_: DEFAULT = 0Y 
    186186 
    187187# Impose the CN ratio of leaves 
    188 STOMATE_IMPOSE_CN = _AUTO_ 
     188STOMATE_IMPOSE_CN = _AUTO_: DEFAULT = n 
    189189 
    190190# Set STOMATE_READ_CN=y to read leaf_cn.nc file if STOMATE_IMPOSE_CN=y 
Note: See TracChangeset for help on using the changeset viewer.