Changeset 1042


Ignore:
Timestamp:
Oct 31, 2008, 2:49:42 PM (16 years ago)
Author:
lmdzadmin
Message:

Par defaut, pas de sorties grads
FH/IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/guide.F

    r1040 r1042  
    113113      save step_rea,count_no_rea
    114114
     115#define gradsfile
     116#undef gradsfile
     117
     118#ifdef gradsfile
    115119      character*10 file
    116120      integer igrads
     
    118122      save igrads,dtgrads
    119123      data igrads,dtgrads/2,100./
    120 
     124#endif
    121125C-----------------------------------------------------------------------
    122126c calcul de l'humidite saturante
     
    155159         print*,'apres conf_guide'
    156160
     161
     162#ifdef gradsfile
    157163         file='guide'
    158164         call inigrads(igrads,iip1
     
    160166     s  ,llm,presnivs,1.
    161167     s  ,dtgrads,file,'dyn_zon ')
     168#endif
    162169
    163170         print*
     
    279286      factt=dtvr*iperiod/daysec
    280287      ztau(:)=factt/max(alpha_T(:),1.e-10)
     288#ifdef gradsfile
    281289      call wrgrads(igrads,1,aire   ,'aire      ','aire      ' )
    282290      call wrgrads(igrads,1,dxdys  ,'dxdy      ','dxdy      ' )
     
    292300
    293301      call wrgrads(igrads,llm,qsat,'QSAT      ','QSAT      ' )
    294 
     302#endif
    295303        endif
    296304      else
Note: See TracChangeset for help on using the changeset viewer.