Ignore:
Timestamp:
Feb 5, 2008, 2:13:29 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Mise sous flag ok_ISCCP d'une sortie d'une variable dependant du simulateur
ISCCP
Correction coquille sur des sorties sous-surfaces
SD/LF

File:
1 edited

Legend:

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

    r888 r890  
    401401c
    402402cIM   IF (iflag_con.GE.3) THEN
     403        if (ok_ISCCP) then
    403404cIM ema_pct= 0.     CALL gr_fi_ecrit(1, klon,iim,jjmp1, ema_pct,zx_tmp_2d)
    404 cym      CALL gr_fi_ecrit(1, klon,iim,jjmp1, meanptop(:,1),zx_tmp_2d)
    405       CALL histwrite_phy(nid_day,"ptop",itau_w,meanptop(:,1))
     405cym       CALL gr_fi_ecrit(1, klon,iim,jjmp1, meanptop(:,1),zx_tmp_2d)
     406          CALL histwrite_phy(nid_day,"ptop",itau_w,meanptop(:,1))
     407        ENDIF
    406408cIM   ENDIF
    407409c
Note: See TracChangeset for help on using the changeset viewer.