Changeset 3178


Ignore:
Timestamp:
Feb 3, 2018, 8:58:10 AM (6 years ago)
Author:
jyg
Message:

Bug fix concerning the effect of thermals on wakes
when thermals are allowed only outside wakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3161 r3178  
    31113111             ENDDO
    31123112          !
     3113!!             CALL add_wake_tend &
     3114!!                 (d_deltat_the, d_deltaq_the, dsig0, ddens0, wkoccur1, 'the', abortphy)
    31133115             CALL add_wake_tend &
    3114                  (d_deltat_the, d_deltaq_the, dsig0, ddens0, wkoccur1, 'the', abortphy)
     3116                 (d_deltat_the, d_deltaq_the, dsig0, ddens0, wake_k, 'the', abortphy)
    31153117             call prt_enerbil('the',itap)
    31163118          !
Note: See TracChangeset for help on using the changeset viewer.