Changeset 827 for trunk/UTIL/PYTHON/mcd/proto/index.html
- Timestamp:
- Nov 2, 2012, 5:15:38 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/UTIL/PYTHON/mcd/proto/index.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/mcd/proto/index.html
r821 r827 107 107 <td align="center"> 108 108 <ul> 109 <li>High resolution mode? <input type="radio" name="hrkey" value="1" checked /> Yes <input type="radio" name="hrkey" value="0" /> No </li> 110 <li>Dust scenario? <select name="dust"> 109 <li>Dust scenario <select name="dust"> 111 110 <option value="1" >MY24 min solar</option> 112 111 <option value="2" selected>MY24 ave solar</option> … … 118 117 <option value="8" >cold scenario (low dust, min solar)</option> 119 118 </select></li> 119 <li>Interpolate using MOLA topography <input type="radio" name="hrkey" value="1" checked /> on <input type="radio" name="hrkey" value="0" /> off </li> 120 120 </ul> 121 121 </td> … … 254 254 <td align="center"> 255 255 <ul> 256 <li> Add wind vectors257 <input type="radio" name=" iswind" value="off" checked /> No258 <input type="radio" name=" iswind" value="on" /> Yes</li>256 <li> Set picture resolution 257 <input type="radio" name="dpi" value="80" checked> medium 258 <input type="radio" name="dpi" value="160"> high 259 259 </li> 260 260 <li> Set colormap … … 269 269 </select> 270 270 </li> 271 <li> Ask for zonal mean in lat/alt plot<br /> 272 <input type="radio" name="zonmean" value="off" checked /> No 273 <input type="radio" name="zonmean" value="on" /> Yes (please be patient) 271 <li> Set bounds in 2D plots 272 <input type="text" size="2" name="minval"> min 273 <input type="text" size="2" name="maxval"> max 274 </li> 275 <li> Wind vectors in lat/lon plot 276 <input type="radio" name="iswind" value="off" checked /> off 277 <input type="radio" name="iswind" value="on" /> on</li> 278 </li> 279 <li> Zonal average in lat/alt plot 280 <input type="radio" name="zonmean" value="off" checked /> off 281 <input type="radio" name="zonmean" value="on" /> on 274 282 </li> 275 283 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
