Skip to content

Commit 4383c31

Browse files
rtodlingDooruk
andauthored
AVHRR - as all IR - needs all surf types in linear model (#468)
Co-authored-by: Doruk Ardağ <38666458+Dooruk@users.noreply.github.com>
1 parent 848e7ac commit 4383c31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/avhrr3_metop-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ obs operator:
2020
CoefficientPath: '{{crtm_coeff_dir}}/'
2121
linear obs operator:
2222
Absorbers: [H2O,O3]
23-
Surfaces: [Water_Temperature]
23+
Surfaces: [Water_Temperature,Land_Temperature,Ice_Temperature,Snow_Temperature]
2424

2525
obs bias:
2626
input file: '{{cycle_dir}}/avhrr3_metop-b.{{background_time}}.satbias.nc4'

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/avhrr3_n18.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ obs operator:
2020
CoefficientPath: '{{crtm_coeff_dir}}/'
2121
linear obs operator:
2222
Absorbers: [H2O,O3]
23-
Surfaces: [Water_Temperature]
23+
Surfaces: [Water_Temperature,Land_Temperature,Ice_Temperature,Snow_Temperature]
2424

2525
obs bias:
2626
input file: '{{cycle_dir}}/avhrr3_n18.{{background_time}}.satbias.nc4'

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/avhrr3_n19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ obs operator:
2020
CoefficientPath: '{{crtm_coeff_dir}}/'
2121
linear obs operator:
2222
Absorbers: [H2O,O3]
23-
Surfaces: [Water_Temperature]
23+
Surfaces: [Water_Temperature,Land_Temperature,Ice_Temperature,Snow_Temperature]
2424

2525
obs bias:
2626
input file: '{{cycle_dir}}/avhrr3_n19.{{background_time}}.satbias.nc4'

0 commit comments

Comments
 (0)