Ignore:
Timestamp:
Oct 4, 2017 9:24:39 AM (6 years ago)
Author:
kanani
Message:

Bugfixes related to profile output of passive scalar

File:
1 edited

Legend:

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

    r2350 r2513  
    2525! -----------------
    2626! $Id$
     27! Bugfix in storing initial scalar profile (wrong index)
     28!
     29! 2350 2017-08-15 11:48:26Z kanani
    2730! Bugfix in nopointer version
    2831!
     
    13011304!
    13021305!--       Store initial scalar profile
    1303           hom(:,1,115,:) = SPREAD(  s(:,nys,nxl), 2, statistic_regions+1 )
     1306          hom(:,1,121,:) = SPREAD(  s(:,nys,nxl), 2, statistic_regions+1 )
    13041307       ENDIF
    13051308
Note: See TracChangeset for help on using the changeset viewer.