- Timestamp:
- Apr 30, 2004, 10:56:51 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F
r517 r521 145 145 c 146 146 c 147 LOGICAL ok_polder ! sortir échantillonné de manière POLDER148 save ok_polder149 147 c====================================================================== 150 148 c … … 956 954 ! ok_ade=F -AIE=topswai-topsw 957 955 958 ! For POLDER swath959 INTEGER pyr, pmo, pday ! Year, month and day960 INTEGER poldermask(klon) ! POLDER swath mask (0 or 1)961 962 956 REAL aerindex(klon) ! POLDER aerosol index 963 957 … … 1184 1178 #include "ini_histmth.h" 1185 1179 1180 1181 #define histmthNMC 1186 1182 #undef histmthNMC 1187 cccccccc#define histmthNMC1188 1183 #ifdef histmthNMC 1189 1184 #include "ini_histmthNMC.h" … … 1191 1186 1192 1187 #include "ini_histins.h" 1193 #include "ini_histpol.h" 1194 1188 1189 #undef histREGDYN 1195 1190 #ifdef histREGDYN 1196 1191 #include "ini_histREGDYN.h" 1197 1192 #endif 1198 1193 1194 #undef histISCCP 1199 1195 #ifdef histISCCP 1200 1196 #include "ini_histISCCP.h" … … 1427 1423 C Repartition du longwave par sous-surface linearisee 1428 1424 Cn 1425 1429 1426 DO nsrf = 1, nbsrf 1430 1427 DO i = 1, klon … … 1440 1437 1441 1438 1442 cIM CALL clmain(dtime,itap,date0,pctsrf,1443 1439 CALL clmain(dtime,itap,date0,pctsrf,pctsrf_new, 1444 1440 e t_seri,q_seri,u_seri,v_seri, … … 1462 1458 CXXX Incrementation des flux 1463 1459 CXXX 1460 1464 1461 zxfluxt=0. 1465 1462 zxfluxq=0. … … 1656 1653 ELSE ! ok_cvl 1657 1654 1658 c print*,'Avant conema OUI'1659 1655 CALL conema3 (dtime, 1660 1656 . paprs,pplay,t_seri,q_seri, … … 1668 1664 . ,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr 1669 1665 . ,clwcon0) 1670 print*,'Apres conema3 '1671 1666 1672 1667 ENDIF ! ok_cvl … … 1724 1719 c CALL homogene(paprs, q_seri, d_q_con, u_seri,v_seri, 1725 1720 c . d_u_con, d_v_con) 1721 1726 1722 DO k = 1, klev 1727 1723 DO i = 1, klon … … 1836 1832 c ------------- 1837 1833 do k=1,klev 1838 ratqss(:,k)=ratqsbas+(ratqshaut-ratqsbas)* 1839 s min((paprs(:,1)-pplay(:,k))/(paprs(:,1)-30000.),1.) 1834 cIM RAJOUT boucle do=i 1835 do i=1, klon 1836 cIM ratqss(:,k)=ratqsbas+(ratqshaut-ratqsbas)* 1837 cIM s min((paprs(:,1)-pplay(:,k))/(paprs(:,1)-30000.),1.) 1838 ratqss(i,k)=ratqsbas+(ratqshaut-ratqsbas)* 1839 s min((paprs(i,1)-pplay(i,k))/(paprs(i,1)-30000.),1.) 1840 cIM print*,' IMratqs STABLE i, k',i,k,ratqss(i,k) 1841 enddo 1840 1842 enddo 1841 1843 … … 2760 2762 . t_ancien, q_ancien, rnebcon, ratqs, clwcon) 2761 2763 ENDIF 2764 2762 2765 2763 2766 RETURN
Note: See TracChangeset
for help on using the changeset viewer.