Skip to content
Snippets Groups Projects
Commit d0de9da5 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

moved figure plotting options to end

parent b6e8427d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment