Skip to content
Snippets Groups Projects
Commit e7215a80 authored by lkugler's avatar lkugler
Browse files

docs

parent e8acb8fe
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ def run(iens, begin, end, hist_interval_s=5*60, radt=5, archive=True, ...@@ -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)) sed_inplace(rundir+'/namelist.input', k, end.strftime(v))
print(rundir+'/namelist.input created') print(rundir+'/namelist.input created')
print('runtime:', begin, end, 'output to', archdir) print('WRF namelist begin:', begin, 'end:', end, 'output to', archdir)
######################### #########################
if archive: if archive:
......
...@@ -101,7 +101,7 @@ class ClusterConfig(object): ...@@ -101,7 +101,7 @@ class ClusterConfig(object):
""" """
def __init__(self, exp): def __init__(self, exp):
self.exp = exp # makes derived properties available self.exp = exp # to access the experiment config in here
# defaults # defaults
self.dart_modules = '' self.dart_modules = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment