bufr.pm:bufrdump.pl_syno3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bufr.pm:bufrdump.pl_syno3 [2010-12-02 14:04:49]
pals created
bufr.pm:bufrdump.pl_syno3 [2022-05-31 09:29:31] (current)
Line 1: Line 1:
-Demonstrating how stations and parameters might be selected from command line instead of having to provide them in files:+Two examples demonstrating how filter conditions and parameters might be selected from command line instead of having to provide them in files:
  
 <code>bufrdump.pl syno_2010120206.bufr --station wmonr=01001,01492,06180 --param wmonr,TA,PO,NN</code> <code>bufrdump.pl syno_2010120206.bufr --station wmonr=01001,01492,06180 --param wmonr,TA,PO,NN</code>
Line 22: Line 22:
 PO=1012.4 PO=1012.4
 NN=0 NN=0
 +</file>
 +
 +<code>bufrdump.pl syno_2010120206.bufr --filter  'TA < -10, wmonr > 02000, wmonr < 02800, NN = 0' --param wmonr,TA,PO</code>
 +
 +<file>
 +wmonr=02787
 +TA=-10.5
 +PO=998.5
 +
 +wmonr=02769
 +TA=-16.2
 +PO=1010.2
 +
 +wmonr=02324
 +TA=-20.1
 +
 +wmonr=02378
 +TA=-16.3
 +PO=1020.6
 </file> </file>
  • bufr.pm/bufrdump.pl_syno3.1291298689.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)