Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
e7215a80
Commit
e7215a80
authored
10 months ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
e8acb8fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dartwrf/prepare_namelist.py
+1
-1
1 addition, 1 deletion
dartwrf/prepare_namelist.py
dartwrf/utils.py
+1
-1
1 addition, 1 deletion
dartwrf/utils.py
with
2 additions
and
2 deletions
dartwrf/prepare_namelist.py
+
1
−
1
View file @
e7215a80
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
dartwrf/utils.py
+
1
−
1
View file @
e7215a80
...
...
@@ -101,7 +101,7 @@ class ClusterConfig(object):
"""
def
__init__
(
self
,
exp
):
self
.
exp
=
exp
#
makes derived properties availabl
e
self
.
exp
=
exp
#
to access the experiment config in her
e
# defaults
self
.
dart_modules
=
''
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment