source: lmdz_wrf/trunk/tools/generic_tools.py @ 1544

Last change on this file since 1544 was 1535, checked in by lfita, 8 years ago

Improving `copute_opersvarsfiles' by:

Adding `contoperation': which is used for calculations on result of previous operations without using a variable from a file
Adding:

'arctan', arctangent [-pi, pi]
'norm_meanminmax',[NOTnormdims]: normalization of data as: (val-<val>)/(max(val)-min(val)) except along dimensions [NOTnormdims] (':' list of dimension names, or 'any' for using all dimensions)
'norm_minmax',[NOTnormdims]: normalization of data as: [2val-(max(val)-min(val)]/[max(val)+min(val)] except along dimensions [NOTnormdims] (':' list of dimension names, or 'any' for using all dimensions)
'norm_meanstd',[NOTnormdims]: normalization of data as: (val-<val>)/stdev(val) except along dimensions [NOTnormdims] (':' list of dimension names, or 'any' for using all dimensions)

  • Property svn:executable set to *
File size: 440.3 KB

HTML preview not available, since the file size exceeds 256.0 KB. Try downloading the file instead.

Note: See TracBrowser for help on using the repository browser.