-
Notifications
You must be signed in to change notification settings - Fork 0
Use Case Summary
Nathan Potter edited this page Apr 26, 2017
·
18 revisions
| Use-Case # | Description | Test Scripts |
|---|---|---|
| 1 | Access the CF-enabled DAP2 Hyrax DDS, DAS and Data responses. | test_1.sh |
| 2 | Access the CF-enabled DAP4 Hyrax DMR and Data responses. | test_2.sh test_2_arch2.sh test_2_arch3.sh |
| 3 | Access the default DAP2 Hyrax DDS, DAS and Data responses. | test_3.sh |
| 4 | Access the default DAP4 Hyrax DMR and Data responses. | test_4.sh |
| 5 | Get netCDF-4 files with the CF-enabled DAP2 Hyrax FileOut netCDF responses. | test_5.sh |
| 6 | This test emulates a subset request for the MERRA2 aggregation in which a single value is retrieved from every aggregation member dataset. Nominal client query: PRECCU[0:1:*][1][1] | test_6.sh test_6_arch2.sh test_6_arch3.sh |
| 7 | This test emulates a subset request for the AIRS aggregation in which a single value is retrieved from every aggregation member dataset. Nominal client query: Temperature_A[0:1:*][1][1][1] | test_7.sh test_7_arch2.sh test_7_arch3.sh |
| 8 | Access the CF-enabled DAP2 Hyrax DDS, DAS and Data responses of an HDF5 file with contiguous storage. | test_8.sh |
| 9 | Access the CF-enabled DAP4 Hyrax DMR and Data responses of an HDF5 file with contiguous storage. | test_9.sh |
| 10 | This test emulates a subset request for the AIRS aggregation in which a 3x6x21 pixel area is retrieved from every aggregation member dataset. In this test the location of the area was chosen such that 2 of the 8 chunks of the variable are required to formulate the response. Nominal client query: Temperature_A[0:1:*][13:1:15][40:1:45][175:1:195] | test_10.sh test_10_arch2.sh test_10_arch3.sh |
| 11 | This test emulates a subset request for the AIRS aggregation in which the requested variable is decimated for every aggregation member dataset. Nominal client query: Temperature_A[0:1:*][0:8:23][0:15:179][0:15:359] | test_11.sh test_11_arch2.sh test_11_arch3.sh |
| 12 | This test emulates a subset request for the MERRA2 aggregation in which a 41x51 pixel area is retrieved from every_aggregation member dataset. In this test the location of the area was chosen such that 4 of the 16 chunks of the variable are required to formulate the response. Nominal client query: PRECCU[0:1:*][160:1:200][245:1:295] | test_12.sh test_12_arch2.sh test_12_arch3.sh |
| 13 | This test emulates a subset request for the MERRA aggregation in which the requested variable is decimated for every aggregation member dataset. Nominal client query: PRECCU[0:1:*][0:60:360][0:8:575][0:15:359] | test_13.sh test_13_arch2.sh test_13_arch3.sh |
| 14 | This test emulates a subset request for the MERRA2 aggregation in which a 40x50 pixel area chosen at random from the target array and is then retrieved from every aggregation member dataset. This is repeated 10 times with a new subset area chosen each time. Nominal client query: PRECCU[0:1:*][160:1:199][245:1:294] | test_14.sh test_14_arch2.sh test_14_arch3.sh |
| 15 | This test emulates a subset request for the AIRS aggregation in which a 40x50 pixel area chosen at random from the target array and is then retrieved from every aggregation member dataset. This is repeated 10 times with a new subset area chosen each time. Nominal client query: Temperature_A[0:1:*][0:8:23][0:1:39][0:1:49] | test_15.sh test_15_arch2.sh test_15_arch3.sh |
| 16 | In this test a 40x50 pixel subset request for the MERRA2 aggregation is placed at a random location the target array and retrieved from the granule file. Each dataset in the list is accessed with a different subset location. Nominal client query: PRECCU[0:1:*][160:1:199][245:1:294] | test_16.sh test_16_arch2.sh test_16_arch3.sh |
| 17 | In this test a 40x50 pixel subset request for the AIRS aggregation is placed at a random location the target array and retrieved from the granule file. Each dataset in the list is accessed with a different subset location. Nominal client query: Temperature_A[0:1:*][0:8:23][0:1:39][0:1:49] | test_17.sh test_17_arch2.sh test_17_arch3.sh |
| 18 | In this test a decimated subset request for 17 variables is made for every file in the MERRA2 aggregation. Nominal client query | test_18.sh test_18_arch2.sh test_18_arch3.sh |
| 19 | In this test a decimated subset request for 30 variables is made for every file in the AIRS aggregation. Nominal client query | test_19.sh test_19_arch2.sh test_19_arch3.sh |
| 20 | In this test all data from 100 of the MERRA2 aggregation files is retrieved. Nominal client subset query: none | test_20.sh test_20_arch2.sh test_20_arch3.sh |
| 21 | In this test all data from 100 of the AIRS aggregation files is retrieved. Nominal client subset query: none | test_21.sh test_21_arch2.sh test_21_arch3.sh |