Changeset 1519 in lmdz_wrf for trunk/tools/documentation
- Timestamp:
- Apr 12, 2017, 12:54:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/ncmanage/compute_opersvarsfiles.html
r1403 r1519 15 15 <DIV CLASS="valhelp"> 16 16 compute_opersvarsfiles(values, varinfo)<BR> 17 NOTE: Values from the first file (with always operation 'add') <BR> 18 [prevalues]: values from the previous operations <BR> 17 19 values= '%' separated list of dimension ranges and file,operation,variable to compute<BR> 18 20 [dimranges1]@[operfile1var]%[dimranges2]@[operfile2var]%[...[dimrangesM]@[operfileMvar]]<BR> … … 39 41 'pot': powering with [var] ([prevalues] ** [var])<BR> 40 42 'potc',[modval1]: [prevalues] ** [modval1]<BR> 43 'repl',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR> 44 values in second file = [modval1]<BR> 45 'replbig',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR> 46 values in second file > [modval1]<BR> 47 'repless',[modval1]: replace values of [prevalues] with values from [operfile2var] except <BR> 48 values in second file < [modval1]<BR> 41 49 'sub': substracting [var] ([prevalues] - [var])<BR> 42 50 'subc',[modval1]: remove [modval1] of [prevalues]<BR>
Note: See TracChangeset
for help on using the changeset viewer.