Ignore:
Timestamp:
Jun 11, 2015, 8:06:49 PM (9 years ago)
Author:
fhourdin
Message:

Introduction d'un seuil sur la probabilité de non déclenchement
stochastique random_notrig_max
Si le tirage aleatoire uniforme entre 0 et 1 est > random_notrig_max
on ne déclenche pas.
random_notrig_max=1-epsilon avec epsilon petit.

Corrections dans grid_atob_m.F90 pour la compilation Linux.
A vérifier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynlonlat_phylonlat/grid_atob_m.F90

    r2293 r2294  
    8383    RETURN
    8484  END IF
    85   nn=COUNT(found/=0); IF(nn==0) RETURN
     85  nn=COUNT(found); IF(nn==0) RETURN
    8686
    8787!--- MISSING POINTS ; USE DISTANCE ON THE SPHERE TO FIND NEAREST POINT nr(2)
     
    136136  DOUBLE PRECISION  :: out(SIZE(x),SIZE(y))
    137137!-------------------------------------------------------------------------------
    138   CALL fine2coarse(xdata,ydata,x,y,out,DBLE(entree))
     138!  CALL fine2coarse(xdata,ydata,x,y,out,DBLE(entree))
     139  CALL fine2coarse(xdata,ydata,x,y,out,entree)
    139140  sortie=REAL(out)
    140141
Note: See TracChangeset for help on using the changeset viewer.