Skip to content

Commit

Permalink
replaced the satbias and conv file name to "@BIASFILE@" and "@COVFILE@"
Browse files Browse the repository at this point in the history
added the localization part in the yaml file
  • Loading branch information
xyzemc committed Oct 18, 2024
1 parent 6031070 commit 480f820
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@
IRVISlandCoeff: IGBP
linear obs operator:
Absorbers: [H2O, O3]
obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 300e3 # orig
obs bias:
input file: data/obs/amsua_n19.satbias.nc4
input file: "@BIASFILE@"
output file: out_amsua_n19.satbias.nc
variational bc:
predictors:
- name: constant
- name: lapseRate
order: 2
tlapse: &amsua_n19_tlapse data/obs/amsua_n19.tlapse.txt
tlapse: &amsua_n19_tlapse "@LAPSEFILE@"
- name: lapseRate
tlapse: *amsua_n19_tlapse
- name: emissivityJacobian
Expand All @@ -51,7 +54,7 @@
step size: 1.0e-4
largest analysis variance: 10000.0
prior:
input file: data/obs/amsua_n19.satbias_cov.nc4
input file: "@COVFILE@"
inflation:
ratio: 1.1
ratio for small dataset: 2.0
Expand Down

0 comments on commit 480f820

Please sign in to comment.