Changeset 1857 for palm/trunk
- Timestamp:
- Apr 13, 2016 12:56:38 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r1856 r1857 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1856 2016-04-13 12:56:17Z maronga 21 28 ! Bugfix: for water surfaces, the initial water surface temperature is set equal 22 29 ! to the intital skin temperature. Moreover, the minimum value of r_a is now 23 30 ! 1.0 to avoid too large fluxes at the first model time step 24 31 ! 25 ! Former revisions:26 ! -----------------27 ! $Id$28 !29 32 ! 1849 2016-04-08 11:33:18Z hoffmann 30 33 ! prr moved to arrays_3d -
palm/trunk/SOURCE/radiation_model_mod.f90
r1856 r1857 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: allocation of rad_lw_out for radiation_scheme = 'clear-sky'21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1856 2016-04-13 12:56:17Z maronga 28 ! Bugfix: allocation of rad_lw_out for radiation_scheme = 'clear-sky' 29 ! 27 30 ! 1853 2016-04-11 09:00:35Z maronga 28 31 ! Added routine for radiation_scheme = constant.
Note: See TracChangeset
for help on using the changeset viewer.