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
2d786c43
Commit
2d786c43
authored
Dec 12, 2018
by
brunner
Browse files
No commit message
No commit message
parent
d44f0391
Changes
3
Hide whitespace changes
Inline
Side-by-side
da/cosmo/observationoperator.py
View file @
2d786c43
...
...
@@ -118,9 +118,6 @@ class ObservationOperator(object):
# for ncfile in ncfilelist:
# infile = os.path.join(ncfile + '.nc')
hour_time_stamp
=
(
"0"
"336"
,
"504"
)
# hour_time_stamp = ("0_168","168_336","336_504")
# UNCOMMENT FROM HERE
for
dt
in
rrule
.
rrule
(
rrule
.
HOURLY
,
dtstart
=
dacycle
[
'time.start'
]
+
timedelta
(
hours
=
lag
*
168
),
until
=
dacycle
[
'time.start'
]
+
timedelta
(
hours
=
lag
*
168
+
168
)):
...
...
da/rc/carbontracker_
random
.rc
→
da/rc/carbontracker_
cosmo
.rc
View file @
2d786c43
File moved
template.rc
View file @
2d786c43
...
...
@@ -51,7 +51,6 @@ time.nlag : 2
dir.da_run : /scratch/snx3000/parsenov/projname
restartmap.dir : /scratch/snx3000/parsenov/projname/restart
!restartmap.dir : /scratch/snx3000/parsenov/projname/restart/maps
! The resources used to complete the data assimilation experiment. This depends on your computing platform.
! The number of cycles per job denotes how many cycles should be completed before starting a new process or job, this
...
...
@@ -82,7 +81,7 @@ da.system : CarbonTracker
! The specific settings for your system are read from a separate rc-file, which points to the data directories, observations, etc
da.system.rc : da/rc/carbontracker_
random
.rc
da.system.rc : da/rc/carbontracker_
cosmo
.rc
! This flag should probably be moved to the da.system.rc file. It denotes which type of filtering to use in the optimizer
...
...
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