Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
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
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NearRealTimeCTDAS
CTDAS
Commits
2d786c43
Commit
2d786c43
authored
6 years ago
by
brunner
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
d44f0391
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
da/cosmo/observationoperator.py
+0
-3
0 additions, 3 deletions
da/cosmo/observationoperator.py
da/rc/carbontracker_cosmo.rc
+0
-0
0 additions, 0 deletions
da/rc/carbontracker_cosmo.rc
template.rc
+1
-2
1 addition, 2 deletions
template.rc
with
1 addition
and
5 deletions
da/cosmo/observationoperator.py
+
0
−
3
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
)):
...
...
This diff is collapsed.
Click to expand it.
da/rc/carbontracker_
random
.rc
→
da/rc/carbontracker_
cosmo
.rc
+
0
−
0
View file @
2d786c43
File moved
This diff is collapsed.
Click to expand it.
template.rc
+
1
−
2
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
...
...
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