Changeset 130 for trunk/libf/phytitan
- Timestamp:
- May 25, 2011, 3:45:43 PM (14 years ago)
- Location:
- trunk/libf/phytitan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/phytitan/optci.F
r119 r130 74 74 75 75 integer iopti,iwarning ! iopti: premier appel, une seule boucle sur les l.d'o. 76 integer ig _,seulmtunpt76 integer ig,seulmtunpt 77 77 save iopti,iwarning,seulmtunpt 78 78 data iopti,iwarning,seulmtunpt/0,0,0/ -
trunk/libf/phytitan/optci_1pt.F
r102 r130 318 318 C ??FLAG? HERE MUST BE WATCHED CAREFULLY 319 319 U=COLDEN(J)*6.02204E23/BMU 320 320 c if(ig.eq.1.and.k.eq.nspecv/2) print*,'Avant GAS2' 321 321 if((ylellouch).or.(.not.hcnrad)) then 322 322 CALL GAS2_NOHCN(J, KGAS,TBAR,PBAR,U,TAU2) … … 324 324 CALL GAS2(J, KGAS,TBAR,PBAR,U,TAU2) 325 325 endif 326 326 c if(ig.eq.1.and.k.eq.nspecv/2) print*,'Apres GAS2' 327 327 TAUGAS=TAUGAS+TAU2 328 328 ENDIF -
trunk/libf/phytitan/pg3.F
r125 r130 1204 1204 1205 1205 1206 c p0= .31206 c p0=0.3 1207 1207 p0=1. 1208 do i=1,nz 1208 do i=1,nz-1 1209 1209 if (pb(i).lt.p0.and.pb(i+1).gt.p0) zalt0=(z(i)+z(i+1))/2. 1210 1210 enddo
Note: See TracChangeset
for help on using the changeset viewer.