Ignore:
Timestamp:
Apr 18, 2011, 8:10:30 AM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: modifications pour portage gnome: makemeso jusque 128, api avec plus de niveaux vert, scripts launch

File:
1 edited

Legend:

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

    r99 r111  
    11041104            !!! -- HFX apparaissait nul aux interfaces des tuiles
    11051105            if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then
    1106                print *, 'HFX is zero !!! ', i, j
    1107                print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX)
     1106               !print *, 'HFX is zero !!! ', i, j
     1107               !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX)
    11081108               output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX)
    11091109            endif
Note: See TracChangeset for help on using the changeset viewer.