/usr/share/metview/etc/PottFRules is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | %if APPLICATION = POTT %and LEVEL_TYPE = MODEL_LEVEL %then
%set _SECOND_GROUP = POTT_M
%if APPLICATION = POTT %and LEVEL_TYPE = PRESSURE_LEVEL %then
%set _SECOND_GROUP = POTT_P
%if APPLICATION = EQPOTT %and LEVEL_TYPE = MODEL_LEVEL %then
%set _SECOND_GROUP = EQPOTT_M
%if APPLICATION = EQPOTT %and LEVEL_TYPE = PRESSURE_LEVEL %then
%set _SECOND_GROUP = EQPOTT_P
%if APPLICATION = SEQPOTT %and LEVEL_TYPE = MODEL_LEVEL %then
%set _SECOND_GROUP = SEQPOTT_M
%if APPLICATION = SEQPOTT %and LEVEL_TYPE = PRESSURE_LEVEL %then
%set _SECOND_GROUP = SEQPOTT_P
|