Changes between Version 30 and Version 31 of Doc/Config/LMDZORINCA


Ignore:
Timestamp:
10/10/19 17:46:35 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZORINCA

    v30 v31  
    166166[[BR]] 
    167167''' INCA ''' 
    168 {{{ 
    169 [UserChoices] 
    170 LMDZ_10m_winds=y/n --> Set LDMZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    171 # 
    172 wind_parameter=0.85 --> choose threshold (for 10m winds) parameter value 
    173 #  
    174 feedb=0/1 --> heat fluxes computed with feedback corresponding to 0 (no aerosol effects), 1 (aerosol effects selected by ok_ade, ok_aie) 
    175 # 
    176 CoupOrchInca=n/y --> coupled model with ORCHIDEE (if yes you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card)  
    177 # 
    178 calcul_flux=n/y --> active or not calcul of chemistry flux in output 
    179 # 
    180 flag_plane=0/1/2/3 --> choose which type of aircraft you will use (0 - 1 - 2 - 3) (no aircraft / old inca aircraft / new subsonic inca aircraft / subsonic + hypersonic inca aircraft) 
    181 # 
    182 emi_interp_time=0/1 --> choose which time interpolation you want to interpolate sflx file. ( 0 - 1 ) (no interpolation / point to point interpolation) 
    183 }}} 
    184  
    185  
    186 When you compile a model configuration which includes the INCA and ORCHIDEE models, those two models can be activated or deactivated in your simulation. In LMDZORINCA_v5 these activations are managed by the submission directory you chose (in EXPERIMENTS). 
    187  
    188 ### Activating or deactivating INCA ### 
    189 || '''Flag'''  || '''Value'''|| '''Meaning''' || 
    190 || config_inca || none   ||  run without INCA || 
    191 || config_inca || aero   || coupling with INCA AER/NMHC_AER || 
    192 || config_inca || chem   || coupling with INCA NMHC/GES || 
    193  
    194  
    195 ### Activating or deactivating ORCHIDEE ### 
    196 || '''Flag'''  || '''Value'''|| '''Meaning''' || 
    197 || veget       || y  || run with Orchidee || 
    198 || veget       || n || run without Orchidee || 
    199  
    200 ---- 
    201  
    202  
    203  
    204 ---- 
    205 # Initial states # 
     168 * '''LMDZ_10m_winds'''='''y''' (use LMDZ 10 meters winds) or '''n''' (use offline winds)   
     169 * '''wind_parameter'''='''0.85''' (default parameter value fof threshold scheme to adjust 10 meters winds calculated by LMDZ)  
     170 * '''feedb'''='''0''' (no feedback from aerosol on climate with Old Physics scheme) or '''1''' (aerosol effects selected by ok_ade and ok_aie in lmdz.card)  
     171 * '''CoupOrchInca'''='''y''' (coupled model with ORCHIDEE for VOC) or '''n'''  
     172 * '''calcul_flux'''='''y''' (calcul and write in output the chemistry flux of reactions) or '''n'''  
     173 * '''flag_plane'''='''0''' (no aircraft) or '''1''' (old inca aircraft scheme) or '''2''' (new subsonic inca aircraft scheme) or '''3''' (subsonic + hypersonic inca aircraft scheme)  
     174 * '''emi_interp_time'''='''0''' (no time interpolation when using emission files) or '''1''' (point to point time interpolation when using emissions files - default)  
     175 
    206176 
    207177----