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/dyn3dpar/integrd_p.F

    r1454 r1550  
    128128         PRINT*,' Au point ij = ',stop_it, ' , pression sol neg. '
    129129     &         , ps(stop_it)
    130          STOP' dans integrd'
     130         print *, ' dans integrd'
     131         stop 1
    131132        ENDIF
    132133
Note: See TracChangeset for help on using the changeset viewer.