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

Add GNSSRO bufr2ioda and json files #1448

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 11 additions & 1 deletion parm/atm/jcb-prototype_3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ observations:
- atms_n20
# - atms_npp
- conventional_ps
- gnssro
- gnssro_cosmic2
- gnssro_spire
- gnssro_s6
- gnssro_geoopt
- gnssro_grace
- gnssro_k5
- gnssro_metop
- gnssro_paz
- gnssro_piq
- gnssro_tsx
- gnssro_tdm
# - gpsro
# - iasi_metop-a
# - iasi_metop-b
Expand Down
20 changes: 20 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_cosmic2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "cosmic2",
"satellite_info" : [
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E1", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E1", "satellite_id" : 750 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E2", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E2", "satellite_id" : 751 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E3", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E3", "satellite_id" : 752 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E4", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E4", "satellite_id" : 753 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E5", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E5", "satellite_id" : 754 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "COSMIC-2 E6", "satellite_full_name" : "Constellation Observing System for Meteorology, Ionosphere, and Climate-2 E6", "satellite_id" : 755 }
]
}
16 changes: 16 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_geoopt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "geoopt",
"satellite_info" : [
{ "sensor_name" : "CION", "sensor_full_name" : "CICERO Instrument for GNSS-RO ", "sensor_id" : 526, "satellite_name" : "CICERO-1 OP1", "satellite_full_name" : "Community Initiative for Cellular Earth Remote Observation OP1", "satellite_id" : 265 },
{ "sensor_name" : "CION", "sensor_full_name" : "CICERO Instrument for GNSS-RO ", "sensor_id" : 526, "satellite_name" : "CICERO-1 OP1", "satellite_full_name" : "Community Initiative for Cellular Earth Remote Observation OP2", "satellite_id" : 266 }
]
}
16 changes: 16 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_grace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "grace",
"satellite_info" : [
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "GRACE C", "satellite_full_name" : "Gravity Recovery and Climate Experiment Follow-On C", "satellite_id" : 803 },
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "GRACE D", "satellite_full_name" : "Gravity Recovery and Climate Experiment Follow-On D", "satellite_id" : 804 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_k5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "k5",
"satellite_info" : [
{ "sensor_name" : "IGOR", "sensor_full_name" : "Integrated GPS and Occultation Receiver", "sensor_id" : 103, "satellite_name" : "KOMPSAT-9", "satellite_full_name" : "Korean Multi-Purpose Satellite", "satellite_id" : 825}
]
}
17 changes: 17 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_metop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "metop",
"satellite_info" : [
{ "sensor_name" : "GRAS", "sensor_full_name" : "GNSS Receiver for Atmospheric Sounding", "sensor_id" : 202, "satellite_name" : "MetOp-B", "satellite_full_name" : "Meteorological Operational satellite B", "satellite_id" : 3 },
{ "sensor_name" : "GRAS", "sensor_full_name" : "GNSS Receiver for Atmospheric Sounding", "sensor_id" : 202, "satellite_name" : "MetOp-A", "satellite_full_name" : "Meteorological Operational satellite A", "satellite_id" : 4 },
{ "sensor_name" : "GRAS", "sensor_full_name" : "GNSS Receiver for Atmospheric Sounding", "sensor_id" : 202, "satellite_name" : "MetOp-C", "satellite_full_name" : "Meteorological Operational satellite C", "satellite_id" : 5 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_paz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "paz",
"satellite_info" : [
{ "sensor_name" : "IGOR", "sensor_full_name" : "Integrated GPS and Occultation Receiver", "sensor_id" : 103, "satellite_name" : "PAZ", "satellite_full_name" : "Paz satellite", "satellite_id" : 44}
]
}
16 changes: 16 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_piq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "piq",
"satellite_info" : [
{ "sensor_name" : "Pyxis-RO", "sensor_full_name" : "Pyxis-RO", "sensor_id" : 534, "satellite_name" : "PlanetIQ", "satellite_full_name" : "PLANETIQ GNOMES-A", "satellite_id" : 267 },
{ "sensor_name" : "Pyxis-RO", "sensor_full_name" : "Pyxis-RO", "sensor_id" : 534, "satellite_name" : "PlanetIQ", "satellite_full_name" : "PLANETIQ GNOMES-B", "satellite_id" : 268 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_s6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "s6",
"satellite_info" : [
{ "sensor_name" : "Tri-G", "sensor_full_name" : "Triple-G", "sensor_id" : 104, "satellite_name" : "Sentinel-6A", "satellite_full_name" : "Sentinel-6 Michael Freilich", "satellite_id" : 66 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_spire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "spire",
"satellite_info" : [
{ "sensor_name" : "STRATOS", "sensor_full_name" : "STRATOS", "sensor_id" : 530, "satellite_name" : "Spire", "satellite_full_name" : "SPIRE LEMUR 3U CUBESAT", "satellite_id" : 269 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_tdm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "tdm",
"satellite_info" : [
{ "sensor_name" : "IGOR", "sensor_full_name" : "Integrated GPS and Occultation Receiver", "sensor_id" : 103, "satellite_name" : "TanDEM-X", "satellite_full_name" : "TerraSAR-X add-on for Digital Elevation Measurement", "satellite_id" : 43 }
]
}
15 changes: 15 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gnssro_tsx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "Satellite radio occultation data",
"data_provider" : "U.S. NOAA",
"mission" : "tsx",
"satellite_info" : [
{ "sensor_name" : "IGOR", "sensor_full_name" : "Integrated GPS and Occultation Receiver", "sensor_id" : 103, "satellite_name" : "TerraSAR-X", "satellite_full_name" : "X-band TerraSAR satellite", "satellite_id" : 42 }
]
}
Loading