We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d750383 commit 92ddc58Copy full SHA for 92ddc58
algorithm/aero/aero_bias_staging.yaml.j2
@@ -0,0 +1,10 @@
1
+mkdir:
2
+- '{{aero_obsbiasout_path}}'
3
+copy:
4
+ {% for observation_from_jcb in observations %}
5
+ {% if use_observer(observation_from_jcb) %}
6
+ {% if observation_from_jcb in bias_files %}
7
+ - ['{{aero_obsbiasroot_path}}/{{aero_obsbiasin_prefix}}{{bias_files[observation_from_jcb]}}', '{{aero_obsbiasin_path}}']
8
+ {% endif %}
9
10
+ {% endfor %}
0 commit comments