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

    r1116 r1179  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! +reference_state, ref_state
    2323!
    2424! Former revisions:
     
    169169
    170170
    171     binary_version = '3.9'
     171    binary_version = '3.9a'
    172172
    173173    WRITE ( 14 )  binary_version
     
    468468    WRITE ( 14 )  'recycling_width               '
    469469    WRITE ( 14 )  recycling_width
     470    WRITE ( 14 )  'reference_state               '
     471    WRITE ( 14 )  reference_state
     472    WRITE ( 14 )  'ref_state                     '
     473    WRITE ( 14 )  ref_state
    470474    WRITE ( 14 )  'residual_limit                '
    471475    WRITE ( 14 )  residual_limit
Note: See TracChangeset for help on using the changeset viewer.