Changeset 1993 for palm/trunk
- Timestamp:
- Aug 12, 2016 3:16:41 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Adjustments for top boundary condition for passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! Adjustments for top boundary condition for passive scalar 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Treat humidity and passive scalar separately -
palm/trunk/SOURCE/check_parameters.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! New checks for top_scalarflux 22 ! Bugfixes concerning data output of profiles in case of passive_scalar 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! New checks for top_scalarflux 29 ! Bugfixes concerning data output of profiles in case of passive_scalar 30 ! 28 31 ! 1984 2016-08-01 14:48:05Z suehring 29 32 ! Bugfix: checking for bottom and top boundary condition for humidity and scalars -
palm/trunk/SOURCE/close_file.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! -Close file containing flight data 22 ! -Some tabs removed. 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! -Close file containing flight data 29 ! -Some tabs removed. 27 30 ! 28 31 ! 1783 2016-03-06 18:36:17Z raasch -
palm/trunk/SOURCE/header.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Adapted for top_scalarflux21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! Adapted for top_scalarflux 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Treat humidity and passive scalar separately. -
palm/trunk/SOURCE/init_3d_model.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 21 28 ! Initializaton of scalarflux at model top 22 29 ! Bugfixes in initialization of surface and top salinity flux, top scalar and 23 30 ! humidity fluxes 24 31 ! 25 ! Former revisions:26 ! -----------------27 ! $Id$28 !29 32 ! 1960 2016-07-12 16:34:24Z suehring 30 33 ! Separate humidity and passive scalar -
palm/trunk/SOURCE/modules.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! +constant_top_scalarflux, top_scalarflux 22 ! default of bc_s_t adjusted 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! +constant_top_scalarflux, top_scalarflux 29 ! default of bc_s_t adjusted 30 ! 28 31 ! 1968 2016-07-18 12:01:49Z suehring 29 32 ! Changed dimension for MPI-datatypes type_x_int and type_y_int -
palm/trunk/SOURCE/parin.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! +top_scalarflux21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! +top_scalarflux 26 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring -
palm/trunk/SOURCE/read_var_list.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! top_scalarflux added21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! top_scalarflux added 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Separate humidity and passive scalar -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix in summation of passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! Bugfix in summation of passive scalar 29 ! 27 30 ! 1976 2016-07-27 13:28:04Z maronga 28 31 ! Radiation actions are now done directly in the respective module -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Minor bug, declaration of look-up index as INTEGER21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! Minor bug, declaration of look-up index as INTEGER 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Treat humidity and passive scalar separately -
palm/trunk/SOURCE/write_var_list.f90
r1992 r1993 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! top scalarflux added22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1992 2016-08-12 15:14:59Z suehring 28 ! top scalarflux added 26 29 ! 27 30 ! 1957 2016-07-07 10:43:48Z suehring
Note: See TracChangeset
for help on using the changeset viewer.