Changeset 1489 for palm


Ignore:
Timestamp:
Oct 30, 2014 8:09:12 AM (9 years ago)
Author:
raasch
Message:

bugfix: sums_ls_l must not be used with large_scale_forcing switched off

File:
1 edited

Legend:

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

    r1383 r1489  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: sums_ls_l can only be used if large_scale_forcing is switched on
    2323!
    2424! Former revisions:
     
    305305       ENDDO
    306306
    307        sums_ls_l(nzt+1,ls_index) = sums_ls_l(nzt,ls_index)
    308 
     307       IF ( large_scale_forcing )  THEN
     308          sums_ls_l(nzt+1,ls_index) = sums_ls_l(nzt,ls_index)
     309       ENDIF
    309310
    310311!
Note: See TracChangeset for help on using the changeset viewer.