Changes between Version 8 and Version 9 of DevelopmentActivities/ORCHIDEE-LAK


Ignore:
Timestamp:
2018-04-06T14:06:39+02:00 (6 years ago)
Author:
kpetrus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-LAK

    v8 v9  
    2525 
    2626== Run this version == 
     27In order to run the version, as well as for the version ORCHIDEE-MEB, 
     28compile it via gmake without_xios then execute it in a test case 
     29where a run.def file with the different parameters for the lake version are 
     30defined. 
     31The different parameters to assign a value are: 
     32 
     33 
     34{{{ 
     35DEPTH_LAKE=20 
     36TURBIDITY_LAKE=0.1 
     37FETCH=4000 
     38HEIGHT_TQ=2 
     39HEIGHT_U=2 
     40T_m=10 
     41T_wML=10 
     42T_ICE=0 
     43T_bot=10 
     44h_ML=10 
     45h_ice=0 
     46CTT=0.5 
     47H_B1=0 
     48T_B1=4 
     49dtlake=1800 
     50}}} 
    2751 
    2852