Changeset 4221 for palm


Ignore:
Timestamp:
Sep 9, 2019 8:50:35 AM (5 years ago)
Author:
suehring
Message:

Bugfix in plant-canopy model, missing intialization of heating rate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/plant_canopy_model_mod.f90

    r4220 r4221  
    2222! Current revisions:
    2323! ------------------
    24 !
     24! Bugfix, missing initialization of heating rate
    2525!
    2626! Former revisions:
     
    11501150!--    Allocation of arrays pc_heating_rate, pc_transpiration_rate and pc_latent_rate
    11511151       ALLOCATE( pc_heating_rate(0:pch_index,nysg:nyng,nxlg:nxrg) )
     1152       pc_heating_rate = 0.0_wp
     1153       
    11521154       IF ( humidity )  THEN
    11531155          ALLOCATE( pc_transpiration_rate(0:pch_index,nysg:nyng,nxlg:nxrg) )
Note: See TracChangeset for help on using the changeset viewer.