/usr/share/metview/etc/ms_mars.cfg 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 | #
# Definition of the data bases
#
database,
class = netbase,
# Most of the names are aliases, so ECMWF database setup will work at Member States sites
name = msproxy/marsod/marsode/marsrd/marser/marsms/marsth/ecmars,
ecaccess = 1,
# These override environment variables
# eccertport = 443,
# ecaccesshome = "/home/ma/max/ecaccess", # where your ecaccess software is installed
# echost = "ecaccess.ecmwf.int", # your ecaccess gateway
host = ecmars # Not used, only for debug
# This one allows to retrieve data from a file, specifying
# retrieve,source="my file",database=file
database,
class = flatfilebase,
name = file,
visit = false,
port = 0,
host = notused,
obs = 1
|