-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
https://github.com/JCSDA-internal/oops/pull/3147 cleans up some legacy ensemble classes in oops, and incidentally also improves the runtime for LETKF/GETKF. It is unclear at this point when it will be merged, as someone needs to figure out why pyiri-jedi is failing with these changes.
When the oops PR is merged, marine analysis recentering will start outputting ensemble increments indexed 1..n (instead 0..n-1) and this would need to be changed accordingly:
GDASApp/parm/marine/marine_ecen_config.yaml.j2
Lines 74 to 75 in f2600d5
| # ocean increments are saved as 0..n-1 | |
| - ['{{ DATA }}/ocn.recenter.ens.{{ (imem-1) | string }}.{{ WINDOW_END | to_isotime }}.PT0S.nc', '{{ COM_OCEAN_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ APREFIX_ENS }}mom6_increment.i006.nc'] |
Reactions are currently unavailable