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/check_parameters.f90

    r1917 r1918  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! setting of a fixed reference state ('single_value') for ocean runs removed
    2222!
    2323! Former revisions:
     
    15261526
    15271527!
    1528 !-- Ocean runs always use reference values in the buoyancy term
    1529     IF ( ocean )  THEN
    1530        reference_state = 'single_value'
    1531        use_single_reference_value = .TRUE.
    1532     ENDIF
    1533 
    1534 !
    15351528!-- Sign of buoyancy/stability terms
    15361529    IF ( ocean )  atmos_ocean_sign = -1.0_wp
Note: See TracChangeset for help on using the changeset viewer.