Changeset 1519 in lmdz_wrf for trunk/tools/documentation


Ignore:
Timestamp:
Apr 12, 2017, 12:54:05 AM (8 years ago)
Author:
lfita
Message:

Improving documentation

File:
1 edited

Legend:

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

    r1403 r1519  
    1515    <DIV CLASS="valhelp">
    1616      compute_opersvarsfiles(values, varinfo)<BR>
     17      &nbsp;&nbsp;NOTE: Values from the first file (with always operation 'add') <BR>
     18      &nbsp;&nbsp;[prevalues]: values from the previous operations <BR>
    1719      &nbsp;&nbsp;values= '%' separated list of dimension ranges and file,operation,variable to compute<BR>
    1820      &nbsp;&nbsp;&nbsp;&nbsp;[dimranges1]@[operfile1var]%[dimranges2]@[operfile2var]%[...[dimrangesM]@[operfileMvar]]<BR>
     
    3941      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'pot': powering with [var] ([prevalues] ** [var])<BR>
    4042      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'potc',[modval1]: [prevalues] ** [modval1]<BR>
     43      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'repl',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR>
     44      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;values in second file = [modval1]<BR>
     45      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'replbig',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR>
     46      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;values in second file > [modval1]<BR>
     47      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'repless',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR>
     48      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;values in second file < [modval1]<BR>
    4149      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'sub': substracting [var] ([prevalues] - [var])<BR>
    4250      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'subc',[modval1]: remove [modval1] of [prevalues]<BR>
Note: See TracChangeset for help on using the changeset viewer.