Changeset 1352 in lmdz_wrf for trunk


Ignore:
Timestamp:
Nov 22, 2016, 5:23:39 PM (8 years ago)
Author:
lfita
Message:

Adding `diagnostics.py'

Location:
trunk/tools/documentation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/PyNCplot.css

    r1273 r1352  
    2121  color:rgb(0,0,0);font-size:0.9em;}
    2222
    23 div.valimg{width:40%;height:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);}
     23div.valimg{width:40%;height:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);
     24  overflow-y:auto;}
    2425div.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;}
    2627div.valins{width:100%;height:20%;text-align:left;position:absolute;top:80%;left:0%;background-color:rgb(192,192,192);
    2728  font-size:0.9em;font-family:"monospace";overflow-x:auto}
     
    7071a.lc:active {color:rgb(192,0,0);text-decoration:none;}
    7172
     73/* table */
     74table#t01{
     75  font-size:0.7em;
     76
     77}
  • trunk/tools/documentation/install.html

    r1273 r1352  
    5656      <LI>Now all the scripts are held in ${HOME}/PyNCplot. It might be desirable to set an environment variable to make life easier:
    5757      <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>
    5867
    5968      </OL>
    60 
    61  
    6269
    6370  </BODY>
  • trunk/tools/documentation/other/other.html

    r1218 r1352  
    88    <DIV CLASS="colmenu">
    99      <!--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>
    1111      <!--A CLASS="lc" HREF="model_graphics.html" TARGET="value">model_graphics.py</A><BR-->
    1212      <!--A CLASS="lc" HREF="multi_plot.html" TARGET="value">multi_plot.py</A><BR-->
Note: See TracChangeset for help on using the changeset viewer.