Changeset 196


Ignore:
Timestamp:
06/21/18 18:26:11 (6 years ago)
Author:
aquiquet
Message:

Small changes to make the model compatible with the ifort fpe0 flag

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/eaubasale-0.5_mod.f90

    r180 r196  
    113113kondmax   = 1.*SECYEAR  
    114114hdotwater(:,:)=0. 
    115  
     115keff(:,:) = kond(:,:) 
     116pgx(:,:) = 0. 
     117pgy(:,:) = 0. 
    116118 
    117119NXlocal=NX 
     
    211213     do j=2,ny 
    212214        do i=2,nx 
    213            if (H(i,j).gt.25.) then 
     215           if (H(i,j).gt.25.) then !afq: pourquoi GT 25 ??? a tester avec des valeurs plus petites 
    214216              !           calcul du gradient de pression 
    215217              if (flotmx(i,j)) then  
  • trunk/SOURCES/relaxation_water_diffusion.f90

    r180 r196  
    107107 
    108108!$OMP WORKSHARE 
     109  deltah(:,:)=0. 
    109110  arelax(:,:)=0. 
    110111  brelax(:,:)=0. 
     
    114115  frelax(:,:)=limit_hw(:,:) 
    115116!$OMP END WORKSHARE 
     117  reste      =0. 
    116118 
    117119!$OMP DO 
Note: See TracChangeset for help on using the changeset viewer.