Ignore:
Timestamp:
Jan 30, 2019, 11:29:58 AM (5 years ago)
Author:
jyg
Message:

Bug fix: uninitialized variable in wake.F90 when iflag_wk_pop_dyn >= 1

File:
1 edited

Legend:

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

    r3252 r3454  
    10151015
    10161016    IF (iflag_wk_pop_dyn >= 1) THEN
     1017!    The variable "death_rate" is significant only when iflag_wk_pop_dyn = 0.
     1018!    Here, it has to be set to zero.
     1019      death_rate(:) = 0.
    10171020
    10181021      IF (iflag_wk_act ==2) THEN
Note: See TracChangeset for help on using the changeset viewer.