Changeset 1758 for palm/trunk/SOURCE
- Timestamp:
- Feb 22, 2016 3:53:28 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 21 28 ! Bugfix: set tm_soil_m to zero after allocation. Added parameter 22 29 ! unscheduled_radiation_calls to control calls of the radiation model based on … … 25 32 ! function as it cannot be vectorized. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1709 2015-11-04 14:47:01Z maronga 32 35 ! Renamed pt_1 and qv_1 to pt1 and qv1. -
palm/trunk/SOURCE/nudging.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Bugfix: allow for using higher vertical resolution in nudging file than grid 22 ! spacing in the LES model 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! Bugfix: allow for using higher vertical resolution in nudging file than grid 29 ! spacing in the LES model 30 ! 28 31 ! 1682 2015-10-07 23:56:08Z knoop 29 32 ! Code annotations made doxygen readable -
palm/trunk/SOURCE/package_parin.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added parameter unscheduled_radiation_calls21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! Added parameter unscheduled_radiation_calls 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added skip_time_do_lsm, skip_time_do_radiation, and emissivity -
palm/trunk/SOURCE/prognostic_equations.f90
r1757 r1758 25 25 ! $Id$ 26 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added optional model spin-up without radiation / land surface model calls. -
palm/trunk/SOURCE/radiation_model.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added parameter unscheduled_radiation_calls. Bugfix: interpolation of sounding 22 ! profiles for pressure and temperature above the LES domain. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! Added parameter unscheduled_radiation_calls. Bugfix: interpolation of sounding 29 ! profiles for pressure and temperature above the LES domain. 30 ! 28 31 ! 1709 2015-11-04 14:47:01Z maronga 29 32 ! Bugfix: set initial value for rrtm_lwuflx_dt to zero, small formatting -
palm/trunk/SOURCE/read_3d_binary.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix in allocation of radiative heating rates21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! Bugfix in allocation of radiative heating rates 29 ! 27 30 ! 1709 2015-11-04 14:47:01Z maronga 28 31 ! Added rad_lw_out_change_0, increased binary_version -
palm/trunk/SOURCE/surface_layer_fluxes.f90
r1757 r1758 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Minor fixes.22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1757 2016-02-22 15:49:32Z maronga 28 ! Minor fixes. 26 29 ! 27 30 ! 1749 2016-02-09 12:19:56Z raasch
Note: See TracChangeset
for help on using the changeset viewer.