Ignore:
Timestamp:
Jul 17, 2019 3:14:26 PM (6 years ago)
Author:
gronemeier
Message:

timestep.f90:

  • consider 2*Km within diffusion criterion as Km is considered twice within the diffusion of e,
  • in RANS mode, instead of considering each wind component individually use the wind speed of 3d wind vector in CFL criterion
  • do not limit the increase of dt based on its previous value in RANS mode

other:

  • remove dt_old
File:
1 edited

Legend:

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

    r4039 r4101  
    2525! -----------------
    2626! $Id$
     27! remove old_dt
     28!
     29! 4039 2019-06-18 10:32:41Z suehring
    2730! input of uu_av, vv_av, ww_av added
    2831!
     
    538541             CASE ( 'ocean_mode' )
    539542                READ ( 13 )  ocean_mode
    540              CASE ( 'old_dt' )
    541                 READ ( 13 )  old_dt
    542543             CASE ( 'omega' )
    543544                READ ( 13 )  omega
Note: See TracChangeset for help on using the changeset viewer.