- Timestamp:
- Nov 22, 2016, 5:23:39 PM (8 years ago)
- Location:
- trunk/tools/documentation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/PyNCplot.css
r1273 r1352 21 21 color:rgb(0,0,0);font-size:0.9em;} 22 22 23 div.valimg{width:40%;height:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);} 23 div.valimg{width:40%;height:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255); 24 overflow-y:auto;} 24 25 div.valhelp{width:60%;height:75%;text-align:left;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240); 25 font-size:0.9em;overflow-y:auto }26 font-size:0.9em;overflow-y:auto;} 26 27 div.valins{width:100%;height:20%;text-align:left;position:absolute;top:80%;left:0%;background-color:rgb(192,192,192); 27 28 font-size:0.9em;font-family:"monospace";overflow-x:auto} … … 70 71 a.lc:active {color:rgb(192,0,0);text-decoration:none;} 71 72 73 /* table */ 74 table#t01{ 75 font-size:0.7em; 76 77 } -
trunk/tools/documentation/install.html
r1273 r1352 56 56 <LI>Now all the scripts are held in ${HOME}/PyNCplot. It might be desirable to set an environment variable to make life easier: 57 57 <DIV CLASS="codetxt">$ export pyHOME=${HOME}/PyNCplot</DIV> 58 <LI>Finally one need to compile the Fortran modules using the same python to run the scripts. This is done using a standard `Makefile' and the tool <A CLASS="la" HREF="https://docs.scipy.org/doc/numpy-dev/f2py/" TARGET="_blank">f2py</A> to link Fortran compiled codes to python. There are different versions for different LMD/IPSL and French HPC machines. For a standard linux 64-bits machine (debain 7) there is one example as `Makefile.foudre'. Follow the instructions there in after linking the appropriated file:</LI> 59 <DIV CLASS="codetxt"> 60 $ ln -s Makefile.[machine].[compiler] ./Makefile 61 </DIV> 62 At the end one should have: 63 <PRE><CODE> 64 module_ForDiag.so 65 module_ForInt.so 66 </CODE></PRE> 58 67 59 68 </OL> 60 61 62 69 63 70 </BODY> -
trunk/tools/documentation/other/other.html
r1218 r1352 8 8 <DIV CLASS="colmenu"> 9 9 <!--A CLASS="lc" HREF="obsnc.html" TARGET="value">create_OBSnetcdf.py</A><BR--> 10 < !--A CLASS="lc" HREF="diagnostics.html" TARGET="value">diagnostics.py</A><BR-->10 <A CLASS="lc" HREF="diagnostics.html" TARGET="value">diagnostics.py</A><BR> 11 11 <!--A CLASS="lc" HREF="model_graphics.html" TARGET="value">model_graphics.py</A><BR--> 12 12 <!--A CLASS="lc" HREF="multi_plot.html" TARGET="value">multi_plot.py</A><BR-->
Note: See TracChangeset
for help on using the changeset viewer.