Changeset 1807 in lmdz_wrf for trunk/tools/documentation
- Timestamp:
- Mar 16, 2018, 5:47:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/other/diagnostics.html
r1805 r1807 34 34 <TR><TD>WRFtime</TD><TD>CF-time compilant</TD><TD>[Times]</TD><TD>minutes since 1949-12-01 00:00:00</TD></TR> 35 35 <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 37 38 </P> 38 39 </DIV> … … 40 41 diagnostics.py -f [file] -d [dimns] -v [varns]<BR> 41 42 [file]= netCDF output file<BR> 42 [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 [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> 43 44 [varns]=[varn1]|[var11]@[...[varN1]],[...,[varnM]|[var1M]@[...[varLM]]] ',' list of variables to compute [varnK] and its necessary ones [var1K]...[varPK] (separated by '|')<BR> 44 45 <BR>
Note: See TracChangeset
for help on using the changeset viewer.