Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes added in GEOS to assimilate CrIS-FSR observations from NOAA-21 #169

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

correlated_observations::
! Notes:
! Notes:
! (1) method:
! -1 - leave as is (ie, default R)
! 0 - diag of estimated R only
Expand All @@ -15,6 +15,11 @@ correlated_observations::
cris-fsr_n20 2 0.1719 1.5325 ice cris-fsr_108_v5_rcov.bin
cris-fsr_n20 2 0.1719 1.5325 snow cris-fsr_108_v5_rcov.bin
cris-fsr_n20 2 0.1719 1.5325 mixed cris-fsr_108_v5_rcov.bin
cris-fsr_n21 2 0.1719 1.5325 sea cris-fsr_108_v5_rcov.bin
cris-fsr_n21 2 0.1719 1.5325 land cris-fsr_108_v5_rcov.bin
cris-fsr_n21 2 0.1719 1.5325 ice cris-fsr_108_v5_rcov.bin
cris-fsr_n21 2 0.1719 1.5325 snow cris-fsr_108_v5_rcov.bin
cris-fsr_n21 2 0.1719 1.5325 mixed cris-fsr_108_v5_rcov.bin
cris-fsr_npp 2 0.1719 1.5325 sea cris-fsr_108_v5_rcov.bin
cris-fsr_npp 2 0.1719 1.5325 land cris-fsr_108_v5_rcov.bin
cris-fsr_npp 2 0.1719 1.5325 ice cris-fsr_108_v5_rcov.bin
Expand Down
2,177 changes: 1,293 additions & 884 deletions GEOSaana_GridComp/GSI_GridComp/etc/gmao_global_satinfo.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
amsub_n17 -48.950 1.100 90 10 81
atms_npp -52.725 1.110 96 7 90
atms_n20 -52.725 1.110 96 7 90
atms_n21 -52.725 1.110 96 7 90
mhs_n18 -49.444 1.111 90 10 81
mhs_n19 -49.444 1.111 90 10 81
airs_aqua -48.900 1.100 90 10 81
Expand All @@ -39,6 +38,7 @@
cris_npp -48.330 3.3331 30 1 30
cris-fsr_npp -48.330 3.3331 30 1 30
cris-fsr_n20 -48.330 3.3331 30 1 30
cris-fsr_n21 -48.330 3.3331 30 1 30
ssmis_f16 0.000 1.000 60 1 60
ssmis_f17 0.000 1.000 60 1 60
ssmis_f18 0.000 1.000 60 1 60
Expand Down
453 changes: 431 additions & 22 deletions GEOSaana_GridComp/GSI_GridComp/etc/gmao_global_tlapmean.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions GEOSaana_GridComp/GSI_GridComp/etc/gsi.rc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
>>>AIRCFT_BIAS<<<
/
&OBS_INPUT
dmesh(1)=145.0,dmesh(2)=150.0,dmesh(3)=180.0,time_window_max=3.0,
dmesh(1)=145.0,dmesh(2)=150.0,dmesh(3)=180.0,time_window_max=3.0,
/
OBS_INPUT::
! dfile dtype dplat dsis dval dthin dsfcalc obsclass
prepbufr ps null ps 0.0 0 0 ncep_prep_bufr
prepbufr ps null ps 0.0 0 0 ncep_prep_bufr
prepbufr t null t 0.0 0 0 ncep_prep_bufr
prepbufr_profl t prof t 0.0 0 0 ncep_acftpfl_bufr
prepbufr q null q 0.0 0 0 ncep_prep_bufr
Expand Down Expand Up @@ -172,9 +172,9 @@ OBS_INPUT::
iasibufr iasi metop-c iasi_metop-c 0.0 3 0 ncep_mtiasi_bufr
atmsbufr atms npp atms_npp 0.0 1 0 ncep_atms_bufr
atmsbufr atms n20 atms_n20 0.0 1 0 ncep_atms_bufr
atmsbufr atms n21 atms_n21 0.0 1 0 ncep_atms_bufr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete the atms_n21 line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess my base line does not have that atms_n21 line. I will add that line back.

crisfsrbufr cris-fsr npp cris-fsr_npp 0.0 3 0 ncep_crisfsr_bufr
crisfsrbufr cris-fsr n20 cris-fsr_n20 0.0 3 0 ncep_crisfsr_bufr
crisfsrbufr cris-fsr n21 cris-fsr_n21 0.0 3 0 ncep_crisfsr_bufr
satwndbufr uv null uv 0.0 0 0 ncep_satwnd_bufr
avcspmbufr avhrr n18 avhrr3_n18 0.0 1 0 ncep_avcspm_bufr
avcspmbufr avhrr n19 avhrr3_n19 0.0 1 0 ncep_avcspm_bufr
Expand Down
6 changes: 3 additions & 3 deletions GEOSaana_GridComp/GSI_GridComp/etc/gsi_sens.rc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
>>>AIRCFT_BIAS<<<
/
&OBS_INPUT
dmesh(1)=145.0,dmesh(2)=150.0,dmesh(3)=180.0,time_window_max=3.0,
dmesh(1)=145.0,dmesh(2)=150.0,dmesh(3)=180.0,time_window_max=3.0,
/
OBS_INPUT::
! dfile dtype dplat dsis dval dthin dsfcalc obsclass
prepbufr ps null ps 0.0 0 0 ncep_prep_bufr
prepbufr ps null ps 0.0 0 0 ncep_prep_bufr
prepbufr t null t 0.0 0 0 ncep_prep_bufr
prepbufr_profl t null t 0.0 0 0 ncep_acftpfl_bufr
prepbufr q null q 0.0 0 0 ncep_prep_bufr
Expand Down Expand Up @@ -178,9 +178,9 @@ OBS_INPUT::
iasibufr iasi metop-c iasi_metop-c 0.0 3 0 ncep_mtiasi_bufr
atmsbufr atms npp atms_npp 0.0 1 0 ncep_atms_bufr
atmsbufr atms n20 atms_n20 0.0 1 0 ncep_atms_bufr
atmsbufr atms n21 atms_n21 0.0 1 0 ncep_atms_bufr
crisfsrbufr cris-fsr npp cris-fsr_npp 0.0 3 0 ncep_crisfsr_bufr
crisfsrbufr cris-fsr n20 cris-fsr_n20 0.0 3 0 ncep_crisfsr_bufr
crisfsrbufr cris-fsr n21 cris-fsr_n20 0.0 3 0 ncep_crisfsr_bufr
satwndbufr uv null uv 0.0 0 0 ncep_satwnd_bufr
avcspmbufr avhrr n18 avhrr3_n18 0.0 1 0 ncep_avcspm_bufr
avcspmbufr avhrr n19 avhrr3_n19 0.0 1 0 ncep_avcspm_bufr
Expand Down
Loading
Loading