Changeset 313


Ignore:
Timestamp:
2011-07-08T14:37:04+02:00 (13 years ago)
Author:
didier.solyga
Message:

Update teststomate.f90 and forcesoil.f90 in order to take into account the modifications of the revisions 311 and 312

Location:
branches/ORCHIDEE_EXT/ORCHIDEE_OL
Files:
2 edited

Legend:

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

    r272 r313  
    9494 
    9595  ! 3. Initialisation of the correspondance table 
    96   pft_to_mtc (:) = undef_integer 
     96  pft_to_mtc (:) = undef_int 
    9797   
    9898  ! 4.Reading of the conrrespondance table in the .def file 
     
    101101  ! 4.1 if nothing is found, we use the standard configuration 
    102102  IF(nvm .EQ. 13 ) THEN 
    103      IF(pft_to_mtc(1) .EQ. undef_integer) THEN 
     103     IF(pft_to_mtc(1) .EQ. undef_int) THEN 
    104104        WRITE(numout,*) 'Note to the user : we will use ORCHIDEE to its standard configuration' 
    105105        pft_to_mtc(:) = (/ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 /) 
    106106     ENDIF 
    107107  ELSE    
    108      IF(pft_to_mtc(1) .EQ. undef_integer) THEN 
     108     IF(pft_to_mtc(1) .EQ. undef_int) THEN 
    109109        WRITE(numout,*)' The array PFT_TO_MTC is empty : we stop' 
    110110     ENDIF 
  • branches/ORCHIDEE_EXT/ORCHIDEE_OL/teststomate.f90

    r285 r313  
    365365  control%ok_stomate = .TRUE. 
    366366!!$ >> DS now we search the values for the scalar parameters in  some .def files 
     367  ! 07/2011 
     368  CALL activate_sub_models(control%ok_sechiba,control%river_routing,control%ok_stomate) 
     369  CALL veget_config 
     370  ! 
    367371  CALL getin_co2_parameters 
    368372  CALL getin_stomate_parameters 
Note: See TracChangeset for help on using the changeset viewer.