Ignore:
Timestamp:
Jun 14, 2013 5:57:58 AM (11 years ago)
Author:
raasch
Message:

New:
---
Initial profiles can be used as reference state in the buoyancy term. New parameter
reference_state introduced. Calculation and handling of reference state in buoyancy term revised.
binary version for restart files changed from 3.9 to 3.9a (no downward compatibility!),
initial profile for rho added to hom (id=77)

Errors:


small bugfix for background communication (time_integration)

File:
1 edited

Legend:

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

    r1116 r1179  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! +ref_state
    2323!
    2424! Former revisions:
     
    188188!-- Make version number check first
    189189    READ ( 13 )  version_on_file
    190     binary_version = '3.9'
     190    binary_version = '3.9a'
    191191    IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
    192192       WRITE( message_string, * ) 'version mismatch concerning control ', &
     
    551551          CASE ( 'recycling_width' )
    552552             READ ( 13 )  recycling_width
     553          CASE ( 'reference_state' )
     554             READ ( 13 )  reference_state
     555          CASE ( 'ref_state' )
     556             READ ( 13 )  ref_state
    553557          CASE ( 'residual_limit' )
    554558             READ ( 13 )  residual_limit
Note: See TracChangeset for help on using the changeset viewer.