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)

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.