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/dyn3d/vlsplt.F

    r1520 r1550  
    129129      IMPLICIT NONE
    130130c
    131 #include "dimensions.h"
    132 #include "paramet.h"
    133 #include "logic.h"
    134 #include "comvert.h"
    135 #include "comconst.h"
     131      include "dimensions.h"
     132      include "paramet.h"
     133      include "logic.h"
     134      include "comvert.h"
     135      include "comconst.h"
     136      include "iniprint.h"
    136137c
    137138c
     
    351352
    352353      IF(n0.gt.0) THEN
    353       PRINT*,'Nombre de points pour lesquels on advect plus que le'
     354      if (prt_level > 2) PRINT *,
     355     $        'Nombre de points pour lesquels on advect plus que le'
    354356     &       ,'contenu de la maille : ',n0
    355357
Note: See TracChangeset for help on using the changeset viewer.