Changeset 1403 in lmdz_wrf for trunk/tools/documentation/ncmanage


Ignore:
Timestamp:
Jan 12, 2017, 3:26:51 PM (8 years ago)
Author:
lfita
Message:

Fixing issues and introducing $pyHOME

Location:
trunk/tools/documentation/ncmanage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/ncmanage/compute_opersvarsfiles.html

    r1245 r1403  
    5252    </DIV>
    5353    <DIV CLASS="valins">
    54       $ python nc_var.py -o compute_opersvarsfiles -S 'west_east|XLONG|-1;south_north|XLAT|-1;Time|Times|3@add|wrfout_d01_2001-11-11_00:00:00|T2%west_east|XLONG|-1;south_north|XLAT|-1;Time|Times|3@subc,273.15|wrfout_d01_2001-11-11_00:00:00|None' -v 'tempC,air!temperature,C'<BR>
    55       $ python nc_var.py -o compute_opersvarsfiles -S 'lon|lon|-1;lat|lat|-1;time_counter|time_counter|-1@forwrdderiv,1,1,2|/ccc/store/cont003/gen7593/fitaborl/etudes/DynamicoESM/aquaplanet/AR40/19800101000000-19810101000000/histday.nc|t2m' -v 'tasderiv,x-derivative|of|air|temperature,K
     54      $ python ${pyHOME}/nc_var.py -o compute_opersvarsfiles -S 'west_east|XLONG|-1;south_north|XLAT|-1;Time|Times|3@add|wrfout_d01_2001-11-11_00:00:00|T2%west_east|XLONG|-1;south_north|XLAT|-1;Time|Times|3@subc,273.15|wrfout_d01_2001-11-11_00:00:00|None' -v 'tempC,air!temperature,C'<BR>
     55      $ python ${pyHOME}/nc_var.py -o compute_opersvarsfiles -S 'lon|lon|-1;lat|lat|-1;time_counter|time_counter|-1@forwrdderiv,1,1,2|/ccc/store/cont003/gen7593/fitaborl/etudes/DynamicoESM/aquaplanet/AR40/19800101000000-19810101000000/histday.nc|t2m' -v 'tasderiv,x-derivative|of|air|temperature,K
    5656    </DIV>
    5757  </BODY>
  • trunk/tools/documentation/ncmanage/field_stats.html

    r1237 r1403  
    2424    </DIV>
    2525    <DIV CLASS="valins">
    26       $ python nc_var.py -o field_stats -S 'full,None,None' -f startphy.nc -v all
     26      $ python ${pyHOME}/nc_var.py -o field_stats -S 'full,None,None' -f startphy.nc -v all
    2727    </DIV>
    2828  </BODY>
  • trunk/tools/documentation/ncmanage/intro.html

    r1237 r1403  
    4848        <LI><SPAN CLASS="codetxt">chvarname:</SPAN> Changing the name of the variable</LI>
    4949        <LI><SPAN CLASS="codetxt">cleaning_varsfile:</SPAN> Function to keep a list of variabales from a file</LI>
    50         <LI><SPAN CLASS="codetxt">compute_opersvarsfiles:</SPAN> Function to compute opersvarfiles: operation of variables from different files (OPER1.FILE1_VAR1 OPER2.FILE2_VAR2), operations are going to be sequentially</LI>
    51       made<LI><SPAN CLASS="codetxt">DatesFiles:</SPAN> Function to find different time values on a series of WRF files in a folder</LI>
     50        <LI><SPAN CLASS="codetxt">compute_opersvarsfiles:</SPAN> Function to compute opersvarfiles: operation of variables from different files (OPER1.FILE1_VAR1 OPER2.FILE2_VAR2), operations are going to be sequentially made</LI>
     51        <LI><SPAN CLASS="codetxt">curve_section:</SPAN> Function to provide a section of a file following a given curve</LI>
     52        <LI><SPAN CLASS="codetxt">DatesFiles:</SPAN> Function to find different time values on a series of WRF files in a folder</LI>
    5253        <LI><SPAN CLASS="codetxt">DataSetSection:</SPAN> Function to get a section (values along a dimension) of a given data-set</LI>
    5354        <LI><SPAN CLASS="codetxt">DataSetSection_multidims:</SPAN> Function to get a section (values along multiple dimensions) of a given data-set</LI>
  • trunk/tools/documentation/ncmanage/ncmanage.html

    r1244 r1403  
    88    <DIV CLASS="colmenu">
    99      <A CLASS="lc" HREF="compute_opersvarsfiles.html" TARGET="value">compute_opersvarsfiles</A><BR>
     10      <A CLASS="lc" HREF="curve_section.html" TARGET="value">curve_section</A><BR>
    1011      <A CLASS="lc" HREF="field_stats.html" TARGET="value">field_stats</A><BR>
    1112    </DIV>
Note: See TracChangeset for help on using the changeset viewer.