Changes between Version 3 and Version 4 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation


Ignore:
Timestamp:
2015-08-27T13:56:46+02:00 (9 years ago)
Author:
mguimberteau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation

    v3 v4  
    22 
    33== Notes from M. Guimberteau == 
     4 
     5=== 2015/08/27 === 
     6 
     7* Bugs 
     8 
     9'''In stomate_wet_ch4_pt_ter_0.f90''' 
     10 
     11The following parameters need to be defined and this part of the code should be added: 
     12 
     13{{{ 
     14       ! define diffusion coefficients (after Penman)                                                                                                                           
     15       ! soil air                                                                                                                                                               
     16         diffsa=diffair*0.66*rpv 
     17       ! soil water                                                                                                                                                             
     18         diffsw=0.0001*diffsa 
     19       ! standing water                                                                                                                                                         
     20         diffwa=0.0001*diffair 
     21}}} 
     22 
    423 
    524=== 2015/08/24 ===