From e7215a80791276c68e2dd79b17b24e03479865f7 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 27 May 2024 13:17:34 +0200 Subject: [PATCH] docs --- dartwrf/prepare_namelist.py | 2 +- dartwrf/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dartwrf/prepare_namelist.py b/dartwrf/prepare_namelist.py index e66a254..1780db2 100755 --- a/dartwrf/prepare_namelist.py +++ b/dartwrf/prepare_namelist.py @@ -58,7 +58,7 @@ def run(iens, begin, end, hist_interval_s=5*60, radt=5, archive=True, sed_inplace(rundir+'/namelist.input', k, end.strftime(v)) print(rundir+'/namelist.input created') - print('runtime:', begin, end, 'output to', archdir) + print('WRF namelist begin:', begin, 'end:', end, 'output to', archdir) ######################### if archive: diff --git a/dartwrf/utils.py b/dartwrf/utils.py index a74aeed..2e3f766 100755 --- a/dartwrf/utils.py +++ b/dartwrf/utils.py @@ -101,7 +101,7 @@ class ClusterConfig(object): """ def __init__(self, exp): - self.exp = exp # makes derived properties available + self.exp = exp # to access the experiment config in here # defaults self.dart_modules = '' -- GitLab