Changeset 154 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jun 8, 2011, 6:21:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r144 r154 1122 1122 !!! -- HFX apparaissait nul aux interfaces des tuiles 1123 1123 if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then 1124 print *, 'HFX is zero !!! ', i, j1124 !print *, 'HFX is zero !!! ', i, j 1125 1125 !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX) 1126 1126 output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX)
Note: See TracChangeset
for help on using the changeset viewer.