Changeset 6368 for tags


Ignore:
Timestamp:
2019-11-29T15:30:50+01:00 (4 years ago)
Author:
josefine.ghattas
Message:

Added mising part in the correction of diagnostic variables rhSoil and rhLitter as done in the trunk rev [6362]. See ticket #630

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ORCHIDEE_2_0/ORCHIDEE/src_stomate/stomate.f90

    r6367 r6368  
    14981498    resp_hetero_radia(:,:) = resp_hetero_litter(:,:) + resp_hetero_soil(:,:) 
    14991499    resp_hetero_d(:,:) = resp_hetero_d(:,:) + resp_hetero_radia(:,:) 
     1500    resp_hetero_litter_d(:,:) = resp_hetero_litter_d(:,:) + resp_hetero_litter(:,:) 
     1501    resp_hetero_soil_d(:,:) = resp_hetero_soil_d(:,:) + resp_hetero_soil(:,:) 
     1502 
    15001503     
    15011504    !! 4.6 Accumulate instantaneous variables (do_slow=.FALSE.)  
Note: See TracChangeset for help on using the changeset viewer.