Ignore:
Timestamp:
Apr 25, 2019 12:33:20 PM (5 years ago)
Author:
kanani
Message:

Bugfixes and clean-up for output quantity theta_2m*

File:
1 edited

Legend:

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

    r3773 r3933  
    2525! -----------------
    2626! $Id$
     27! Formatting
     28!
     29! 3773 2019-03-01 08:56:57Z maronga
    2730! Added output of theta_2m*_xy_av
    2831!
     
    940943                      ELSEIF ( match_lsm  .AND.  .NOT. match_usm )  THEN
    941944                         m = surf_lsm_h%end_index(j,i)
    942                         pt_2m_av(j,i) = pt_2m_av(j,i) +                       &
     945                         pt_2m_av(j,i) = pt_2m_av(j,i) +                       &
    943946                                         surf_lsm_h%pt_2m(m)
    944947                      ELSEIF ( match_usm )  THEN
Note: See TracChangeset for help on using the changeset viewer.