Ignore:
Timestamp:
Jun 11, 2007, 4:50:43 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Adaptation du code a la nouvelle interface avec les surface de Josefine
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/write_histhf.h

    r776 r782  
    332332cym      CALL gr_fi_ecrit(nbteta,klon,iim,jjmp1,PVteta,zx_tmp_3dte)
    333333      DO k=1, nbteta
     334       zx_tmp_fi2d(1:klon) = PVteta(1:klon,k)
    334335       CALL histwrite_phy(nid_hf,"PV"//ctetaSTD(k),
    335      .      itau_w,PVteta)
     336     .      itau_w,zx_tmp_fi2d)
    336337      ENDDO !k=1, nbteta
    337338      ENDIF
Note: See TracChangeset for help on using the changeset viewer.