Changeset 472


Ignore:
Timestamp:
2011-09-13T09:27:08+02:00 (13 years ago)
Author:
didier.solyga
Message:

Replace ok_sechiba, ok_stomate by the following structure control as a argument for the routine pft_parameters_main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE_OL/teststomate.f90

    r436 r472  
    260260  ! 3. Allocate and intialize the pft parameters 
    261261 
    262   CALL pft_parameters_main(control%ok_sechiba,control%ok_stomate) 
     262  CALL pft_parameters_main(control) 
    263263 
    264264  ! 4. Activation sub-models of ORCHIDEE 
    265265 
    266   CALL activate_sub_models(control%ok_sechiba,control%river_routing,control%ok_stomate) 
     266  CALL activate_sub_models(control) 
    267267 
    268268  ! 5. Vegetation configuration (impose_veg, land_use, lcchange...previously in slowproc) 
Note: See TracChangeset for help on using the changeset viewer.