Ignore:
Timestamp:
Jun 25, 2020 3:43:32 PM (4 years ago)
Author:
gronemeier
Message:

message.f90:

  • bugfix : do not save input values from last call of routines debug_message and location_message
  • changes: layout changes according to PALM coding standards

time_integration.f90:

  • bugfix: removed unused variables
File:
1 edited

Legend:

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

    r4573 r4578  
    2020! Current revisions:
    2121! ------------------
    22 ! 
    23 ! 
     22!
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! bugfix: removed unused variables
     28!
     29! 4573 2020-06-24 13:08:47Z oliver.maas
    2730! calculate pt(0) incrementally by using dt_3d instead of calculating it absolutely
    2831! by using time_since_reference_point, because time_since_reference_point is set
    2932! to zero for initializing_actions = 'cyclic_fill'
    30 ! 
     33!
    3134! 4565 2020-06-15 08:30:38Z oliver.maas
    3235! added new surface temperature forcing method for bc_pt_b = 'dirichlet':
    3336! surface temperature pt(0) can be linearly increased by pt_surface_heating_rate (in K/h)
    34 ! 
     37!
    3538! 4564 2020-06-12 14:03:36Z raasch
    3639! Vertical nesting method of Huq et al. (2019) removed
    37 ! 
     40!
    3841! 4521 2020-05-06 11:39:49Z schwenkel
    3942! Rename variable
    40 ! 
     43!
    4144! 4511 2020-04-30 12:20:40Z raasch
    4245! chemistry decycling replaced by explicit setting of lateral boundary conditions
    43 ! 
     46!
    4447! 4508 2020-04-24 13:32:20Z raasch
    4548! salsa decycling replaced by explicit setting of lateral boundary conditions
     
    278281               multi_agent_system_end, multi_agent_system_start, nesting_offline, neutral,         &
    279282               nr_timesteps_this_run, nudging, ocean_mode, passive_scalar, pt_reference,           &
    280                pt_slope_offset, pt_surface, pt_surface_heating_rate, pt_surface_initial_change,    &
     283               pt_slope_offset, pt_surface_heating_rate,                                           &
    281284               random_heatflux, rans_tke_e, run_coupled, salsa,                                    &
    282285               simulated_time, simulated_time_chr, skip_time_do2d_xy, skip_time_do2d_xz,           &
Note: See TracChangeset for help on using the changeset viewer.