Skip to content

Commit

Permalink
per #1713, added instructions to set METPLOTPY_BASE via [user_env_var…
Browse files Browse the repository at this point in the history
…s] in the default METplus config file upon install if necessary
  • Loading branch information
georgemccabe committed Jul 26, 2022
1 parent 27b3bfd commit 3fb8be4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions parm/metplus_config/defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,14 @@ LOG_DEBUG_LINE_FORMAT = {LOG_LINE_FORMAT}
LOG_INFO_LINE_FORMAT = %(asctime)s.%(msecs)03d %(name)s %(levelname)s: %(message)s

LOG_LINE_DATE_FORMAT = %m/%d %H:%M:%S

###############################################################################
# METplotpy Installation Location #
# * Uncomment and set METPLOTPY_BASE to the path where #
# METplotpy is installed. This is not necessary if METplotpy will not be #
# used or if METPLOTPY_BASE is set in the user's environment. #
###############################################################################

[user_env_vars]

#METPLOTPY_BASE= /path/to/METplotpy

0 comments on commit 3fb8be4

Please sign in to comment.