Changeset 2556


Ignore:
Timestamp:
Jun 10, 2016, 12:23:57 PM (8 years ago)
Author:
jyg
Message:

Correcting a bug in alpale_th.F90: now

proba_notrig and random_notrig are arguments of
subroutine alpale; their values are present in the
output files.

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/alpale_th.F90

    r2554 r2556  
    22                       cin, s2, n2,  &
    33                       ale_bl_trig, ale_bl_stat, ale_bl,  &
    4                        alp_bl, alp_bl_stat )
     4                       alp_bl, alp_bl_stat, &
     5                       proba_notrig, random_notrig)
    56
    67! **************************************************************
     
    3738  REAL, DIMENSION(klon), INTENT(INOUT)                       :: alp_bl_stat
    3839
     40  REAL, DIMENSION(klon), INTENT(OUT)                         :: proba_notrig, random_notrig
     41
    3942  include "thermcell.h"
    4043
     
    4447  LOGICAL, SAVE                                              :: first = .TRUE.
    4548  REAL, SAVE                                                 :: random_notrig_max=1.
    46   REAL, DIMENSION(klon)                                      :: proba_notrig, tau_trig, random_notrig
     49  REAL, DIMENSION(klon)                                      :: tau_trig
    4750!
    4851    !$OMP THREADPRIVATE(random_notrig_max)
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2554 r2556  
    27762776!jyg<
    27772777!
    2778           CALL alpale_th( dtime, lmax_th, t_seri, &
     2778          CALL alpale_th( dtime, lmax_th, t_seri,  &
    27792779                          cin, s2, n2,  &
    27802780                          ale_bl_trig, ale_bl_stat, ale_bl,  &
    2781                           alp_bl, alp_bl_stat )
     2781                          alp_bl, alp_bl_stat, &
     2782                          proba_notrig, random_notrig)
    27822783
    27832784          ! ------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.