Changeset 1366 for palm/trunk/SOURCE


Ignore:
Timestamp:
Apr 22, 2014 3:06:33 PM (10 years ago)
Author:
boeske
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1365 r1366  
    2020# Current revisions:
    2121# ------------------
    22 # Added new module calc_mean_profile, previously in module buoyancy,
    23 # removed buoyancy dependency from nudging
     22#
    2423#
    2524# Former revisions:
     
    2726# $Id$
    2827#
     28# 1365 2014-04-22 15:03:56Z boeske
     29# Added new module calc_mean_profile, previously in module buoyancy,
     30# removed buoyancy dependency from nudging
     31#
    2932# 1363 2014-04-17 12:28:49Z keck
    3033# bugfix: cpulog added to lpm_pack_arrays
  • palm/trunk/SOURCE/buoyancy.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Calculation of reference state in subroutine calc_mean_profile moved to
    2330! subroutine time_integration,
    2431! subroutine calc_mean_profile moved to new file calc_mean_profile.f90
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1353 2014-04-08 15:21:23Z heinze
    3134! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/calc_mean_profile.f90

    r1365 r1366  
    2525! -----------------
    2626! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
     29! Initial revision
    2730!
    2831! Description:
  • palm/trunk/SOURCE/check_parameters.f90

    r1365 r1366  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Usage of large scale forcing for pt and q enabled:
    2330! output for profiles of large scale advection (td_lsa_lpt, td_lsa_q),
     
    2633! check if use_subsidence_tendencies is used correctly
    2734!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    31 !
    3235! 1361 2014-04-16 15:17:48Z hoffmann
    3336! PA0363 removed
  • palm/trunk/SOURCE/flow_statistics.f90

    r1365 r1366  
    2121! Current revisions:
    2222! -----------------
    23 ! Output of large scale advection, large scale subsidence and nudging tendencies
    24 ! +sums_ls_l, ngp_sums_ls, use_subsidence_tendencies
     23!
    2524!
    2625! Former revisions:
     
    2827! $Id$
    2928!
     29! 1365 2014-04-22 15:03:56Z boeske
     30! Output of large scale advection, large scale subsidence and nudging tendencies
     31! +sums_ls_l, ngp_sums_ls, use_subsidence_tendencies
     32!
    3033! 1353 2014-04-08 15:21:23Z heinze
    3134! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/header.f90

    r1365 r1366  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! New section 'Large scale forcing and nudging':
    2330! output of large scale forcing and nudging information,
    2431! new section for initial profiles created
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1359 2014-04-11 17:15:14Z hoffmann
    3134! dt_sort_particles removed
  • palm/trunk/SOURCE/ls_forcing.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Usage of large scale forcing for pt and q enabled:
    2330! Added new subroutine ls_advec for horizontal large scale advection and large
     
    2633! variable t renamed nt
    2734!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    31 !
    3235! 1353 2014-04-08 15:21:23Z heinze
    3336! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/modules.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Usage of large scale forcing enabled:
    2330! increase pr_palm from 90 to 100 to allow for more standard profiles
     
    2532! use_subsidence_tendencies
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1361 2014-04-16 15:17:48Z hoffmann
    3235! tend_* removed
  • palm/trunk/SOURCE/nudging.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Variable t renamed nt, variable currtnudge renamed tmp_tnudge,
    2330! summation of nudging tendencies for data output added
     
    2633! scale at each time step
    2734!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    31 !
    3235! 1355 2014-04-10 10:21:29Z heinze
    3336! Error message specified.
  • palm/trunk/SOURCE/parin.f90

    r1365 r1366  
    2020! Current revisions:
    2121! -----------------
    22 ! Usage of large scale forcing enabled:
    23 ! +use_subsidence_tendencies
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     28! 1365 2014-04-22 15:03:56Z boeske
     29! Usage of large scale forcing enabled:
     30! +use_subsidence_tendencies
     31!
    2932! 1361 2014-04-16 15:17:48Z hoffmann
    3033! +call_microphysics_at_all_substeps
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Calls of ls_advec for large scale advection added,
    2330! subroutine subsidence is only called if use_subsidence_tendencies = .F.,
     
    2532! +ls_index
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1361 2014-04-16 15:17:48Z hoffmann
    3235! Two-moment microphysics moved to the start of prognostic equations. This makes
  • palm/trunk/SOURCE/subsidence.f90

    r1365 r1366  
    2020! Current revisions:
    2121! -----------------
    22 ! Summation of subsidence tendencies for data output added
    23 ! +ls_index, sums_ls_l, tmp_tend
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     28! 1365 2014-04-22 15:03:56Z boeske
     29! Summation of subsidence tendencies for data output added
     30! +ls_index, sums_ls_l, tmp_tend
     31!
    2932! 1353 2014-04-08 15:21:23Z heinze
    3033! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/time_integration.f90

    r1365 r1366  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1365 2014-04-22 15:03:56Z boeske
    2229! Reset sums_ls_l to zero at each timestep
    2330! +sums_ls_l
    2431! Calculation of reference state (previously in subroutine calc_mean_profile)
    2532
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1342 2014-03-26 17:04:47Z kanani
    3134! REAL constants defined as wp-kind
Note: See TracChangeset for help on using the changeset viewer.