Changeset 154 for trunk/MESOSCALE
- Timestamp:
- Jun 8, 2011, 6:21:10 PM (13 years ago)
- Location:
- trunk/MESOSCALE
- Files:
-
- 2 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) -
trunk/MESOSCALE/PLOT/SPEC/MAP/map_uvt.pro
r131 r154 179 179 LATDEL = intervaly, $ ;;5 10 180 180 LONDEL = intervalx, $ ;;15 181 LONLAB = latmin + intervaly/2., $ ;5. + (latmin+latmax)/2., $ ;0. 181 ;LONLAB = latmin + intervaly/2., $ ;5. + (latmin+latmax)/2., $ ;0. 182 LONLAB = (latmin+latmax)/2., $ 182 183 LATLAB = -0.001, $ 183 184 GLINESTYLE = 2, $
Note: See TracChangeset
for help on using the changeset viewer.