Ignore:
Timestamp:
Oct 26, 2015 4:17:44 PM (9 years ago)
Author:
maronga
Message:

various bugfixes and modifications of the atmosphere-land-surface-radiation interaction. Completely re-written routine to calculate surface fluxes (surface_layer_fluxes.f90) that replaces prandtl_fluxes. Minor formatting corrections and renamings

File:
1 edited

Legend:

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

    r1683 r1691  
    1414! PALM. If not, see <http://www.gnu.org/licenses/>.
    1515!
    16 ! Copyright 1997-2014 Leibniz Universitaet Hannover
     16! Copyright 1997-2015 Leibniz Universitaet Hannover
    1717!--------------------------------------------------------------------------------!
    1818!
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Added output of most_method, constant_flux_layer, zeta_min, zeta_max. Removed
     22! output of prandtl_layer and rif_min, rif_max.
    2223!
    2324! Former revisions:
     
    161162        ONLY:  statistic_regions, hom, hom_sum, u_max, u_max_ijk, v_max,       &
    162163               v_max_ijk, w_max, w_max_ijk
     164
    163165   
    164166    IMPLICIT NONE
     
    167169
    168170
    169     binary_version = '3.9b'
     171    binary_version = '4.0'
    170172
    171173    WRITE ( 14 )  binary_version
     
    273275    WRITE ( 14 )  conserve_volume_flow_mode
    274276    WRITE ( 14 )  'coupling_start_time           '
     277    WRITE ( 14 )  'constant_flux_layer           '
     278    WRITE ( 14 )  constant_flux_layer
    275279    WRITE ( 14 )  coupling_start_time
    276280    WRITE ( 14 )  'current_timestep_number       '
     
    374378    WRITE ( 14 )  'momentum_advec                '
    375379    WRITE ( 14 )  momentum_advec
     380    WRITE ( 14 )  'most_method                   '
     381    WRITE ( 14 )  most_method
    376382    WRITE ( 14 )  'nc_const                      '
    377383    WRITE ( 14 )  nc_const
     
    406412    WRITE ( 14 )  'phi                           '
    407413    WRITE ( 14 )  phi
    408     WRITE ( 14 )  'prandtl_layer                 '
    409     WRITE ( 14 )  prandtl_layer
    410414    WRITE ( 14 )  'prandtl_number                '
    411415    WRITE ( 14 )  prandtl_number
     
    462466    WRITE ( 14 )  'residual_limit                '
    463467    WRITE ( 14 )  residual_limit
    464     WRITE ( 14 )  'rif_max                       '
    465     WRITE ( 14 )  rif_max
    466     WRITE ( 14 )  'rif_min                       '
    467     WRITE ( 14 )  rif_min
    468468    WRITE ( 14 )  'roughness_length              '
    469469    WRITE ( 14 )  roughness_length
     
    624624    WRITE ( 14 )  'w_max_ijk                     '
    625625    WRITE ( 14 )  w_max_ijk
     626    WRITE ( 14 )  'zeta_max                      '
     627    WRITE ( 14 )  zeta_max
     628    WRITE ( 14 )  'zeta_min                      '
     629    WRITE ( 14 )  zeta_min
    626630    WRITE ( 14 )  'z0h_factor                    '
    627631    WRITE ( 14 )  z0h_factor
Note: See TracChangeset for help on using the changeset viewer.