- Timestamp:
- Jul 15, 2020, 10:14:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/cv3a_driver.f90
r3763 r3764 302 302 if (iflag_con /= 3) call abort_physic("cv3a_driver", "iflag_con must be 3", 1) 303 303 304 call enter_profile("cv3a_params")305 304 ! ------------------------------------------------------------------- 306 305 ! --- SET CONSTANTS AND PARAMETERS … … 319 318 320 319 CALL cv3_incrcount(len, nd, delt, sig1) 321 call exit_profile("cv3a_params")322 320 323 321 ! -------------------------------------------------------------------- … … 337 335 338 336 integer :: i, icbmax 339 340 call enter_profile("cv3a_uncompressed")341 337 342 338 call driver_log('cv3_prelim') … … 399 395 CALL cv3_trigger(len, nd, kbas1, plcl1, p1, th1, tv1, tvp1, thnk1, & ! nd->na 400 396 pbase1, buoybase1, iflag1, sig1, w01) 401 call exit_profile("cv3a_uncompressed")402 397 end block 403 398 … … 736 731 INTEGER, PARAMETER :: igout = 1 737 732 738 if (timers_first) then739 call enter_profile("cv3p_mixing")740 call exit_profile("cv3p_mixing")741 call enter_profile("cv3_yield")742 call exit_profile("cv3_yield")743 call enter_profile("cv3_tracer")744 call exit_profile("cv3_tracer")745 746 timers_first = .false.747 endif748 749 733 ncum = nloc 750 call enter_profile("cv3a_compres sed")734 call enter_profile("cv3a_compresd") 751 735 IF (ncum > 0) THEN 752 736 … … 782 766 ! --- MIXING(1) (if iflag_mix .ge. 1) 783 767 ! ------------------------------------------------------------------- 784 call enter_profile("cv3p_mixing")785 768 elij(:,:,:) = 0 786 769 supmax(:,:) = 0 … … 793 776 sigij, elij, supmax, ments, qents, traent) 794 777 END IF 795 call exit_profile("cv3p_mixing")796 778 797 779 ! ------------------------------------------------------------------- … … 899 881 900 882 call driver_log('cv3_yield') 901 call enter_profile("cv3_yield")902 883 CALL cv3_yield(nloc, ncum, nd, nd, ntra, ok_conserv_q, & 903 884 icb, inb, delt, & … … 913 894 qcondc, wd, & 914 895 ftd, fqd, qta, qtc, sigt, tau_cld_cv, coefw_cld_cv) 915 call exit_profile("cv3_yield")916 896 ! Test conseravtion de l'eau 917 897 IF (debut) PRINT *, ' cv3_yield -> fqd(1) = ', fqd(igout, 1) … … 929 909 !^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 930 910 931 call driver_log('cv3_tracer') 932 call enter_profile("cv3_tracer") 933 911 call driver_log('cv3_tracer') 934 912 sigij(:,:,:) = 0 935 913 vprecip(:,:) = 0 … … 941 919 942 920 vprecipi = 0 943 call exit_profile("cv3_tracer")944 921 END IF ! ncum>0 945 call exit_profile("cv3a_compres sed")922 call exit_profile("cv3a_compresd") 946 923 end subroutine 947 924
Note: See TracChangeset
for help on using the changeset viewer.