-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration for the low res marine B #66
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've mostly reviewed the changes to the ensemble covariances, and looked through the other changes as well; see comments/questions below.
🎉
model/marine/marine_background_error_hybrid_diffusion_diffusion.yaml.j2
Outdated
Show resolved
Hide resolved
read_from_file: 1 | ||
date: '2021-07-01T00:00:00Z' | ||
basename: ../ensdata/ | ||
ocn_filename: ocn.pert.%mem%.nc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see steric
got dropped from the ocean name, and ice_filename is different too, is that intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
horizontal: | ||
filepath: ./staticb/hz_ocean | ||
vertical: | ||
strategy: duplicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vertical localization changed here compared to previous configuration, is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we don't want vertical localization.
mld_filename: './staticb/ocn.bkgerr_stddev.incr.{{ marine_window_end_iso }}.nc' | ||
gridspec_filename: ./anl_geom/soca_gridspec.nc | ||
restart_filename: './anl_geom/ocn.f009_anl_geom.fc.{{ marine_window_end_iso }}.PT0S.nc' | ||
mld_filename: './anl_geom/ocn.f009_anl_geom.fc.{{ marine_window_end_iso }}.PT0S.nc' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for my education: what does this change mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prepare the vertical localization scales at low res. I'm also not sure why the mld was stored in the bkg err file, this was a mistake. Does that answer your question?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with this, but looks ok
description coming soon ...
Resolves part of NOAA-EMC/GDASApp#1375