Changeset 303
- Timestamp:
- Sep 22, 2011, 1:46:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/vdifc.F
r253 r303 5 5 & pdufi,pdvfi,pdhfi,pdqfi,pfluxsrf, 6 6 & pdudif,pdvdif,pdhdif,pdtsrf,pq2, 7 & pdqdif,pdqsdif )7 & pdqdif,pdqsdif,lastcall) 8 8 9 9 use watercommon_h, only : RLVTT, To, RCPD, mx_eau_sol … … 97 97 LOGICAL firstcall 98 98 SAVE firstcall 99 100 LOGICAL lastcall 99 101 100 102 ! variables added for CO2 condensation … … 720 722 endif 721 723 724 ! if(lastcall)then 725 ! if(ngrid.eq.1)then 726 ! print*,'Saving k.out...' 727 ! OPEN(12,file='k.out',form='formatted') 728 ! DO ilay=1,nlay 729 ! write(12,*) zkh(1,ilay), pplay(1,ilay) 730 ! ENDDO 731 ! CLOSE(12) 732 ! endif 733 ! endif 734 735 722 736 return 723 737 end
Note: See TracChangeset
for help on using the changeset viewer.