Ignore:
Timestamp:
Jun 9, 2016, 2:24:17 PM (8 years ago)
Author:
jyg
Message:

1/ Correcting a bug in alpale.F90: now ale_wk and
alp_wk are arguments of subroutine alpale;
their values are present in the output files.

2/ Minor changes to alpale_th.F90: (i) the
(commented) part relative to TKE transport is put
back in "physiq"; (ii) the part dealing with
iflag_coupl=2 terminates with a STOP.

File:
1 edited

Legend:

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

    r2536 r2554  
    22942294                    wake_pe, wake_fip,  &
    22952295                    Ale_bl, Ale_bl_trig, Alp_bl, &
    2296                     Ale, Alp )
     2296                    Ale, Alp , Ale_wake, Alp_wake)
    22972297!>jyg
    22982298!
     
    27812781                          alp_bl, alp_bl_stat )
    27822782
     2783          ! ------------------------------------------------------------------
     2784          ! Transport de la TKE par les panaches thermiques.
     2785          ! FH : 2010/02/01
     2786          !     if (iflag_pbl.eq.10) then
     2787          !     call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm,
     2788          !    s           rg,paprs,pbl_tke)
     2789          !     endif
     2790          ! -------------------------------------------------------------------
     2791
    27832792          do i=1,klon
    27842793             !           zmax_th(i)=pphi(i,lmax_th(i))/rg
Note: See TracChangeset for help on using the changeset viewer.