- Timestamp:
- Jan 16, 2025, 6:26:51 PM (4 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_cloudth.f90
r5285 r5479 69 69 REAL zpdf_a(ngrid),zpdf_b(ngrid),zpdf_e1(ngrid),zpdf_e2(ngrid) 70 70 REAL zqs(ngrid), qcloud(ngrid) 71 REAL erf72 71 73 72 … … 91 90 ! Initialisation des variables r?elles 92 91 !------------------------------------------------------------------------------- 93 sigma1(:, :)=0.94 sigma2(:, :)=0.95 qlth(:, :)=0.96 qlenv(:, :)=0.97 qltot(:, :)=0.98 rneb(:, :)=0.92 sigma1(:,ind2)=0. 93 sigma2(:,ind2)=0. 94 qlth(:,ind2)=0. 95 qlenv(:,ind2)=0. 96 qltot(:,ind2)=0. 97 rneb(:,ind2)=0. 99 98 qcloud(:)=0. 100 cth(:, :)=0.101 cenv(:, :)=0.102 ctot(:, :)=0.99 cth(:,ind2)=0. 100 cenv(:,ind2)=0. 101 ctot(:,ind2)=0. 103 102 qsatmmussig1=0. 104 103 qsatmmussig2=0. … … 317 316 REAL zpdf_a(ngrid),zpdf_b(ngrid),zpdf_e1(ngrid),zpdf_e2(ngrid) 318 317 REAL zqs(ngrid), qcloud(ngrid) 319 REAL erf320 318 321 319 !------------------------------------------------------------------------------ 322 320 ! Initialisation des variables r?elles 323 321 !------------------------------------------------------------------------------ 324 sigma1(:, :)=0.325 sigma2(:, :)=0.326 qlth(:, :)=0.327 qlenv(:, :)=0.328 qltot(:, :)=0.329 rneb(:, :)=0.322 sigma1(:,ind2)=0. 323 sigma2(:,ind2)=0. 324 qlth(:,ind2)=0. 325 qlenv(:,ind2)=0. 326 qltot(:,ind2)=0. 327 rneb(:,ind2)=0. 330 328 qcloud(:)=0. 331 cth(:, :)=0.332 cenv(:, :)=0.333 ctot(:, :)=0.329 cth(:,ind2)=0. 330 cenv(:,ind2)=0. 331 ctot(:,ind2)=0. 334 332 qsatmmussig1=0. 335 333 qsatmmussig2=0. … … 644 642 REAL zpdf_sig(ngrid),zpdf_k(ngrid),zpdf_delta(ngrid) 645 643 REAL zpdf_a(ngrid),zpdf_b(ngrid),zpdf_e1(ngrid),zpdf_e2(ngrid) 646 REAL erf647 644 648 645 … … 663 660 ! Initialisation des variables r?elles 664 661 !------------------------------------------------------------------------------- 665 sigma1(:, :)=0.666 sigma2(:, :)=0.667 qlth(:, :)=0.668 qlenv(:, :)=0.669 qltot(:, :)=0.670 rneb(:, :)=0.662 sigma1(:,ind2)=0. 663 sigma2(:,ind2)=0. 664 qlth(:,ind2)=0. 665 qlenv(:,ind2)=0. 666 qltot(:,ind2)=0. 667 rneb(:,ind2)=0. 671 668 qcloud(:)=0. 672 cth(:, :)=0.673 cenv(:, :)=0.674 ctot(:, :)=0.675 cth_vol(:, :)=0.676 cenv_vol(:, :)=0.677 ctot_vol(:, :)=0.669 cth(:,ind2)=0. 670 cenv(:,ind2)=0. 671 ctot(:,ind2)=0. 672 cth_vol(:,ind2)=0. 673 cenv_vol(:,ind2)=0. 674 ctot_vol(:,ind2)=0. 678 675 qsatmmussig1=0. 679 676 qsatmmussig2=0. … … 878 875 REAL zpdf_a(ngrid),zpdf_b(ngrid),zpdf_e1(ngrid),zpdf_e2(ngrid) 879 876 REAL zqs(ngrid), qcloud(ngrid) 880 REAL erf881 877 882 878 REAL rhodz(ngrid,klev) … … 895 891 !------------------------------------------------------------------------------ 896 892 897 sigma1(:, :)=0.898 sigma2(:, :)=0.899 qlth(:, :)=0.900 qlenv(:, :)=0.901 qltot(:, :)=0.902 rneb(:, :)=0.893 sigma1(:,ind2)=0. 894 sigma2(:,ind2)=0. 895 qlth(:,ind2)=0. 896 qlenv(:,ind2)=0. 897 qltot(:,ind2)=0. 898 rneb(:,ind2)=0. 903 899 qcloud(:)=0. 904 cth(:, :)=0.905 cenv(:, :)=0.906 ctot(:, :)=0.907 cth_vol(:, :)=0.908 cenv_vol(:, :)=0.909 ctot_vol(:, :)=0.900 cth(:,ind2)=0. 901 cenv(:,ind2)=0. 902 ctot(:,ind2)=0. 903 cth_vol(:,ind2)=0. 904 cenv_vol(:,ind2)=0. 905 ctot_vol(:,ind2)=0. 910 906 qsatmmussig1=0. 911 907 qsatmmussig2=0. … … 1306 1302 REAL qcloud(ngrid) !eau totale dans le nuage 1307 1303 !Some arithmetic variables 1308 REAL erf,pi,sqrt2,sqrt2pi1304 REAL pi,sqrt2,sqrt2pi 1309 1305 !Depth of the layer 1310 1306 REAL dz(ngrid,klev) !epaisseur de la couche en metre … … 1320 1316 ! Initialization 1321 1317 !------------------------------------------------------------------------------ 1322 qlth(:, :)=0.1323 qlenv(:, :)=0.1324 qltot(:, :)=0.1325 cth_vol(:, :)=0.1326 cenv_vol(:, :)=0.1327 ctot_vol(:, :)=0.1328 cth_surf(:, :)=0.1329 cenv_surf(:, :)=0.1330 ctot_surf(:, :)=0.1318 qlth(:,ind2)=0. 1319 qlenv(:,ind2)=0. 1320 qltot(:,ind2)=0. 1321 cth_vol(:,ind2)=0. 1322 cenv_vol(:,ind2)=0. 1323 ctot_vol(:,ind2)=0. 1324 cth_surf(:,ind2)=0. 1325 cenv_surf(:,ind2)=0. 1326 ctot_surf(:,ind2)=0. 1331 1327 qcloud(:)=0. 1332 1328 rdd=287.04 … … 1579 1575 REAL qlbef 1580 1576 REAL dqsatenv(klon), dqsatth(klon) 1581 REAL erf1582 1577 REAL zpdf_sig(klon),zpdf_k(klon),zpdf_delta(klon) 1583 1578 REAL zpdf_a(klon),zpdf_b(klon),zpdf_e1(klon),zpdf_e2(klon)
Note: See TracChangeset
for help on using the changeset viewer.