Changeset 4179
- Timestamp:
- Aug 21, 2019 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4178 r4179 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Remove debug prints 31 ! 32 ! 4178 2019-08-21 11:13:06Z suehring 30 33 ! External radiation forcing implemented. 31 34 ! … … 3409 3412 3410 3413 surf%rad_lw_in = emissivity_atm_clsky * sigma_sb * (pt1 * exner(k+1))**4 3411 3412 print*, "clear sky", emissivity_atm_clsky * sigma_sb * (pt1 * exner(k+1))**43413 3414 3414 3415 surf%rad_lw_out = emissivity_urb * sigma_sb * (t_rad_urb)**4 & … … 6484 6485 6485 6486 REAL(wp), PARAMETER :: lowest_solarUp = 0.1_wp !< limit the sun elevation to protect stability of the calculation 6486 print*, "in diffusion_radiation"6487 6487 ! 6488 6488 !-- Calculate current day and time based on the initial values and simulation time
Note: See TracChangeset
for help on using the changeset viewer.