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/ini_histday.h

    r879 r890  
    422422c
    423423cIM     IF (iflag_con.GE.3) THEN
    424          CALL histdef(nid_day, "ptop",
     424          if (ok_ISCCP) then
     425            CALL histdef(nid_day, "ptop",
    425426c    .                "Cld top pressure","mb",
    426427     .                "Cld top pressure (cf ISCCP simulator)","Pa",
    427428     .                iim,jj_nb,nhori, 1,1,1,-99,
    428429     .                32, "ave(X)", zstophy,zout)
     430          ENDIF
    429431cIM     ENDIF !(iflag_con.GE.3) THEN
    430432c
Note: See TracChangeset for help on using the changeset viewer.