Ignore:
Timestamp:
Feb 9, 2000, 11:28:54 AM (24 years ago)
Author:
lmdz
Message:

Ajustement de parametres L.Li
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/libf/phylmd/fisrtilp_tr.F

    r27 r43  
    5656      PARAMETER (ct=1./1800.)
    5757      REAL cl ! seuil de precipitation
    58       PARAMETER (cl=2.0e-4)
     58      PARAMETER (cl=2.6e-4)
     59ccc      PARAMETER (cl=2.3e-4)
     60ccc      PARAMETER (cl=2.0e-4)
    5961      INTEGER ninter ! sous-intervals pour la precipitation
    6062      PARAMETER (ninter=5)
     
    6567      LOGICAL calcrat ! calculer ratqs au lieu de fixer sa valeur
    6668      REAL ratqs ! determine la largeur de distribution de vapeur
    67       PARAMETER (calcrat=.FALSE.)
     69      PARAMETER (calcrat=.TRUE.)
    6870      REAL zx_min, rat_max
    6971      PARAMETER (zx_min=1.0, rat_max=0.01)
     
    114116#include "YOETHF.h"
    115117#include "FCTTRE.h"
    116       fallv (zzz) = 3.29 * ((zzz)**0.16)
     118      fallv (zzz) = 3.29/2.0 * ((zzz)**0.16)
     119ccc      fallv (zzz) = 3.29/3.0 * ((zzz)**0.16)
     120ccc      fallv (zzz) = 3.29 * ((zzz)**0.16)
    117121c
    118122      DATA appel1er /.TRUE./
     
    282286            zx = zx * zx * zx
    283287            ratqs = zx * (rat_max-rat_min) + rat_min
    284             IF (.NOT.calcrat) ratqs=0.2
     288            IF (.NOT.calcrat) ratqs=0.05
    285289c
    286290            zdelq = ratqs * zq(i)
Note: See TracChangeset for help on using the changeset viewer.