Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90
r1999 r2408 13 13 14 14 USE dimphy 15 USE comgeomphy , ONLY:rlond,rlatd15 USE print_control_mod, ONLY: prt_level,lunout 16 16 IMPLICIT NONE 17 17 … … 41 41 ! ------------- 42 42 43 include "dimensions.h"44 43 include "YOMCST.h" 45 44 include "YOETHF.h" 46 45 include "FCTTRE.h" 47 include "iniprint.h"48 46 49 47 ! arguments: … … 465 463 if (.not. (f0(1).ge.0.) ) then 466 464 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) 468 466 endif 469 467 … … 591 589 zcon2(ig)=zlay(ig,nlay)-(pcon(ig)-pplay(ig,nlay))/(RG*rho(ig,nlay))/100. 592 590 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) 594 592 endif 595 593 enddo … … 790 788 791 789 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 792 791 IMPLICIT NONE 793 include "iniprint.h"794 792 795 793 integer i, k, klon,klev … … 833 831 !thermcell_closure: fermeture, determination de f 834 832 !------------------------------------------------------------------------- 833 USE print_control_mod, ONLY: prt_level,lunout 835 834 IMPLICIT NONE 836 835 837 include "iniprint.h"838 836 include "thermcell.h" 839 837 INTEGER ngrid,nlay … … 880 878 print*,'wmax_sec',wmax_sec(ig) 881 879 abort_message = 'zdenom<1.e-14' 882 CALL abort_ gcm(modname,abort_message,1)880 CALL abort_physic (modname,abort_message,1) 883 881 endif 884 882 if ((zmax_sec(ig).gt.1.e-10).and.(iflag_thermals_ed.eq.0)) then … … 913 911 !-------------------------------------------------------------------------- 914 912 913 USE print_control_mod, ONLY: prt_level 915 914 IMPLICIT NONE 916 915 … … 918 917 include "YOETHF.h" 919 918 include "FCTTRE.h" 920 include "iniprint.h"921 919 include "thermcell.h" 922 920 … … 1711 1709 !thermcell_dry: calcul de zmax et wmax du thermique sec 1712 1710 !-------------------------------------------------------------------------- 1711 USE print_control_mod, ONLY: prt_level 1713 1712 IMPLICIT NONE 1714 1713 include "YOMCST.h" 1715 include "iniprint.h"1716 1714 INTEGER l,ig 1717 1715 … … 1923 1921 !thermcell_init: calcul du profil d alimentation du thermique 1924 1922 !---------------------------------------------------------------------- 1923 USE print_control_mod, ONLY: prt_level 1925 1924 IMPLICIT NONE 1926 include "iniprint.h"1927 1925 include "thermcell.h" 1928 1926
Note: See TracChangeset
for help on using the changeset viewer.