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/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
Note: See TracChangeset for help on using the changeset viewer.