Changeset 3183 for palm/trunk/SOURCE


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

last commit documented

Location:
palm/trunk/SOURCE
Files:
23 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!
Note: See TracChangeset for help on using the changeset viewer.