From 92ddc58974c6489b0e5fbc192552109654eec1fe Mon Sep 17 00:00:00 2001 From: ypwang19 Date: Mon, 23 Dec 2024 20:58:38 +0000 Subject: [PATCH] add aerosol bias correction staging yaml --- algorithm/aero/aero_bias_staging.yaml.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 algorithm/aero/aero_bias_staging.yaml.j2 diff --git a/algorithm/aero/aero_bias_staging.yaml.j2 b/algorithm/aero/aero_bias_staging.yaml.j2 new file mode 100644 index 0000000..3a3187f --- /dev/null +++ b/algorithm/aero/aero_bias_staging.yaml.j2 @@ -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 %}