Filtering, masking, and thresholds#
Filter cells, remove values, and add a static map mask.
-flt/--filters <CONDITIONS>#
Set cell-selection conditions. Join conditions for one input with & and separate filters for different inputs with commas:
plopm -flt "fluxnum == 2 & sgas >= 0.2, satnum != 5"
Dynamic variables such as sgas require RPORV in RPTRST.
Default: empty
-vmin/--min-threshold <VALUE>#
Remove variable values below the minimum threshold.
Default: empty
-vmax/--max-threshold <VALUE>#
Remove variable values above the maximum threshold.
Default: empty
-mv/--mask-variable <VARIABLE>#
Use a static variable as the background of a two-dimensional map.
Default: empty
-mt/--mask-threshold <VALUE>#
Set the threshold applied to the variable supplied through plopm -mv.
Default: 1e-3