-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial version argo bathy glider tesac tropicald xbtctd trkob
- Loading branch information
Showing
55 changed files
with
3,034 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
- class_name: "Temperature" | ||
short_name: "seaSurfaceTemperature" | ||
name: "seaSurfaceTemperature" | ||
bufr_mnemonic: "*/SST0" | ||
descriptor: "ObsValue" | ||
units: "degC" | ||
depth_profile_var_name: "" | ||
data_min: -10.0 | ||
data_max: 50.0 | ||
data_error: 0.24 | ||
|
||
- class_name: "Salinity" | ||
short_name: "salinity" | ||
name: "salinity" | ||
bufr_mnemonic: "*/SSS0" | ||
descriptor: "ObsValue" | ||
units: "psu" | ||
depth_profile_var_name: "" | ||
data_min: 0.0 | ||
data_max: 45.0 | ||
data_error: 0.01 | ||
|
||
- class_name: "Longitude" | ||
short_name: "longitude" | ||
name: "Longitude" | ||
bufr_mnemonic: "*/CLONH" | ||
descriptor: "MetaData" | ||
units: "degrees_east" | ||
depth_profile_var_name: "" | ||
data_min: -180.0 | ||
data_max: 180.0 | ||
data_error: 0.0 | ||
|
||
- class_name: "Latitude" | ||
short_name: "latitude" | ||
name: "Latitude" | ||
bufr_mnemonic: "*/CLATH" | ||
descriptor: "MetaData" | ||
units: "degrees_north" | ||
depth_profile_var_name: "" | ||
data_min: -90.0 | ||
data_max: 90.0 | ||
data_error: 0.0 | ||
|
||
- class_name: "DateTime" | ||
short_name: "dateTime" | ||
name: "DateTime" | ||
descriptor: "MetaData" | ||
units: "seconds since 1970-01-01T00:00:00Z" | ||
depth_profile_var_name: "" | ||
data_min: 0 | ||
data_max: 0 | ||
data_error: 0 | ||
bufr_mnemonics: | ||
year: '*/YEAR' | ||
month: '*/MNTH' | ||
day: '*/DAYS' | ||
hour: '*/HOUR' | ||
minute: '*/MINU' | ||
|
||
- class_name: "DateTime" | ||
short_name: "rcptDateTime" | ||
name: "RcptDateTime" | ||
descriptor: "MetaData" | ||
units: "seconds since 1970-01-01T00:00:00Z" | ||
depth_profile_var_name: "" | ||
data_min: 0 | ||
data_max: 0 | ||
data_error: 0 | ||
bufr_mnemonics: | ||
ryear: '*/RCYR' | ||
rmonth: '*/RCMO' | ||
rday: '*/RCDY' | ||
rhour: '*/RCHR' | ||
rminute: '*/RCMI' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
- class_name: "Temperature" | ||
short_name: "waterTemperature" | ||
name: "waterTemperature" | ||
bufr_mnemonic: "*/BTOCN/STMP" | ||
descriptor: "ObsValue" | ||
units: "degC" | ||
depth_profile_var_name: "depth" | ||
data_min: -10.0 | ||
data_max: 50.0 | ||
data_error: 0.24 | ||
|
||
- class_name: "Depth" | ||
short_name: "depth" | ||
name: "Water depth" | ||
bufr_mnemonic: "*/BTOCN/DBSS" | ||
descriptor: "MetaData" | ||
units: "m" | ||
depth_profile_var_name: "depth" | ||
data_min: 0.0 | ||
data_max: 10000.0 | ||
data_error: 0.0 | ||
|
||
- class_name: "Longitude" | ||
short_name: "longitude" | ||
name: "Longitude" | ||
bufr_mnemonic: "*/CLON" | ||
descriptor: "MetaData" | ||
units: "degrees_east" | ||
depth_profile_var_name: "depth" | ||
data_min: -180.0 | ||
data_max: 180.0 | ||
data_error: 0.0 | ||
|
||
- class_name: "Latitude" | ||
short_name: "latitude" | ||
name: "Latitude" | ||
bufr_mnemonic: "*/CLAT" | ||
descriptor: "MetaData" | ||
units: "degrees_north" | ||
depth_profile_var_name: "depth" | ||
data_min: -90.0 | ||
data_max: 90.0 | ||
data_error: 0.0 | ||
|
||
- class_name: "StationID" | ||
short_name: "stationID" | ||
name: "Station Identification" | ||
bufr_mnemonic: "*/RPID" | ||
descriptor: "MetaData" | ||
units: "" | ||
depth_profile_var_name: "depth" | ||
data_min: 0 | ||
data_max: 0 | ||
data_error: 0 | ||
|
||
- class_name: "DateTime" | ||
short_name: "dateTime" | ||
name: "DateTime" | ||
descriptor: "MetaData" | ||
units: "seconds since 1970-01-01T00:00:00Z" | ||
depth_profile_var_name: "depth" | ||
data_min: 0 | ||
data_max: 0 | ||
data_error: 0 | ||
bufr_mnemonics: | ||
year: '*/YEAR' | ||
month: '*/MNTH' | ||
day: '*/DAYS' | ||
hour: '*/HOUR' | ||
minute: '*/MINU' | ||
|
||
- class_name: "DateTime" | ||
short_name: "rcptDateTime" | ||
name: "RcptDateTime" | ||
descriptor: "MetaData" | ||
units: "seconds since 1970-01-01T00:00:00Z" | ||
depth_profile_var_name: "depth" | ||
data_min: 0 | ||
data_max: 0 | ||
data_error: 0 | ||
bufr_mnemonics: | ||
ryear: '*/RCYR' | ||
rmonth: '*/RCMO' | ||
rday: '*/RCDY' | ||
rhour: '*/RCHR' | ||
rminute: '*/RCMI' |
3 changes: 2 additions & 1 deletion
3
test/marine/testinput/bufr2ioda_insitu_profile_argo_2021063006.yaml.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
data_format: subpfl | ||
subsets: SUBPFL | ||
source: NCEP data tank | ||
data_type: argo | ||
cycle_type: gdas | ||
cycle_datetime: '2021063006' | ||
dump_directory: __BUFRINPUTDIR__ | ||
ioda_directory: __IODAOUTPUTDIR__ | ||
ocean_basin: __OCEANBASIN__ | ||
platform_description: 'ARGO profiles from subpfl: temperature and salinity' | ||
data_description: 6-hrly in situ ARGO profiles | ||
data_description_file: "__CONFIGDIR__/subpfl.yaml" | ||
data_provider: U.S. NOAA | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...nsitu_profile_tropical_2019010700.yaml.in → ...situ_profile_tropicald_2019010700.yaml.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
data_format: dbuoy | ||
subsets: dbuoy | ||
source: NCEP data tank | ||
data_type: tropical | ||
data_type: tropicald | ||
cycle_type: gdas | ||
cycle_datetime: '2019010700' | ||
dump_directory: __BUFRINPUTDIR__ | ||
ioda_directory: __IODAOUTPUTDIR__ | ||
ocean_basin: __OCEANBASIN__ | ||
data_description: 6-hrly in situ tropical mooring profiles | ||
platform_description: 'Tropical mooring profiles from dbuoy: temperature and salinity' | ||
data_description_file: "__CONFIGDIR__/dbuoy.yaml" | ||
data_provider: U.S. NOAA | ||
|
14 changes: 14 additions & 0 deletions
14
test/marine/testinput/bufr2ioda_insitu_profile_tropicalmb_2019010700.yaml.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
data_format: dbuoy | ||
source: NCEP data tank | ||
data_type: tropicald | ||
cycle_type: gdas | ||
cycle_datetime: '2019010700' | ||
dump_directory: __BUFRINPUTDIR__ | ||
ioda_directory: __IODAOUTPUTDIR__ | ||
ocean_basin: __OCEANBASIN__ | ||
data_description: 6-hrly in situ tropical mooring profiles | ||
platform_description: 'Tropical mooring profiles from mbuoyb: temperature and salinity' | ||
data_description_file: "__CONFIGDIR__/mbuoyb.yaml" | ||
data_provider: U.S. NOAA | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.