Ignore:
Timestamp:
2011-06-17T14:02:17+02:00 (13 years ago)
Author:
didier.solyga
Message:

Externalized version merged with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_stomate/stomate_soilcarbon.f90

    r108 r257  
    112112    frac_carb(:,islow,ipassive) = frac_carb_sp 
    113113 
    114  
    115114    ! 1.1.1.3 from passive pool 
    116115 
     
    118117    frac_carb(:,ipassive,iactive) = frac_carb_pa 
    119118    frac_carb(:,ipassive,islow) = frac_carb_ps 
    120  
    121119 
    122120 
     
    154152    ! 
    155153 
    156     resp_hetero_soil(:,:) = 0.0 
     154    resp_hetero_soil(:,:) = zero 
    157155 
    158156    ! 
     
    173171    ! 
    174172 
    175     frac_resp(:,:) = 1. - frac_carb(:,:,iactive) - frac_carb(:,:,islow) - & 
     173    frac_resp(:,:) = un - frac_carb(:,:,iactive) - frac_carb(:,:,islow) - & 
    176174         frac_carb(:,:,ipassive)  
    177175 
     
    191189             fluxtot(:,k) = dt/carbon_tau(k) * carbon(:,k,m) * & 
    192190                  control_moist(:,ibelow) * control_temp(:,ibelow) 
    193 !!$   DS       ELSEIF ( PFT_name(m)=='          C3           agriculture' ) THEN 
    194191          ELSEIF ( (.NOT. natural(m)) .AND. (.NOT. is_c4(m)) ) THEN 
    195192             fluxtot(:,k) = dt/carbon_tau(k) * carbon(:,k,m) * & 
    196193                  control_moist(:,ibelow) * control_temp(:,ibelow) * flux_tot_coeff(1) 
    197 !!$  DS         ELSEIF ( PFT_name(m)=='          C4           agriculture' ) THEN 
    198194          ELSEIF ( (.NOT. natural(m)) .AND. is_c4(m) ) THEN 
    199195             fluxtot(:,k) = dt/carbon_tau(k) * carbon(:,k,m) * & 
Note: See TracChangeset for help on using the changeset viewer.