Skip to content

Commit

Permalink
Set channels without bias correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunj committed Dec 13, 2024
1 parent 1c8c6b8 commit 5f15552
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions observations/atmosphere/amsua_n19.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
obs bias:
input file: "{{atmosphere_obsbiasin_path}}/{{atmosphere_obsbiasin_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasin_suffix}}"
output file: "{{atmosphere_obsbiasout_path}}/{{atmosphere_obsbiasout_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasout_suffix}}"
variables without bc: [brightnessTemperature]
channels: &{{observation_from_jcb}}_not_bias_corrected {{ get_satellite_variable(observation_from_jcb, "not_biascorrtd") }}
variational bc:
predictors:
- name: constant
Expand Down
2 changes: 2 additions & 0 deletions observations/atmosphere/atms_n20.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
obs bias:
input file: "{{atmosphere_obsbiasin_path}}/{{atmosphere_obsbiasin_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasin_suffix}}"
output file: "{{atmosphere_obsbiasout_path}}/{{atmosphere_obsbiasout_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasout_suffix}}"
variables without bc: [brightnessTemperature]
channels: &{{observation_from_jcb}}_not_bias_corrected {{ get_satellite_variable(observation_from_jcb, "not_biascorrtd") }}
variational bc:
predictors:
- name: constant
Expand Down
2 changes: 2 additions & 0 deletions observations/atmosphere/atms_npp.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
obs bias:
input file: "{{atmosphere_obsbiasin_path}}/{{atmosphere_obsbiasin_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasin_suffix}}"
output file: "{{atmosphere_obsbiasout_path}}/{{atmosphere_obsbiasout_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasout_suffix}}"
variables without bc: [brightnessTemperature]
channels: &{{observation_from_jcb}}_not_bias_corrected {{ get_satellite_variable(observation_from_jcb, "not_biascorrtd") }}
variational bc:
predictors:
- name: constant
Expand Down
2 changes: 2 additions & 0 deletions observations/atmosphere/cris-fsr_n20.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
obs bias:
input file: "{{atmosphere_obsbiasin_path}}/{{atmosphere_obsbiasin_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasin_suffix}}"
output file: "{{atmosphere_obsbiasout_path}}/{{atmosphere_obsbiasout_prefix}}{{observation_from_jcb}}{{atmosphere_obsbiasout_suffix}}"
variables without bc: [brightnessTemperature]
channels: &{{observation_from_jcb}}_not_bias_corrected {{ get_satellite_variable(observation_from_jcb, "not_biascorrtd") }}
variational bc:
predictors:
- name: constant
Expand Down

0 comments on commit 5f15552

Please sign in to comment.