Changeset 324 for trunk/MESOSCALE_DEV/PLOT/SPEC/GW/gravitwaveprof.pro
- Timestamp:
- Oct 21, 2011, 11:31:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/PLOT/SPEC/GW/gravitwaveprof.pro
r131 r324 58 58 nts=1 & nte=100 & nxs=50 & nxe=50 59 59 nts=1 & nte=100 & nxs=60 & nxe=60 60 nts=1 & nte=100 & nxs=20 & nxe=20 60 ;nts=1 & nte=100 & nxs=20 & nxe=20 61 nts=29 & nte=29 & nxs=60 & nxe=60 61 62 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 62 63 ; … … 150 151 alt = [40.,80.] 151 152 alt = [0.,120.] 153 alt = [10.,110.] 152 154 ;;;;;;;;;;; 153 155 ;;;;;;;;;;; … … 156 158 minfield_init = 85. ;100. 157 159 maxfield_init = 185. ;250. 160 minfield_init = 90. 161 maxfield_init = 230. 158 162 title_axis = ['Temperature (K)','Altitude (km)'] 159 163 overplot = mcd_tpot … … 161 165 SPAWN, "echo 'intervaly=10.' >> param_plot.idl" 162 166 SPAWN, "echo 'intervalx=5.' >> param_plot.idl" 167 SPAWN, "echo 'intervalx=10.' >> param_plot.idl" 163 168 ;;;;;;;;;;; 164 169 … … 216 221 ;;oplot, yeye, vert/1000., linestyle=1 217 222 223 224 loadct, 4 225 for i=16,37 do begin ;10-37 226 for j=0,40 do begin 227 dec = j - 20 228 overoverplot = reform(invar(nx+dec,middle+dec,*,i)) 229 oplot, overoverplot, column, color=220 ;psym=3 230 endfor 231 endfor 232 233 !p.thick = 4.0 234 oplot, overplot, overplot_column, linestyle=2 235 !p.thick = 2.0 236 237 !p.thick = 4.0 238 oplot, reform(invar(nx,middle,*,28)), column 239 !p.thick = 2.0 240 218 241 @tempcond.inc 219 242 overplot = reform(overplot(nx,middle,*,nt)) 243 w = where(overplot le 0.) & overplot[w] = !VALUES.F_NAN 220 244 oplot, overplot, overplot_column, linestyle=1 221 245
Note: See TracChangeset
for help on using the changeset viewer.