Ignore:
Timestamp:
12/21/23 16:17:50 (7 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/PARAM
Files:
2 edited

Legend:

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