Ignore:
Timestamp:
May 9, 2018 8:42:38 AM (6 years ago)
Author:
maronga
Message:

series of bugfixes

File:
1 edited

Legend:

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

    r3004 r3014  
    2525! -----------------
    2626! $Id$
     27! Added default values of u_max, v_max, and w_max to avoid floating invalid
     28! during spinup
     29!
     30! 3004 2018-04-27 12:33:25Z Giersch
    2731! precipitation_rate removed
    2832!
     
    20432047                                                  !< (after each timestep)
    20442048   
    2045     REAL(wp) ::  u_max !< maximum of absolute u-veloctiy in entire domain
    2046     REAL(wp) ::  v_max !< maximum of absolute v-veloctiy in entire domain
    2047     REAL(wp) ::  w_max !< maximum of absolute w-veloctiy in entire domain
     2049    REAL(wp) ::  u_max = 0.0_wp !< maximum of absolute u-veloctiy in entire domain
     2050    REAL(wp) ::  v_max = 0.0_wp !< maximum of absolute v-veloctiy in entire domain
     2051    REAL(wp) ::  w_max = 0.0_wp !< maximum of absolute w-veloctiy in entire domain
    20482052
    20492053    REAL(wp), DIMENSION(2) ::  z_i  !< inversion height
Note: See TracChangeset for help on using the changeset viewer.