Ignore:
Timestamp:
2011-09-02T10:32:15+02:00 (13 years ago)
Author:
didier.solyga
Message:

Add a new getin_p subroutine for vector of characters. Replace the last getin by getin_p. Use the new function of IOPSL for writing the names of the PFTs defined by the user in the history files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/pft_parameters.f90

    r428 r435  
    481481      !Config  Help = the user can name the new PFTs he/she introducing for new species 
    482482      !Config  Units = NONE 
    483       CALL getin('PFT_NAME',pft_name) 
     483      CALL getin_p('PFT_NAME',pft_name) 
    484484 
    485485      ! 5.2 A useful message to the user: correspondance between the number of the pft 
     
    10671067     !Config  Help = 
    10681068     !Config  Units = NONE 
    1069      CALL getin('TYPE_OF_LAI',type_of_lai) 
     1069     CALL getin_p('TYPE_OF_LAI',type_of_lai) 
    10701070     ! 
    10711071     !Config  Key  = IS_TREE 
     
    10941094     !Config  Help = 
    10951095     !Config  Units = NONE 
    1096      CALL getin('IS_DECIDUOUS',is_deciduous) 
     1096     CALL getin_p('IS_DECIDUOUS',is_deciduous) 
    10971097     ! 
    10981098     !Config  Key  = IS_EVERGREEN 
     
    11021102     !Config  Help = 
    11031103     !Config  Units = NONE  
    1104      CALL getin('IS_EVERGREEN',is_evergreen) 
     1104     CALL getin_p('IS_EVERGREEN',is_evergreen) 
    11051105     ! 
    11061106     !Config  Key  = IS_C3 
     
    16181618     !Config  Help = 
    16191619     !Config  Units = NONE 
    1620      CALL getin('PHENO_MODEL',pheno_model) 
     1620     CALL getin_p('PHENO_MODEL',pheno_model) 
    16211621     ! 
    16221622     !Config  Key  = PHENO_TYPE 
     
    17811781     !Config  Help = 
    17821782     !Config  Units = NONE 
    1783      CALL getin('SENESCENCE_TYPE', senescence_type)  
     1783     CALL getin_p('SENESCENCE_TYPE', senescence_type)  
    17841784     ! 
    17851785     !Config  Key  = SENESCENCE_HUM 
Note: See TracChangeset for help on using the changeset viewer.