Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PE_CBL
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
Stefano Serafin
PE_CBL
Commits
d0de9da5
Commit
d0de9da5
authored
10 months ago
by
Stefano Serafin
Browse files
Options
Downloads
Patches
Plain Diff
moved figure plotting options to end
parent
b6e8427d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PE_CBL.py
+14
-14
14 additions, 14 deletions
PE_CBL.py
with
14 additions
and
14 deletions
PE_CBL.py
+
14
−
14
View file @
d0de9da5
...
...
@@ -95,20 +95,6 @@ if __name__ == '__main__':
assert
np
.
mod
(
default_da_settings
[
'
assimilation_interval
'
],
integration_dt
)
==
0
,
\
"
Assimilation interval must be an integer multiplier of model dt
"
# Decide what figures to plot
fig01
=
False
fig02
=
False
fig03
=
False
fig04
=
False
fig05
=
False
fig06
=
False
fig07
=
False
fig08
=
True
# Other possible, optional, plots
opt01
=
False
# assimilation of a single observation
opt02
=
False
# assimilation of profiles at two times
# Whether or not to run experiments without parameter estimation
# Applies only to sets B&C; no-PE run is always computed for experiments A&D
noPE_runs
=
False
...
...
@@ -423,6 +409,20 @@ if __name__ == '__main__':
########################################################################
# Decide what figures to plot
fig01
=
False
fig02
=
False
fig03
=
False
fig04
=
False
fig05
=
False
fig06
=
False
fig07
=
False
fig08
=
True
# Other possible, optional, plots
opt01
=
False
# assimilation of a single observation
opt02
=
False
# assimilation of profiles at two times
if
fig01
:
# Create a copy of the default settings
...
...
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