This file is indexed.

/usr/share/metview/etc/MARS_remote 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
18
19
20
21
22
23
24
25
26
#--------------------------------------------------------- MARS_remote
#
# Database definitions for the remote access to ECMWF MARS.
# Use installed MARS Client Software configuration file
#

#---------------------------------------------------
#-
#- If the path given as the default is not valid then
#- you have to edit correct path into $MARS_CFG_FILE
#-

MARS_CFG_FILE=$METVIEW_DIR_SHARE/etc/ms_mars.cfg
export MARS_CFG_FILE

#---------------------------------------------------

if [ -f $MARS_CFG_FILE ]
then
  cat $MARS_CFG_FILE
else
  echo "+---------+  Remote ECMWF MARS access configured but" 3>&2 2>&1 1>&3
  echo "| CFG ERR |  remote MARS configuration file not found!" 3>&2 2>&1 1>&3
  echo "+---------+  Check configuration file ./etc/MARS_remote!" 3>&2 2>&1 1>&3
fi
#---------------------------------------------------------------------