Skip to content

Commit

Permalink
Change the way obs bias is staged
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Oct 9, 2024
1 parent 803c0c7 commit 6b02761
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions algorithm/atmosphere/atm_bias_staging.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ mkdir:
copy:
{% for observation_from_jcb in observations %}
{% if use_observer(observation_from_jcb) %}
{% set ob %}
{% include observation_from_jcb + '.yaml.j2' %}
{% endset %}
{% if 'obs bias' in ob %}
- ['{{atmosphere_obsbiasroot_path}}/{{atmosphere_obsbiasin_prefix}}rad_varbc_params.tar', '{{atmosphere_obsbiasin_path}}']
{% if observation_from_jcb in bias_files %}
- ['{{atmosphere_obsbiasroot_path}}/{{atmosphere_obsbiasin_prefix}}{{bias_files[observation_from_jcb]}}', '{{atmosphere_obsbiasin_path}}']
{% endif %}
{% endif %}
{% endfor %}

0 comments on commit 6b02761

Please sign in to comment.