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
Container Registry
Model registry
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
CTDAS
CTDAS
Commits
f9bc4b09
Commit
f9bc4b09
authored
11 years ago
by
Peters, Wouter
Browse files
Options
Downloads
Patches
Plain Diff
added two missing analysis scripts
parent
41f34822
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
template.py
+3
-1
3 additions, 1 deletion
template.py
with
3 additions
and
1 deletion
template.py
+
3
−
1
View file @
f9bc4b09
...
...
@@ -25,7 +25,7 @@ from da.co2gridded.statevector import CO2GriddedStateVector
#from da.carbondioxide.obs import CO2Observations
from
da.tm5.observationoperator
import
TM5ObservationOperator
from
da.analysis.expand_fluxes
import
save_weekly_avg_1x1_data
,
save_weekly_avg_state_data
,
save_weekly_avg_tc_data
,
save_weekly_avg_ext_tc_data
from
da.analysis.expand_fluxes
import
save_weekly_avg_1x1_data
,
save_weekly_avg_state_data
,
save_weekly_avg_tc_data
,
save_weekly_avg_ext_tc_data
,
save_weekly_avg_agg_data
from
da.analysis.expand_molefractions
import
write_mole_fractions
from
da.analysis.summarize_obs
import
summarize_obs
...
...
@@ -77,6 +77,8 @@ save_weekly_avg_1x1_data(dacycle, statevector)
save_weekly_avg_state_data
(
dacycle
,
statevector
)
save_weekly_avg_tc_data
(
dacycle
,
statevector
)
save_weekly_avg_ext_tc_data
(
dacycle
)
save_weekly_avg_agg_data
(
dacycle
,
region_aggregate
=
'
olson
'
)
save_weekly_avg_agg_data
(
dacycle
,
region_aggregate
=
'
transcom
'
)
write_mole_fractions
(
dacycle
)
summarize_obs
(
dacycle
)
...
...
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