Skip to content

Commit 05a2271

Browse files
committed
Merge branch 'develop' into feature/variable_names_part4
2 parents 7df2fce + 43c63b1 commit 05a2271

31 files changed

+36
-36
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following YAML snippet demonstrates the use of `VarObsWriter`. <ObsGroup> st
5858
ObsDataIn:
5959
obsfile: observations.nc4
6060
simulate:
61-
variables: [surface_pressure]
61+
variables: [air_pressure_at_surface]
6262
- Filter: VarObs Writer
6363
# The filter will output an <ObsGroup>.varobs file
6464
# in the directory specified in the output_directory option.
@@ -94,7 +94,7 @@ And here is a YAML snippet demonstrating the use of `CxWriter`.
9494
ObsDataIn:
9595
obsfile: observations.nc4
9696
simulate:
97-
variables: [surface_pressure]
97+
variables: [air_pressure_at_surface]
9898
- Filter: Cx Writer
9999
# The filter will output an <ObsGroup>.cx file
100100
# in the directory specified in the output_directory option.

Diff for: test/generate_unittest_netcdfs.py

+34-34
Large diffs are not rendered by default.

Diff for: test/testinput/001_SurfaceCxField_Orog.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/002_SurfaceCxField_pstar.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_abiclr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_ahiclr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_aircraft.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_amsr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_atms.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_atovs.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_gmihigh.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_gmilow.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_gnssro.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_groundgps.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_iasi.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_mwsfy3.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_oceanwinds.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_sattcwv.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_scatwind.nc4

-284 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_screen.nc4

-332 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_seviriclr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_sonde.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_ssmis.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_globalnamelist_surface.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_radar_doppler_wind.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_radar_reflectivity.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_seviriasr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_seviriclr.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_sonde.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_surface.nc4

0 Bytes
Binary file not shown.

Diff for: test/testinput/cx_ukvnamelist_surfacecloud.nc4

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)