Proof of concept: EDA control perturb - #856
Open
metdyn wants to merge 85 commits into
Open
Conversation
…r_central_block(None))
+ self.jedi_rendering.add_key('saber_outer_block', self.config.saber_outer_block(None))
ens_mean_var read output from obs perturbed 3d-Var
{% for i in range( 1, models[model_component]['ensemble_num_members'] + 1 ) %}
{% for i in range(1, 5) %}
it is only 50% working
ensemble_block.py two_states.py state_ensemble.py IP.
- select minimal state variables / field_io_names - add `if state == ensemble` selection - correct typo filenames -> filename
…ding input/output dirnames in yaml
2. qd.window_length("PT6H"),
3. geos_atmosphere
background_time_offset:
default_value: PT9H
1. remove localensembleda from tier-1 test 2. disable localensembleda from code test
…ure/ygyu/superset_eda_Lanczos
- use dict to replace string i by j for jedi config dict
nnode=3, nx/ny=4/5; perhost=120
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
After:
this PR can be merged.
The ControlPert class from JEDI oops is used to execute EDA under the concept of incremental data simulation. As a proof of concept, this workflow framework is set up and named eda_controlpert_atmos.
Realistic runs with all observations, however, fail due to memory issues. I can only run a few conventional observations with the Control Pert method. Including IASI and other IR data will force NCCS nodes to reboot, so I have only included aircraft temperature and wind data in the eda_control_pert_tier_1_fast question default. We expect this issue be resolved in oops in the future.
To run EDA control pert, issue command:
The output data structure will contain files such as:
Note
I will continue to clean up the code, once #804 is merged.
Dependencies
Impact
Proof of concept only. Not for full observation runs.