Changeset 2051 for palm/trunk/SOURCE


Ignore:
Timestamp:
Nov 8, 2016 3:08:37 PM (7 years ago)
Author:
gronemeier
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r2050 r2051  
    2020# Current revisions:
    2121# ------------------
    22 # Implement turbulent outflow method
     22#
    2323#
    2424# Former revisions:
     
    2626# $Id$
    2727#
     28# 2050 2016-11-08 15:00:55Z gronemeier
     29# Implement turbulent outflow method
     30#
    2831# 2007 2016-08-24 15:47:17Z kanani
    2932# urban surface module added,
  • palm/trunk/SOURCE/check_parameters.f90

    r2050 r2051  
    2020! Current revisions:
    2121! -----------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
     30!
    2831! 2044 2016-11-02 16:44:25Z knoop
    2932! Added error code for anelastic approximation
  • palm/trunk/SOURCE/header.f90

    r2050 r2051  
    2020! Current revisions:
    2121! -----------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
     30!
    2831! 2037 2016-10-26 11:15:40Z knoop
    2932! Anelastic approximation implemented
  • palm/trunk/SOURCE/init_pegrid.f90

    r2050 r2051  
    2020! Current revisions:
    2121! ------------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
     30!
    2831! 2000 2016-08-20 18:09:15Z knoop
    2932! Forced header and separation lines into 80 columns
  • palm/trunk/SOURCE/modules.f90

    r2050 r2051  
    2020! Current revisions:
    2121! ------------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
     30!
    2831! 2037 2016-10-26 11:15:40Z knoop
    2932! Anelastic approximation implemented
  • palm/trunk/SOURCE/outflow_turbulence.f90

    r2050 r2051  
    2020! Current revisions:
    2121! -----------------
    22 ! Initial version
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Initial version
     30!
    2831!
    2932! Description:
  • palm/trunk/SOURCE/parin.f90

    r2050 r2051  
    2020! Current revisions:
    2121! -----------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
    2730!
    2831! 2037 2016-10-26 11:15:40Z knoop
  • palm/trunk/SOURCE/time_integration.f90

    r2050 r2051  
    2020! Current revisions:
    2121! ------------------
    22 ! Implement turbulent outflow condition
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 2050 2016-11-08 15:00:55Z gronemeier
     29! Implement turbulent outflow condition
     30!
    2831! 2031 2016-10-21 15:11:58Z knoop
    2932! renamed variable rho to rho_ocean
Note: See TracChangeset for help on using the changeset viewer.