Ignore:
Timestamp:
Oct 24, 2017 9:57:58 AM (6 years ago)
Author:
maronga
Message:

bugfix in radiation model and improvements in land surface scheme

File:
1 edited

Legend:

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

    r2574 r2575  
    2525! -----------------
    2626! $Id$
     27! Renamed phi -> latitude, added longitude
     28!
     29! 2574 2017-10-23 09:02:53Z Giersch
    2730! Bugfix: Increased length of the character string *** end ***
    2831!
     
    249252
    250253
    251     binary_version = '4.3'
     254    binary_version = '4.4'
    252255
    253256    WRITE ( 14 )  binary_version
     
    492495    WRITE ( 14 )  'passive_scalar                '
    493496    WRITE ( 14 )  passive_scalar
    494     WRITE ( 14 )  'phi                           '
    495     WRITE ( 14 )  phi
     497    WRITE ( 14 )  'latitude                      '
     498    WRITE ( 14 )  latitude
     499    WRITE ( 14 )  'longitude                     '
     500    WRITE ( 14 )  longitude
    496501    WRITE ( 14 )  'prandtl_number                '
    497502    WRITE ( 14 )  prandtl_number
Note: See TracChangeset for help on using the changeset viewer.