Changeset 144 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jun 3, 2011, 4:39:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r129 r144 1116 1116 DO i = ips,ipe 1117 1117 subs = (j-jps)*(ipe-ips+1)+(i-ips+1) 1118 1119 !!! SEMBLE T IL PROBLEME AVEC NEWPHYS .... qui marche tres bien sans ! 1120 #ifndef NEWPHYS 1118 1121 !!! sparadrap pour regler un probleme avec mpiifort en LES 1119 1122 !!! -- HFX apparaissait nul aux interfaces des tuiles 1120 1123 if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then 1121 !print *, 'HFX is zero !!! ', i, j1124 print *, 'HFX is zero !!! ', i, j 1122 1125 !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX) 1123 1126 output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX) 1124 1127 endif 1128 #endif 1129 1125 1130 #include "module_lmd_driver_output3.inc" 1126 1131 ! ^-- generated from Registry
Note: See TracChangeset
for help on using the changeset viewer.