Changeset 1807 in lmdz_wrf for trunk/tools/documentation


Ignore:
Timestamp:
Mar 16, 2018, 5:47:47 PM (7 years ago)
Author:
lfita
Message:

Fixing help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/other/diagnostics.html

    r1805 r1807  
    3434       <TR><TD>WRFtime</TD><TD>CF-time compilant</TD><TD>[Times]</TD><TD>minutes since 1949-12-01 00:00:00</TD></TR>
    3535       <TR><TD>WRFz</TD><TD>height above surface</TD><TD>WRFgeop/g-[HGT]</TD><TD>m</TD></TR>
    36       </TABLE>
     36      </TABLE><BR>
     37      A new file called `diagnostics.nc' will be created with the required diagnostics and the correspondant dimensions
    3738      </P>
    3839    </DIV>
     
    4041    diagnostics.py -f [file] -d [dimns] -v [varns]<BR>
    4142    &nbsp;&nbsp;[file]= netCDF output file<BR>
    42     &nbsp;&nbsp;[dimns]=[dimtn]@[dtvn],[dimzn]@[dzvn],[...,[dimxn]@[dxvn]] ',' list with the couples [dimDn]@[dDvn], [dimDn], name of the dimension D and name of the variable [dDvn] with the values of the dimension<BR>
     43    &nbsp;&nbsp;[dimns]=[dimtn]@[dtvn],[dimzn]@[dzvn],[...,[dimxn]@[dxvn]] ',' list with the couples [dimDn]@[dDvn], [dimDn], name of the dimension D and name of the variable [dDvn] with the values of the dimension. It must be provided in the same order as in the file<BR>
    4344    &nbsp;&nbsp;[varns]=[varn1]|[var11]@[...[varN1]],[...,[varnM]|[var1M]@[...[varLM]]] ',' list of variables to compute [varnK] and its necessary ones [var1K]...[varPK] (separated by '|')<BR>
    4445      <BR>
Note: See TracChangeset for help on using the changeset viewer.