source: trunk/UTIL/PYTHON/header.html @ 531

Last change on this file since 531 was 451, checked in by aslmd, 13 years ago

GRAPHICS: PYTHON:
updated movie capabilities with HTML support.
corrected problems with cat, winds, ...
added avi and html possibility to "save" keyword.

-S avi is simply equivalent to --rate 8.
-S html creates automatically webpage with nice animations and controls.

2 examples are commented in README.PP :
http://www.lmd.jussieu.fr/~aslmd/EXAMPLES/LMD_GCM_movie_tsurf_UV/anim.html
http://www.lmd.jussieu.fr/~aslmd/EXAMPLES/LMD_MMM_d1_10km_movie_QDUST_-1000m-AMR_lat_-3_Ls134.8/anim.html

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<html>
2<head>
3<meta http-equiv="Pragma" content="no-cache">
4<title>LMD Planetary Atmospheres Team</title>
5
6<SCRIPT LANGUAGE="JavaScript">
7<!--
8// <!--
9
10//============================================================
11//                >> jsImagePlayer 1.0 <<
12//            for Netscape3.0+, September 1996
13//============================================================
14//                  by (c)BASTaRT 1996
15//             Praha, Czech Republic, Europe
16//
17// feel free to copy and use as long as the credits are given
18//          by having this header in the code
19//
20//          contact: xholecko@sgi.felk.cvut.cz
21//          http://sgi.felk.cvut.cz/~xholecko
22//
23//============================================================
24// Thanx to Karel & Martin for beta testing and suggestions!
25//============================================================
26//
27//     modified by D. Watson and A. Earnhart (CIRA/CSU), 7/30/97
28//     and Greg Thompson (NCAR/RAP) May 07, 2000
29//         graphic & php enhancement, Kristin Conrad (NCAR/MMM) Dec 2004
30//
31//============================================================
32 
33//********* SET UP THESE VARIABLES - MUST BE CORRECT!!!*********************
34modImages = new Array();
35
Note: See TracBrowser for help on using the repository browser.