Skip to content

Commit 92ddc58

Browse files
author
ypwang19
committed
add aerosol bias correction staging yaml
1 parent d750383 commit 92ddc58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
{% endif %}
10+
{% endfor %}

0 commit comments

Comments
 (0)