Changes between Version 3 and Version 4 of Documentation/UserGuide/NewFlag


Ignore:
Timestamp:
2014-10-13T18:39:25+02:00 (10 years ago)
Author:
najdovski
Comment:

Modified control_flags%ok_... to control%ok_... to be coherent with what is used in the model

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/NewFlag

    v3 v4  
    3030!Config Help = set to TRUE if functional allocation is to be activated 
    3131! 
    32 control_flags%ok_functional_allocation = .FALSE. 
    33 CALL getin_p('STOMATE_FUNCTIONAL_ALLOCATION',control_flags%ok_functional_allocation) 
    34 WRITE(*,*) 'Allocation is based on plant structure: ',control_flags%ok_functional_allocation 
     32control%ok_functional_allocation = .FALSE. 
     33CALL getin_p('STOMATE_FUNCTIONAL_ALLOCATION',control%ok_functional_allocation) 
     34WRITE(*,*) 'Allocation is based on plant structure: ',control%ok_functional_allocation 
    3535}}}