Changeset 4221 for palm/trunk/SOURCE
- Timestamp:
- Sep 9, 2019 8:50:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r4220 r4221 22 22 ! Current revisions: 23 23 ! ------------------ 24 ! 24 ! Bugfix, missing initialization of heating rate 25 25 ! 26 26 ! Former revisions: … … 1150 1150 !-- Allocation of arrays pc_heating_rate, pc_transpiration_rate and pc_latent_rate 1151 1151 ALLOCATE( pc_heating_rate(0:pch_index,nysg:nyng,nxlg:nxrg) ) 1152 pc_heating_rate = 0.0_wp 1153 1152 1154 IF ( humidity ) THEN 1153 1155 ALLOCATE( pc_transpiration_rate(0:pch_index,nysg:nyng,nxlg:nxrg) )
Note: See TracChangeset
for help on using the changeset viewer.