Ignore:
Timestamp:
Feb 5, 2008, 2:19:31 PM (16 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/branches/LMDZ4_V3_patches/libf/phylmd/ini_histday.h

    r869 r892  
    404404c
    405405cIM     IF (iflag_con.GE.3) THEN
    406          CALL histdef(nid_day, "ptop",
     406          IF (ok_isccp) THEN
     407            CALL histdef(nid_day, "ptop",
    407408c    .                "Cld top pressure","mb",
    408409     .                "Cld top pressure (cf ISCCP simulator)","Pa",
    409410     .                iim,jj_nb,nhori, 1,1,1,-99,
    410411     .                32, "ave(X)", zstophy,zout)
     412          ENDIF
    411413cIM     ENDIF !(iflag_con.GE.3) THEN
    412414c
Note: See TracChangeset for help on using the changeset viewer.