We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaf418 commit 206e2ccCopy full SHA for 206e2cc
Testing.md
@@ -36,3 +36,10 @@ The baseline netcdf output is then created with `dump_hotfilm.py`:
36
37
Testing only one channel and 5 minutes saves space in the repository and also
38
saves time running the tests.
39
+
40
+The netcdf input test data is reduced by selecting specific variables with
41
+`ncks`:
42
43
+```sh
44
+ncks -v u_2m_t0,time isfs_m2hats_qc_geo_tiltcor_hr_20230804_160000.nc u_2m_t0_20230804_160000.nc
45
+```
0 commit comments