Changeset 23


Ignore:
Timestamp:
11/26/15 11:57:59 (8 years ago)
Author:
dumas
Message:

Modification test dans sortie_netcdf_GRISLI_mod.0.2-hassine.f90 pour compatibilité avec ifort

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Makefile

    r22 r23  
    1010 
    1111# Choice for compiler (ifort = 1, gfortran = 0) 
    12 ifort ?= 0 
     12ifort ?= 1 
    1313 
    1414# Choice for librairies (mkl_c = 1 = MKL,  = 0 = BLAS) 
  • trunk/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r22 r23  
    10301030! pour les classe 3, sortir les champs 2D necessaires 
    10311031 
    1032                    if (cvar_nc(l) .eq. 3 .and. fait .eqv. .FALSE.) then     
     1032                   if ((cvar_nc(l) .eq. 3 ).and.( fait .eqv. .FALSE.)) then     
    10331033 
    10341034                      boucle_var2: do p=1,ntab 
Note: See TracChangeset for help on using the changeset viewer.