Changeset 295 for LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F
- Timestamp:
- Nov 26, 2001, 2:47:57 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F
r290 r295 371 371 REAL albsollw(klon) 372 372 SAVE albsollw ! albedo du sol total 373 REAL albsol1(klon) 374 SAVE albsol1 ! albedo du sol total 375 REAL albsollw1(klon) 376 SAVE albsollw1 ! albedo du sol total 373 377 374 378 REAL wo(klon,klev) … … 576 580 c 577 581 INTEGER nhori, nvert 578 REAL zsto, zout, zjulian 582 REAL zsto, zout 583 real zjulian 584 save zjulian 579 585 580 586 character*20 modname … … 728 734 ccc ecrit_ins = NINT(86400./dtime *0.25) ! 4 fois par jour 729 735 ecrit_ins = NINT(86400./dtime/48.) ! a chaque pas de temps 736 ecrit_ins = NINT(86400./dtime/12.) ! toutes les deux heures 730 737 IF (ok_instan) THEN 731 738 PRINT*, 'La frequence de sortie instant. est de ', ecrit_ins … … 750 757 endif 751 758 c 759 c 760 c Gestion calendrier 761 762 CALL ymds2ju(anne_ini, 1, 1, 0.0, zjulian) 763 zjulian = zjulian + day_ini 764 752 765 c 753 766 IF (ok_journe) THEN … … 1807 1820 fder = dlw 1808 1821 1809 CALL clmain(dtime,itap, date0,pctsrf,1822 CALL clmain(dtime,itap,zjulian,pctsrf, 1810 1823 e t_seri,q_seri,u_seri,v_seri, 1811 1824 e julien, rmu0, … … 1971 1984 c$$$ . ,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr, 1972 1985 c$$$ . pori_con,plcl_con,dtma_con,dtlcl_con) 1973 if ( 1.eq.1) then ! vectorise1986 if (0.eq.1) then ! vectorise 1974 1987 CALL conemav (dtime,paprs,pplay,t_seri,q_seri, 1975 1988 . u_seri,v_seri,tr_seri,nbtr, … … 2197 2210 . + falblw(i,is_sic) * pctsrf(i,is_sic) 2198 2211 ENDDO 2212 ! if (debut) then 2213 ! albsol1 = albsol 2214 ! albsollw1 = albsollw 2215 ! endif 2216 ! albsol = albsol1 2217 ! albsollw = albsollw1 2199 2218 CALL radlwsw ! nouveau rayonnement (compatible Arpege-IFS) 2200 2219 e (dist, rmu0, fract, co2_ppm, solaire, … … 2331 2350 IF (iflag_con.EQ.4) THEN 2332 2351 c on ajoute les tendances calculees par KE43 2352 c$$$ OM on onhibe la convection sur les traceurs 2333 2353 DO iq=1, nqmax-2 ! Sandrine a -3 ??? 2334 DO k = 1, nlev 2335 DO i = 1, klon 2336 tr_seri(i,k,iq) = tr_seri(i,k,iq) + d_tr(i,k,iq) 2337 ENDDO 2338 ENDDO 2354 c$$$ OM on inhibe la convection sur les traceur 2355 c$$$ DO k = 1, nlev 2356 c$$$ DO i = 1, klon 2357 c$$$ tr_seri(i,k,iq) = tr_seri(i,k,iq) + d_tr(i,k,iq) 2358 c$$$ ENDDO 2359 c$$$ ENDDO 2339 2360 WRITE(iqn,'(i2.2)') iq 2340 2361 CALL minmaxqfi(tr_seri(1,1,iq),0.,1.e33,'couche lim iq='//iqn)
Note: See TracChangeset
for help on using the changeset viewer.