Changeset 515 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys
- Timestamp:
- Feb 4, 2012, 10:29:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r503 r515 1211 1211 subs = (j-jps)*(ipe-ips+1)+(i-ips+1) 1212 1212 1213 !!! SEMBLE T IL PROBLEME AVEC NEWPHYS .... qui marche tres bien sans !1214 #ifndef NEWPHYS1215 !!! sparadrap pour regler un probleme avec mpiifort en LES1216 !!! -- HFX apparaissait nul aux interfaces des tuiles1217 if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then1218 !print *, 'HFX is zero !!! ', i, j1219 !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX)1220 output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX)1221 endif1222 #endif1213 !!!! SEMBLE T IL PROBLEME AVEC NEWPHYS .... qui marche tres bien sans ! 1214 !#ifndef NEWPHYS 1215 ! !!! sparadrap pour regler un probleme avec mpiifort en LES 1216 ! !!! -- HFX apparaissait nul aux interfaces des tuiles 1217 ! if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then 1218 ! !print *, 'HFX is zero !!! ', i, j 1219 ! !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX) 1220 ! output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX) 1221 ! endif 1222 !#endif 1223 1223 1224 1224 #include "module_lmd_driver_output3.inc"
Note: See TracChangeset
for help on using the changeset viewer.