Changeset 252


Ignore:
Timestamp:
2011-05-27T12:15:48+02:00 (13 years ago)
Author:
didier.solyga
Message:

Forgot to initialize lai_initmin with lai_initmin_grass or lai_initmin_grass (whose values are externalized)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_stomate/stomate_data.f90

    r141 r252  
    447447 
    448448       IF ( tree(j) ) THEN 
    449           lai_initmin(j) = 0.3 
     449          lai_initmin(j) = lai_initmin_tree 
    450450       ELSE 
    451           lai_initmin(j) = 0.1 
     451          lai_initmin(j) = lai_initmin_grass 
    452452       ENDIF 
    453453 
Note: See TracChangeset for help on using the changeset viewer.