Ignore:
Timestamp:
May 27, 2016 2:35:57 PM (8 years ago)
Author:
raasch
Message:

bugfixes for calculating run control quantities, bugfix for calculating pressure with fft-method in case of Neumann conditions both at bottom and top, steering of pres modified, ocean mode now uses initial density profile as reference in the buoyancy term

File:
1 edited

Legend:

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

    r1907 r1918  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! default timestep switched from -1.0 to +1.0 in order to avoid wrong sign of
     22! initially calculated divergence
    2223!
    2324! Former revisions:
     
    751752                 dt_max = 20.0_wp, &
    752753                 dt_restart = 9999999.9_wp, &
    753                  dt_run_control = 60.0_wp, dt_3d = -1.0_wp, dz = -1.0_wp, &
     754                 dt_run_control = 60.0_wp, dt_3d = 1.0_wp, dz = -1.0_wp, &
    754755                 dz_max = 9999999.9_wp, dz_stretch_factor = 1.08_wp, &
    755756                 dz_stretch_level = 100000.0_wp, e_init = 0.0_wp, e_min = 0.0_wp, &
Note: See TracChangeset for help on using the changeset viewer.