Changeset 154 for trunk/MESOSCALE


Ignore:
Timestamp:
Jun 8, 2011, 6:21:10 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: changements mineurs (print qui empechait de compiler avec ancienne physique)

Location:
trunk/MESOSCALE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r144 r154  
    11221122            !!! -- HFX apparaissait nul aux interfaces des tuiles
    11231123            if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then
    1124                print *, 'HFX is zero !!! ', i, j
     1124               !print *, 'HFX is zero !!! ', i, j
    11251125               !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX)
    11261126               output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX)
  • trunk/MESOSCALE/PLOT/SPEC/MAP/map_uvt.pro

    r131 r154  
    179179          LATDEL   = intervaly, $   ;;5 10
    180180          LONDEL   = intervalx, $   ;;15
    181           LONLAB   = latmin + intervaly/2., $ ;5. + (latmin+latmax)/2., $ ;0.
     181          ;LONLAB   = latmin + intervaly/2., $ ;5. + (latmin+latmax)/2., $ ;0.
     182          LONLAB   = (latmin+latmax)/2., $
    182183          LATLAB   = -0.001, $
    183184          GLINESTYLE = 2, $
Note: See TracChangeset for help on using the changeset viewer.