Changeset 1763
- Timestamp:
- Feb 25, 2016 1:00:19 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1762 r1763 20 20 # Current revisions: 21 21 # ------------------ 22 # +pmc_interface, +pmc routines22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1762 2016-02-25 12:31:13Z hellstea 29 # +pmc_interface, +pmc routines 27 30 # 28 31 # 1747 2016-02-08 12:25:53Z raasch -
palm/trunk/SOURCE/boundary_conds.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1742 2016-01-13 09:50:06Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1745 2016-02-05 13:06:51Z gronemeier -
palm/trunk/SOURCE/exchange_horiz_2d.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/init_3d_model.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1738 2015-12-18 13:56:05Z raasch -
palm/trunk/SOURCE/init_grid.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1743 2016-01-13 10:23:51Z raasch -
palm/trunk/SOURCE/init_pegrid.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/modules.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! +nest_* variables, size of volume_flow arrays increased by one element21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! +nest_* variables, size of volume_flow arrays increased by one element 26 29 ! 27 30 ! 1738 2015-12-18 13:56:05Z raasch -
palm/trunk/SOURCE/palm.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1747 2016-02-08 12:25:53Z raasch -
palm/trunk/SOURCE/parin.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga -
palm/trunk/SOURCE/pmc_client.f90
r1762 r1763 21 21 ! ------------------ 22 22 ! 23 ! 23 24 ! Former revisions: 24 25 ! ----------------- 25 26 ! $Id$ 26 27 ! 27 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 12.11.2015 K. Ketelsen 28 ! 1762 2016-02-25 12:31:13Z hellstea 29 ! Initial revision by K. Ketelsen 28 30 ! 29 31 ! Description: -
palm/trunk/SOURCE/pmc_general.f90
r1762 r1763 21 21 ! ------------------ 22 22 ! 23 ! 23 24 ! Former revisions: 24 25 ! ----------------- 25 26 ! $Id$ 26 27 ! 27 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 12.11.2015 K. Ketelsen 28 ! 1762 2016-02-25 12:31:13Z hellstea 29 ! Initial revision by K. Ketelsen 28 30 ! 29 31 ! Description: -
palm/trunk/SOURCE/pmc_handle_communicator.f90
r1762 r1763 22 22 ! ------------------ 23 23 ! 24 ! 24 25 ! Former revisions: 25 26 ! ----------------- 26 27 ! $Id$ 28 ! 29 ! 1762 2016-02-25 12:31:13Z hellstea 30 ! Initial revision by K. Ketelsen 27 31 ! 28 32 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 12.11.2015 K. Ketelsen -
palm/trunk/SOURCE/pmc_interface.f90
r1762 r1763 26 26 ! $Id$ 27 27 ! 28 ! Renamed into pmc_interface 23.02.2016 A. Hellsten & S. Raasch 29 ! Renamed into pmc_palm_interface 12.11.2015 K. Ketelsen 30 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 28 ! 1762 2016-02-25 12:31:13Z hellstea 29 ! Initial revision by A. Hellsten 31 30 ! 32 31 ! Description: -
palm/trunk/SOURCE/pmc_mpi_wrapper.f90
r1762 r1763 21 21 ! ------------------ 22 22 ! 23 ! 23 24 ! Former revisions: 24 25 ! ----------------- 25 26 ! $Id$ 26 27 ! 27 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 12.11.2015 K. Ketelsen 28 ! 1762 2016-02-25 12:31:13Z hellstea 29 ! Initial revision by K. Ketelsen 28 30 ! 29 31 ! Description: -
palm/trunk/SOURCE/pmc_server.f90
r1762 r1763 21 21 ! ------------------ 22 22 ! 23 ! 23 24 ! Former revisions: 24 25 ! ----------------- 25 26 ! $Id$ 26 27 ! 27 ! Intoduction of the pure FORTRAN Palm Model Coupler (PMC) 12.11.2015 K. Ketelsen 28 ! 1762 2016-02-25 12:31:13Z hellstea 29 ! Initial revision by K. Ketelsen 28 30 ! 29 31 ! Description: -
palm/trunk/SOURCE/poismg.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/poismg_fast.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/pres.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/sor.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop -
palm/trunk/SOURCE/time_integration.f90
r1762 r1763 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Introduction of nested domain feature21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1762 2016-02-25 12:31:13Z hellstea 28 ! Introduction of nested domain feature 26 29 ! 27 30 ! 1736 2015-12-04 08:56:33Z raasch
Note: See TracChangeset
for help on using the changeset viewer.