Changeset 3183


Ignore:
Timestamp:
Jul 27, 2018 2:25:55 PM (6 years ago)
Author:
suehring
Message:

last commit documented

Location:
palm/trunk
Files:
42 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/advec_ws.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Rename variables for boundary-condition flags and for offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables for boundary-condition flags and for offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Bugfix in calculation of left-sided fluxes for u-component in OpenMP case.
    2831!
  • palm/trunk/SOURCE/boundary_conds.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename some variables concerning LES-LES as well as offline nesting
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename some variables concerning LES-LES as well as offline nesting
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! - Use wall function for e_p and diss_p in case of rans_tke_e
    2831! - move limitation of diss_p from tcm_prognostic
  • palm/trunk/SOURCE/check_parameters.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename boundary conditions in offline nesting
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id: check_parameters.f90 2520 2017-10-05 13:50:26Z gronemeier &
     27! Rename boundary conditions in offline nesting
     28!
     29! 2520 2017-10-05 13:50:26Z gronemeier
    2730! Add inital profile output for e (TG)
    2831!
  • palm/trunk/SOURCE/chemistry_model_mod.f90

    r3182 r3183  
    2222! Current revisions:
    2323! -----------------
    24 ! Rename flags indicating outflow boundary conditions
     24!
    2525!
    2626! Former revisions:
    2727! -----------------
    2828! $Id$
     29! Rename flags indicating outflow boundary conditions
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Revise output of surface quantities in case of overhanging structures
    3033!
  • palm/trunk/SOURCE/coriolis.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Remove masking of geostrophic wind forcing in offline nesting case
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Remove masking of geostrophic wind forcing in offline nesting case
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Corrected "Former revisions" section
    2831!
  • palm/trunk/SOURCE/exchange_horiz_2d.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables in offline nesting mode and flags indicating lateral
    23 ! boundary conditions
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27! Rename variables in offline nesting mode and flags indicating lateral
     28! boundary conditions
     29!
     30! 3182 2018-07-27 13:36:03Z suehring
    2831! Corrected "Former revisions" section
    2932!
  • palm/trunk/SOURCE/init_3d_model.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Revise Inifor initialization
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Revise Inifor initialization
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Added multi agent system
    2831!
  • palm/trunk/SOURCE/init_grid.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Bugfix in referencing buildings on orography top
    2831!
  • palm/trunk/SOURCE/init_pegrid.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Rename variables and boundary conditions in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables and boundary conditions in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! bugfix: wrong error number in r3057 revised
    2831!
  • palm/trunk/SOURCE/large_scale_forcing_nudging_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
    2227! * Adjustment to new Inifor version:
    2328!   - No vertical interpolation/extrapolation of lateral boundary data required
     
    2631! * Rename variables and subroutines for offline nesting
    2732!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
     33! 3182 2018-07-27 13:36:03Z suehring
    3134! Error messages revised
    3235!
  • palm/trunk/SOURCE/modules.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
    2227! Rename offline nesting variables:
    2328! -inflow_l, inflow_n, inflow_r, inflow_s,
     
    2934!  nesting_offline
    3035!
    31 ! Former revisions:
    32 ! -----------------
    33 ! $Id$
     36! 3182 2018-07-27 13:36:03Z suehring
    3437! Default value of dz_max has changed to a more uncommon value of 999 (value
    3538! of dz_max can not be part of dz values when using new stretching procedure)
  • palm/trunk/SOURCE/netcdf_data_input_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
    2227! Adjust input of dynamic driver according to revised Inifor version.
    2328! Replace simulated_time by time_since_reference_point.
    2429! Rename variables in mesoscale-offline nesting mode.
    2530!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Slightly revise check for surface_fraction in order to check only the relevant
    3033! fractions
  • palm/trunk/SOURCE/parin.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables and boundary conditions in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables and boundary conditions in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Added multi agent system
    2831!
  • palm/trunk/SOURCE/pmc_interface_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Variable names for nest_bound_x replaced by bc_dirichlet_x.
    23 ! Remove commented prints into debug files.
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27! Variable names for nest_bound_x replaced by bc_dirichlet_x.
     28! Remove commented prints into debug files.
     29!
     30! 3182 2018-07-27 13:36:03Z suehring
    2831! dz was replaced by dz(1)
    2932!
  • palm/trunk/SOURCE/poismg_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Set lateral boundary conditions for divergence
    2831!
  • palm/trunk/SOURCE/poismg_noopt_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Set lateral boundary conditions for divergence
    2831!
  • palm/trunk/SOURCE/pres.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Rename variables for boundary flags and nesting
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables for boundary flags and nesting
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Dollar sign added before Id
    2831!
  • palm/trunk/SOURCE/prognostic_equations.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Remove unused variables from USE statements
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Remove unused variables from USE statements
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Revise recent bugfix for nesting
    2831!
  • palm/trunk/SOURCE/read_restart_data_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables for boundary flags
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables for boundary flags
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! New parameters concerning vertical grid stretching have been added
    2831!
  • palm/trunk/SOURCE/sor.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables in mesoscale-offline nesting mode
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables in mesoscale-offline nesting mode
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Corrected "Former revisions" section
    2831!
  • palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables and extend error message
    23 ! Enable geneartor also for stretched grids
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27! Rename variables and extend error message
     28! Enable geneartor also for stretched grids
     29!
     30! 3182 2018-07-27 13:36:03Z suehring
    2831! Error message related to vertical stretching has been added, dz was replaced
    2932! by dz(1)
  • palm/trunk/SOURCE/time_integration.f90

    r3182 r3183  
    2020! Current revisions:
    2121! ------------------
    22 ! Replace simulated_time by time_since_reference_point in COSMO nesting mode.
    23 ! Rename subroutines and variables in COSMO nesting mode
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27! Replace simulated_time by time_since_reference_point in COSMO nesting mode.
     28! Rename subroutines and variables in COSMO nesting mode
     29!
     30! 3182 2018-07-27 13:36:03Z suehring
    2831! Added multi agent system
    2932!
  • palm/trunk/SOURCE/turbulence_closure_mod.f90

    r3182 r3183  
    2020! Current revisions:
    2121! -----------------
    22 ! Rename variables and remove unused variable from USE statement
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Rename variables and remove unused variable from USE statement
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Use MOST for km only in RANS mode
    2831!
  • palm/trunk/UTIL/inifor/Makefile

    r3182 r3183  
    2020# Current revisions:
    2121# -----------------
    22 # Added __netcdf4 preprocessor flag
    2322#
    2423#
     
    2625# -----------------
    2726# $Id$
     27# Added __netcdf4 preprocessor flag
     28#
     29#
     30# 3182 2018-07-27 13:36:03Z suehring
    2831# Initial revision
    2932#
  • palm/trunk/UTIL/inifor/Makefile.gnu

    r3182 r3183  
    2020# Current revisions:
    2121# -----------------
     22#
     23#
     24# Former revisions:
     25# -----------------
     26# $Id$
    2227# Added __netcdf4 preprocessor flag
    2328# Corrected compilation order
    2429#
    2530#
    26 # Former revisions:
    27 # -----------------
    28 # $Id$
     31# 3182 2018-07-27 13:36:03Z suehring
    2932# Initial revision
    3033#
  • palm/trunk/UTIL/inifor/Makefile.ifort

    r3182 r3183  
    2020# Current revisions:
    2121# -----------------
     22#
     23#
     24# Former revisions:
     25# -----------------
     26# $Id$
    2227# Added __netcdf4 preprocessor flag
    2328# Corrected compilation order
    2429#
    2530#
    26 # Former revisions:
    27 # -----------------
    28 # $Id$
     31# 3182 2018-07-27 13:36:03Z suehring
    2932# Initial revision
    3033#
  • palm/trunk/UTIL/inifor/src/control.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Added version and copyright output
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Added version and copyright output
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/src/defs.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Updated defaults for soil extrapolation steps and nudging time-scale
    2429! Improved handling of the start date string
     
    2732!
    2833!
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
     34! 3182 2018-07-27 13:36:03Z suehring
    3235! Initial revision
    3336!
  • palm/trunk/UTIL/inifor/src/get_netcdf_variable.inc

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Initial revision
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Initial revision
     29!
     30!
     31!
    2932!
    3033!
  • palm/trunk/UTIL/inifor/src/grid.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Introduced new PALM grid stretching
    2429! Updated variable names and metadata for PIDS v1.9 compatibility
     
    3338!
    3439!
    35 ! Former revisions:
    36 ! -----------------
    37 ! $Id$
     40! 3182 2018-07-27 13:36:03Z suehring
    3841! Initial revision
    3942!
  • palm/trunk/UTIL/inifor/src/inifor.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Introduced new PALM grid stretching
    2429! Renamend initial-condition mode variable 'mode' to 'ic_mode'
     
    2631!
    2732!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
     33! 3182 2018-07-27 13:36:03Z suehring
    3134! Initial revision
    3235!
  • palm/trunk/UTIL/inifor/src/io.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Introduced new PALM grid stretching
    2429! Updated variable names and metadata for PIDS v1.9 compatibility
     
    3439!
    3540!
    36 ! Former revisions:
    37 ! -----------------
    38 ! $Id$
     41! 3182 2018-07-27 13:36:03Z suehring
    3942! Initial revision
    4043!
  • palm/trunk/UTIL/inifor/src/transform.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Introduced new PALM grid stretching
    2429! Removed unnecessary subroutine parameters
     
    2631!
    2732!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
     33! 3182 2018-07-27 13:36:03Z suehring
    3134! Initial revision
    3235!
  • palm/trunk/UTIL/inifor/src/types.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! Introduced new PALM grid stretching:
    2429! - Converted vertical grid_definition coordinte variables to pointers
     
    2833!
    2934!
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
     35! 3182 2018-07-27 13:36:03Z suehring
    3336! Initial revision
    3437!
  • palm/trunk/UTIL/inifor/src/util.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Improved real-to-string conversion
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Improved real-to-string conversion
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/tests/test-boundaries.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Updated test for new PALM grid strechting
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Updated test for new PALM grid strechting
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/tests/test-grid.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Updated test for new PALM grid strechting
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Updated test for new PALM grid strechting
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/tests/test-input-files.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! New test for negative start_hour and greater-than-one step_hour
    24 !
     23!
    2524!
    2625! Former revisions:
    2726! -----------------
    2827! $Id$
     28! New test for negative start_hour and greater-than-one step_hour
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/tests/test-interpolation.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Updated test for new grid_definition
    24 !
     23!
    2524!
    2625! Former revisions:
    2726! -----------------
    2827! $Id$
     28! Updated test for new grid_definition
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
  • palm/trunk/UTIL/inifor/tests/test-prototype.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Added usage hints
     23!
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28! Added usage hints
     29!
     30! 3182 2018-07-27 13:36:03Z suehring
    2831! Initial revision
    2932!
  • palm/trunk/UTIL/inifor/tests/test-stretching.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Initial revision
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Initial revision
     29!
     30!
     31!
    2932!
    3033!
  • palm/trunk/UTIL/inifor/tests/util.f90

    r3182 r3183  
    2121! Current revisions:
    2222! -----------------
    23 ! Expose error measure as parameter in assert_equal()
    2423!
    2524!
     
    2726! -----------------
    2827! $Id$
     28! Expose error measure as parameter in assert_equal()
     29!
     30!
     31! 3182 2018-07-27 13:36:03Z suehring
    2932! Initial revision
    3033!
Note: See TracChangeset for help on using the changeset viewer.