Changeset 303


Ignore:
Timestamp:
Sep 22, 2011, 1:46:35 PM (13 years ago)
Author:
rwordsworth
Message:

Option added to output k.out in 1D at lastcall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/vdifc.F

    r253 r303  
    55     &     pdufi,pdvfi,pdhfi,pdqfi,pfluxsrf,
    66     &     pdudif,pdvdif,pdhdif,pdtsrf,pq2,
    7      &     pdqdif,pdqsdif)
     7     &     pdqdif,pdqsdif,lastcall)
    88
    99      use watercommon_h, only : RLVTT, To, RCPD, mx_eau_sol
     
    9797      LOGICAL firstcall
    9898      SAVE firstcall
     99     
     100      LOGICAL lastcall
    99101
    100102!     variables added for CO2 condensation
     
    720722      endif
    721723
     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
    722736      return
    723737      end
Note: See TracChangeset for help on using the changeset viewer.