Changeset 2554


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.

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

Legend:

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

    r2513 r2554  
    44                    wake_pe, wake_fip,  &
    55                    Ale_bl, Ale_bl_trig, Alp_bl, &
    6                     Ale, Alp )
     6                    Ale, Alp, Ale_wake, Alp_wake )
    77
    88! **************************************************************
     
    4646!----------------
    4747  REAL, DIMENSION(klon), INTENT(OUT)                         :: Ale, Alp
     48  REAL, DIMENSION(klon), INTENT(OUT)                         :: Ale_wake, Alp_wake
    4849
    4950  include "thermcell.h"
     
    5556  INTEGER                                                    :: i, k
    5657  REAL, DIMENSION(klon)                                      :: www
    57   REAL, DIMENSION(klon)                                      :: ale_wake, alp_wake
    5858  REAL, SAVE                                                 :: ale_max=1000.
    5959  REAL, SAVE                                                 :: alp_max=2.
  • LMDZ5/trunk/libf/phylmd/alpale_th.F90

    r2515 r2554  
    160160
    161161          !cc fin nrlmd le 10/04/2012
    162 
    163           ! ------------------------------------------------------------------
    164           ! Transport de la TKE par les panaches thermiques.
    165           ! FH : 2010/02/01
    166           !     if (iflag_pbl.eq.10) then
    167           !     call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm,
    168           !    s           rg,paprs,pbl_tke)
    169           !     endif
    170           ! -------------------------------------------------------------------
     162!
    171163          !IM/FH: 2011/02/23
    172164          ! Couplage Thermiques/Emanuel seulement si T<0
     
    180172                endif
    181173             enddo
     174    print *,'In order to run with iflag_coupl=2, you have to comment out the following stop'
     175             STOP
    182176          endif
    183 !
    184177   RETURN
    185178   END
  • 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.