Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NearRealTimeCTDAS
CTDAS
Commits
cf424e19
Commit
cf424e19
authored
Dec 04, 2018
by
brunner
Browse files
No commit message
No commit message
parent
3cff794d
Changes
2
Hide whitespace changes
Inline
Side-by-side
da/cosmo/pipeline.py
View file @
cf424e19
...
...
@@ -61,11 +61,11 @@ def forward_pipeline(dacycle, platform, dasystem, samples, statevector, obsopera
else
:
sam
=
False
if
'forward.savestate.dir'
in
dacycle
:
fwddir
=
dacycle
[
'forward.savestate.dir
'
]
else
:
logging
.
debug
(
"No forward.savestate.dir key found in rc-file, proceeding with self-constructed prior parameters"
)
fwddir
=
False
#
if 'forward.savestate.dir' in dacycle:
fwddir
=
os
.
path
.
join
(
dacycle
[
'dir.da_run'
],
'output'
,
dacycle
[
'time.start
'
]
)
#
else:
#
logging.debug("No forward.savestate.dir key found in rc-file, proceeding with self-constructed prior parameters")
#
fwddir = False
if
'forward.savestate.legacy'
in
dacycle
:
legacy
=
(
dacycle
[
'forward.savestate.legacy'
].
upper
()
in
[
"TRUE"
,
"T"
,
"YES"
,
"Y"
])
...
...
template.rc
View file @
cf424e19
...
...
@@ -86,7 +86,7 @@ da.system.localization : None
! Info on the observation operator to be used, these keys help to identify the settings for the transport model in this case
da.obsoperator :
TM5
da.obsoperator :
cosmo
!
! The TM5 transport model is controlled by an rc-file as well. The value below refers to the configuration of the TM5 model to
...
...
@@ -97,6 +97,8 @@ da.obsoperator.home : /store/empa/em05/parsenov/cosmo_processing_chain
da.bio.input : /store/empa/em05/parsenov/cosmo_input/vprm/processed
da.obsoperator.rc : ${da.obsoperator.home}/tm5-ctdas-ei-zoom.rc
forward.savestate.exceptsam : TRUE
!
! The number of ensemble members used in the experiment. Valid entries are integers > 2
!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment