Skip to content

Commit

Permalink
Update YAMLs for aerosol VarBC (#61)
Browse files Browse the repository at this point in the history
This PR updates jcb yamls for aerosol variational bias correction. 

Will add the obs bias section to yamls in observations/aero/ later as
more work is needed to select proper predictors.

Companion PRs:
 - NOAA-EMC/GDASApp#1426
 - NOAA-EMC/global-workflow#3189

Co-authored-by: ypwang19 <[email protected]>
Co-authored-by: Cory Martin <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent bca7454 commit 10a744a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions algorithm/aero/aero_bias_staging.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mkdir:
- '{{aero_obsbiasout_path}}'
copy:
{% for observation_from_jcb in observations %}
{% if use_observer(observation_from_jcb) %}
{% if observation_from_jcb in bias_files %}
- ['{{aero_obsbiasroot_path}}/{{aero_obsbiasin_prefix}}{{bias_files[observation_from_jcb]}}', '{{aero_obsbiasin_path}}']
{% endif %}
{% endif %}
{% endfor %}

0 comments on commit 10a744a

Please sign in to comment.