Ignore:
Timestamp:
2011-06-23T11:25:25+02:00 (13 years ago)
Author:
didier.solyga
Message:

Update the externalized version with the last commit of the trunk (revision 275)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/slowproc.f90

    r257 r277  
    33! 
    44!< $HeadURL: http://forge.ipsl.jussieu.fr/orchidee/svn/trunk/ORCHIDEE/src_sechiba/slowproc.f90 $ 
    5 !< $Date: 2011-01-01 21:30:44 +0100 (Sat, 01 Jan 2011) $ 
    6 !< $Author: mmaipsl $ 
    7 !< $Revision: 45 $ 
     5!< $Date: 2011-06-21 15:28:18 +0200 (Tue, 21 Jun 2011) $ 
     6!< $Author: martial.mancip $ 
     7!< $Revision: 275 $ 
    88!! IPSL (2006) 
    99!!  This software is governed by the CeCILL licence see ORCHIDEE/ORCHIDEE_CeCILL.LIC 
     
    7878       lai, height, veget, frac_nobio, veget_max, totfrac_nobio, qsintmax, & 
    7979       rest_id, hist_id, hist2_id, rest_id_stom, hist_id_stom, hist_id_stom_IPCC, & 
    80        co2_flux) 
     80       co2_flux, fco2_lu) 
    8181 
    8282 
     
    117117    ! output fields 
    118118    REAL(r_std), DIMENSION (kjpindex,nvm), INTENT(out)      :: co2_flux         !! CO2 flux in gC/m**2 of average ground/second 
     119    REAL(r_std),DIMENSION (kjpindex), INTENT (out)          :: fco2_lu          !! Land Cover Change CO2 flux (gC/m**2 of average ground/s) 
    119120    ! modified scalar 
    120121    ! modified fields 
     
    190191               veget_nextyear, totfrac_nobio_nextyear, & 
    191192               hist_id, hist2_id, rest_id_stom, hist_id_stom, hist_id_stom_IPCC, & 
    192                co2_flux,resp_maint,resp_hetero,resp_growth) 
     193               co2_flux, fco2_lu, resp_maint,resp_hetero,resp_growth) 
    193194          ! 
    194195       ENDIF 
     
    286287               veget_nextyear, totfrac_nobio_nextyear, & 
    287288               hist_id, hist2_id, rest_id_stom, hist_id_stom, hist_id_stom_IPCC, & 
    288                co2_flux,resp_maint,resp_hetero,resp_growth) 
     289               co2_flux, fco2_lu, resp_maint,resp_hetero,resp_growth) 
    289290       ENDIF 
    290291 
     
    384385            veget_nextyear, totfrac_nobio_nextyear, & 
    385386            hist_id, hist2_id, rest_id_stom, hist_id_stom, hist_id_stom_IPCC, & 
    386             co2_flux,resp_maint,resp_hetero,resp_growth) 
     387            co2_flux, fco2_lu, resp_maint,resp_hetero,resp_growth) 
    387388       IF ( control%ok_stomate .AND. control%ok_sechiba ) THEN 
    388389          CALL histwrite(hist_id, 'maint_resp', kjit, resp_maint, kjpindex*nvm, indexveg) 
     
    756757    CALL getin_p ("HYDROL_SOIL_DEPTH", dpu_cste) 
    757758    dpu(:)=dpu_cste 
    758     ! 
    759     !Config Key  = HYDROL_HUMCSTE 
    760     !Config Desc = Root profile 
    761     !Config Def  = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 
    762     !Config Help = Default values were defined for 2 meters soil depth. 
    763     !Config        For 4 meters soil depth, you may use those ones : 
    764     !Config        5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
    765     ! 
    766 !    humcste(:)= & 
    767 !         & (/5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4./) 
    768 !!$    CALL getin_p ("HYDROL_HUMCSTE", humcste) 
    769  
    770759!MM, T. d'O. : before in constantes_soil : 
    771760!          diaglev = & 
     
    29172906    ! 
    29182907    IF (MAXVAL(vegmap) .LT. nolson) THEN 
    2919       WRITE(*,*) 'WARNING -- WARNING' 
    2920       WRITE(*,*) 'The vegetation map has to few vegetation types.' 
    2921       WRITE(*,*) 'If you are lucky it will work but please check' 
     2908       WRITE(*,*) 'WARNING -- WARNING' 
     2909       WRITE(*,*) 'The vegetation map has to few vegetation types.' 
     2910       WRITE(*,*) 'If you are lucky it will work but please check' 
    29222911    ELSE IF ( MAXVAL(vegmap) .GT. nolson) THEN 
    2923       WRITE(*,*) 'More vegetation types in file than the code can' 
    2924       WRITE(*,*) 'deal with.: ',  MAXVAL(vegmap),  nolson 
    2925       STOP 'slowproc_interpol' 
     2912       WRITE(*,*) 'More vegetation types in file than the code can' 
     2913       WRITE(*,*) 'deal with.: ',  MAXVAL(vegmap),  nolson 
     2914       STOP 'slowproc_interpol' 
    29262915    ENDIF 
    29272916    ! 
Note: See TracChangeset for help on using the changeset viewer.