Changeset 472
- Timestamp:
- 2011-09-13T09:27:08+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE_OL/teststomate.f90
r436 r472 260 260 ! 3. Allocate and intialize the pft parameters 261 261 262 CALL pft_parameters_main(control %ok_sechiba,control%ok_stomate)262 CALL pft_parameters_main(control) 263 263 264 264 ! 4. Activation sub-models of ORCHIDEE 265 265 266 CALL activate_sub_models(control %ok_sechiba,control%river_routing,control%ok_stomate)266 CALL activate_sub_models(control) 267 267 268 268 ! 5. Vegetation configuration (impose_veg, land_use, lcchange...previously in slowproc)
Note: See TracChangeset
for help on using the changeset viewer.