Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90

    r1999 r2408  
    1313
    1414      USE dimphy
    15       USE comgeomphy , ONLY:rlond,rlatd
     15      USE print_control_mod, ONLY: prt_level,lunout
    1616      IMPLICIT NONE
    1717
     
    4141!   -------------
    4242
    43       include "dimensions.h"
    4443      include "YOMCST.h"
    4544      include "YOETHF.h"
    4645      include "FCTTRE.h"
    47       include "iniprint.h"
    4846
    4947!   arguments:
     
    465463      if (.not. (f0(1).ge.0.) ) then
    466464        abort_message = 'Dans thermcell_main f0(1).lt.0 '
    467         CALL abort_gcm (modname,abort_message,1)
     465        CALL abort_physic (modname,abort_message,1)
    468466      endif
    469467
     
    591589           zcon2(ig)=zlay(ig,nlay)-(pcon(ig)-pplay(ig,nlay))/(RG*rho(ig,nlay))/100.
    592590           abort_message = 'thermcellV0_main: les thermiques vont trop haut '
    593            CALL abort_gcm (modname,abort_message,1)
     591           CALL abort_physic (modname,abort_message,1)
    594592        endif
    595593      enddo
     
    790788
    791789      subroutine testV0_ltherm(klon,klev,pplev,pplay,long,seuil,ztv,po,ztva,zqla,f_star,zw2,comment)
     790      USE print_control_mod, ONLY: prt_level
    792791      IMPLICIT NONE
    793       include "iniprint.h"
    794792
    795793      integer i, k, klon,klev
     
    833831!thermcell_closure: fermeture, determination de f
    834832!-------------------------------------------------------------------------
     833      USE print_control_mod, ONLY: prt_level,lunout
    835834      IMPLICIT NONE
    836835
    837       include "iniprint.h"
    838836      include "thermcell.h"
    839837      INTEGER ngrid,nlay
     
    880878                print*,'wmax_sec',wmax_sec(ig)
    881879                abort_message = 'zdenom<1.e-14'
    882                 CALL abort_gcm (modname,abort_message,1)
     880                CALL abort_physic (modname,abort_message,1)
    883881             endif
    884882             if ((zmax_sec(ig).gt.1.e-10).and.(iflag_thermals_ed.eq.0)) then
     
    913911!--------------------------------------------------------------------------
    914912
     913      USE print_control_mod, ONLY: prt_level
    915914      IMPLICIT NONE
    916915
     
    918917      include "YOETHF.h"
    919918      include "FCTTRE.h"
    920       include "iniprint.h"
    921919      include "thermcell.h"
    922920
     
    17111709!thermcell_dry: calcul de zmax et wmax du thermique sec
    17121710!--------------------------------------------------------------------------
     1711       USE print_control_mod, ONLY: prt_level
    17131712       IMPLICIT NONE
    17141713      include "YOMCST.h"       
    1715       include "iniprint.h"
    17161714       INTEGER l,ig
    17171715
     
    19231921!thermcell_init: calcul du profil d alimentation du thermique
    19241922!----------------------------------------------------------------------
     1923      USE print_control_mod, ONLY: prt_level
    19251924      IMPLICIT NONE
    1926       include "iniprint.h"
    19271925      include "thermcell.h"
    19281926
Note: See TracChangeset for help on using the changeset viewer.