- Timestamp:
- Apr 18, 2011, 8:10:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r99 r111 1104 1104 !!! -- HFX apparaissait nul aux interfaces des tuiles 1105 1105 if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then 1106 print *, 'HFX is zero !!! ', i, j1107 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) 1108 1108 output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX) 1109 1109 endif
Note: See TracChangeset
for help on using the changeset viewer.