Ignore:
Timestamp:
02/19/16 17:04:02 (8 years ago)
Author:
acosce
Message:

Add all parameter to allow interface between orchidee and inca

Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL
Files:
3 edited

Legend:

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

    r2724 r2735  
    9797    fi 
    9898     
     99    #inca.def : choose coupled model with orchidee   
     100    if [ ! X${inca_UserChoices_CoupOrchInca} = X ]; then  
     101        IGCM_comp_modifyDefFile nonblocker inca.def CoupOrchInca ${inca_UserChoices_CoupOrchInca} 
     102    else 
     103        IGCM_comp_modifyDefFile nonblocker inca.def CoupOrchInca n 
     104    fi 
    99105 
    100106    #inca.def : choose sedimentation schema  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def

    r2724 r2735  
    1616#threshold 10m wind parameter 
    1717tref=0.85 
     18#sedimentation  
    1819multilayer_sediment=_AUTO_ 
     20#coupled model with orchidee 
     21CoupOrchInca=_AUTO_ 
    1922 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/orchidee.def_Choi

    r2694 r2735  
    9898RIVER_DESC_FILE =  river_desc.nc 
    9999 
     100# Parameter related to chemistry bvoc  
     101#************************************************************************ 
     102# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
     103# default =  n  
     104CHEMISTRY_BVOC =  n 
     105 
     106# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC } 
     107CO2_FOR_BVOC_WILKINSON=n 
     108 
     109# CO2 FOR BVOC - POSSELL ([FLAG]) :  CO2 inhibition effect for isoprene based on Possell approach?    {CHEMISTRY_OK_BVOC } 
     110CO2_FOR_BVOC_POSSELL=n 
Note: See TracChangeset for help on using the changeset viewer.