- Timestamp:
- Nov 8, 2016 3:08:37 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r2050 r2051 20 20 # Current revisions: 21 21 # ------------------ 22 # Implement turbulent outflow method22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 2050 2016-11-08 15:00:55Z gronemeier 29 # Implement turbulent outflow method 30 # 28 31 # 2007 2016-08-24 15:47:17Z kanani 29 32 # urban surface module added, -
palm/trunk/SOURCE/check_parameters.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 30 ! 28 31 ! 2044 2016-11-02 16:44:25Z knoop 29 32 ! Added error code for anelastic approximation -
palm/trunk/SOURCE/header.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented -
palm/trunk/SOURCE/init_pegrid.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/modules.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented -
palm/trunk/SOURCE/outflow_turbulence.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Initial version22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Initial version 30 ! 28 31 ! 29 32 ! Description: -
palm/trunk/SOURCE/parin.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 27 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop -
palm/trunk/SOURCE/time_integration.f90
r2050 r2051 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Implement turbulent outflow condition22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2050 2016-11-08 15:00:55Z gronemeier 29 ! Implement turbulent outflow condition 30 ! 28 31 ! 2031 2016-10-21 15:11:58Z knoop 29 32 ! renamed variable rho to rho_ocean
Note: See TracChangeset
for help on using the changeset viewer.