Ignore:
Timestamp:
Jul 5, 2011, 11:44:55 AM (13 years ago)
Author:
lguez
Message:

Bug fix in "bilan_dyn_p". The index was out of bounds in the removed
assignment . Also, the removed assignment was useless.

Bug fix in "coefkzmin". The size of a dummy array cannot exceed the
size of the associated actual array. ("coefkzmin" is called by
"coef_diff_turb".) "km(:, klev+1)" and "kn(:, klev+1)" were not
defined in "coefkzmin" so this was maybe an innocuous bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/coefkzmin.F

    r1067 r1550  
    5050      REAL teta(klon,klev)
    5151
    52       REAL km(klon,klev+1)
    53       REAL kn(klon,klev+1)
     52      REAL km(klon,klev)
     53      REAL kn(klon,klev)
    5454      integer knon
    5555
Note: See TracChangeset for help on using the changeset viewer.