Ignore:
Timestamp:
Feb 9, 2015, 9:59:05 AM (9 years ago)
Author:
Ehouarn Millour
Message:

Follow-up of r2197; some compilers (e.g. ifort) impose that parameter types be declared before or at the same time as the associated values.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d_common/grid_noro.F

    r2197 r2199  
    5656      IMPLICIT NONE
    5757     
    58           parameter(iusn=2160,jusn=1080,iext=216, epsfra = 1.e-5)
     58      INTEGER,PARAMETER :: iusn=2160,jusn=1080,iext=216
     59      REAL,PARAMETER :: epsfra = 1.e-5
    5960#include "dimensions.h"
    6061          REAL xusn(iusn+2*iext),yusn(jusn+2)   
     
    8889      REAL a(2200),b(2200),c(1100),d(1100)
    8990      logical masque_lu
    90       INTEGER iusn, jusn, iext
    9191      INTEGER i,j,ii,jj
    92       REAL epsfra, xpi, rad, zdeltay, masque
     92      REAL xpi, rad, zdeltay, masque
    9393      REAL zdeltax, zlenx, zleny, xincr
    9494      REAL zbordnor, zbordsud, weighy, zbordest, zbordoue, weighx
Note: See TracChangeset for help on using the changeset viewer.