Ignore:
Timestamp:
Mar 20, 2014, 10:57:19 AM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1920:1997 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90

    r1910 r1999  
    191191         entr0=0.
    192192         detr0=0.
    193 
    194 
    195 #undef wrgrads_thermcell
    196 #ifdef wrgrads_thermcell
    197 ! Initialisation des sorties grads pour les thermiques.
    198 ! Pour l'instant en 1D sur le point igout.
    199 ! Utilise par thermcell_out3d.h
    200          str10='therm'
    201          call inigrads(1,1,rlond(igout),1.,-180.,180.,jjm, &
    202      &   rlatd(igout),-90.,90.,1.,llm,pplay(igout,:),1.,   &
    203      &   ptimestep,str10,'therm ')
    204 #endif
    205 
    206 
    207 
    208193      endif
    209 
    210194      fm=0. ; entr=0. ; detr=0.
    211195
     
    795779
    796780      if (prt_level.ge.1) print*,'thermcell_main sorties 3D'
    797 #ifdef wrgrads_thermcell
    798       include "thermcell_out3d.h"
    799 #endif
    800 
    801781      endif
    802782
Note: See TracChangeset for help on using the changeset viewer.