source: trunk/LMDZ.VENUS/libf/phyvenus/write_histrac.h @ 888

Last change on this file since 888 was 808, checked in by slebonnois, 13 years ago

SL: Many changes for VENUS (related to newstart) and TITAN (related to clouds). Please read DOC/chantiers/commit_importants.log (cf v808).

File size: 607 bytes
Line 
1!
2! $Header: /home/cvsroot/LMDZ4/libf/phylmd/write_histrac.h,v 1.2 2004/06/22 11:45:36 lmdzadmin Exp $
3!
4      ndex = 0
5      ndex2d = 0
6      ndex3d = 0
7c
8      zsto = pdtphys
9      zout = pdtphys * REAL(ecrit_tra)
10      itau_w = itau_phy + nstep
11
12     
13      i = NINT(zout/zsto)
14      CALL gr_fi_ecrit(1,klon,iim,jjm+1,pphis,zx_tmp_2d)
15      z4_tmp_2d=zx_tmp_2d
16      CALL histwrite(nid_tra,"phis",itau_w,z4_tmp_2d,iim*(jjm+1),ndex2d)
17C
18      CALL gr_fi_ecrit(1,klon,iim,jjm+1,airephy,zx_tmp_2d)     
19      z4_tmp_2d=zx_tmp_2d
20      CALL histwrite(nid_tra,"aire",itau_w,z4_tmp_2d,iim*(jjm+1),ndex2d)
21
22
23
Note: See TracBrowser for help on using the repository browser.