source: LMDZ4/trunk/libf/phylmd/write_histhf3d.h @ 1377

Last change on this file since 1377 was 776, checked in by Laurent Fairhead, 17 years ago

Suite du merge entre la version et la HEAD: quelques modifications
de Yann sur le

LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 712 bytes
RevLine 
[766]1
[524]2c
[644]3c $Header$
4c
5c
[524]6      ndex2d = 0
7      ndex3d = 0
8c
9      itau_w = itau_phy + itap
10c
11c Champs 3D:
12c
[766]13cym      CALL gr_fi_ecrit(klev,klon,iim,jjmp1, t_seri, zx_tmp_3d)
14      CALL histwrite_phy(nid_hf3d,"temp",itau_w,t_seri)
[524]15c
[766]16cym      CALL gr_fi_ecrit(klev,klon,iim,jjmp1, qx(1,1,ivap), zx_tmp_3d)
17      CALL histwrite_phy(nid_hf3d,"ovap",itau_w,qx(:,:,ivap))
[524]18c
[766]19cym      CALL gr_fi_ecrit(klev,klon,iim,jjmp1, u_seri, zx_tmp_3d)
20      CALL histwrite_phy(nid_hf3d,"vitu",itau_w,u_seri)
[524]21c
[766]22cym      CALL gr_fi_ecrit(klev,klon,iim,jjmp1, v_seri, zx_tmp_3d)
23      CALL histwrite_phy(nid_hf3d,"vitv",itau_w,v_seri)
[524]24      if (ok_sync) then
[766]25c$OMP MASTER
[524]26        call histsync(nid_hf3d)
[766]27c$OMP END MASTER     
[524]28      endif
Note: See TracBrowser for help on using the repository browser.