Changeset 4552
- Timestamp:
- Jun 2, 2020 8:33:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4535 r4552 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Bugfix in IF statement in the emissivity coupling parameter for radiation-RTM 31 ! 32 ! 4535 2020-05-15 12:07:23Z raasch 30 33 ! bugfix for restart data format query 31 34 ! … … 6641 6644 !- emissivity_urb weighted average of surface and PC emissivity 6642 6645 !- = absorbed LW in [surfaces + plant canopy] / pinlw 6643 IF ( pinsw /= 0.0_wp ) & 6644 emissivity_urb = (pabs_surf_lwdif + pabs_pc_lwdif) / pinlw 6646 emissivity_urb = (pabs_surf_lwdif + pabs_pc_lwdif) / pinlw 6645 6647 6646 6648 !- (3) temperature
Note: See TracChangeset
for help on using the changeset viewer.