Changeset 1710 for palm/trunk/SOURCE
- Timestamp:
- Nov 4, 2015 2:48:36 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Updated output of Obukhov length21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 28 ! Updated output of Obukhov length 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Revised calculation of Obukhov length. Added output of radiative heating > -
palm/trunk/SOURCE/init_1d_model.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Set initial time step to 10 s to avoid instability of the 1d model for small 22 ! grid spacings 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 28 ! Set initial time step to 10 s to avoid instability of the 1d model for small 29 ! grid spacings 27 30 ! 28 31 ! 1697 2015-10-28 17:14:10Z raasch -
palm/trunk/SOURCE/land_surface_model.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 21 28 ! Renamed pt_1 and qv_1 to pt1 and qv1. 22 29 ! Bugfix: set initial values for t_surface_p in case of restart runs … … 24 31 ! Bugfix: calculation of rad_net when using radiation_scheme = 'clear-sky' 25 32 ! Added todo action 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 1697 2015-10-28 17:14:10Z raasch -
palm/trunk/SOURCE/radiation_model.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: set initial value for rrtm_lwuflx_dt to zero, small formatting 22 ! corrections 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 28 ! Bugfix: set initial value for rrtm_lwuflx_dt to zero, small formatting 29 ! corrections 30 ! 28 31 ! 1701 2015-11-02 07:43:04Z maronga 29 32 ! Bugfixes: wrong index for output of timeseries, setting of nz_snd_end -
palm/trunk/SOURCE/read_3d_binary.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added rad_lw_out_change_0, increased binary_version21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 28 ! Added rad_lw_out_change_0, increased binary_version 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added output of radiative heating rates and Obukhov length. Removed output of -
palm/trunk/SOURCE/surface_layer_fluxes.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 21 28 ! Bugfix: division by zero could occur when calculating rib at low wind speeds 22 29 ! Bugfix: calculation of uv_total for neutral = .T., initial value for ol for 23 30 ! neutral = .T. 24 31 ! 25 ! Former revisions:26 ! -----------------27 ! $Id$28 !29 32 ! 1705 2015-11-02 14:28:56Z maronga 30 33 ! Typo removed -
palm/trunk/SOURCE/write_3d_binary.f90
r1709 r1710 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added rad_lw_out_change_0, increased binary_version21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1709 2015-11-04 14:47:01Z maronga 28 ! Added rad_lw_out_change_0, increased binary_version 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added output of radiative heating rates for RRTMG. Added output of ol. Removed
Note: See TracChangeset
for help on using the changeset viewer.