Ignore:
Timestamp:
Apr 27, 2018 12:33:25 PM (6 years ago)
Author:
Giersch
Message:

precipitation_rate removed, further allocation checks for data output of averaged quantities implemented, double CALL of flow_statistics at the beginning of time_integration removed, further minor bugfixes, comments added

File:
1 edited

Legend:

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

    r2932 r3004  
    2525! -----------------
    2626! $Id$
     27! Interfaces concerning data output updated
     28!
     29!
    2730! renamed gust_par to gust_parameters
    2831!
     
    403406       LOGICAL      ::  two_d !< flag parameter that indicates 2D variables (horizontal cross sections)
    404407
     408       REAL(wp) ::  fill_value = -999.0_wp    !< value for the _FillValue attribute
     409
    405410       REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb:nzt+1) ::  local_pf !<
    406411
     
    427432
    428433       LOGICAL      ::  found !<
     434
     435       REAL(wp) ::  fill_value = -999.0_wp    !< value for the _FillValue attribute
    429436
    430437       REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf !<
Note: See TracChangeset for help on using the changeset viewer.