From 03f7c12e16ab26e3e251090c4e440e885f933cb3 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Fri, 24 May 2024 10:38:35 -0700 Subject: [PATCH] add COWVR_STPH8_L2_EDR_V9.0 and COWVR_STPH8_L1_TSDR_V9.0 collections --- config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg | 13 +++++++++++++ config-files/COWVR_STPH8_L2_EDR_V9.0.cfg | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg create mode 100644 config-files/COWVR_STPH8_L2_EDR_V9.0.cfg diff --git a/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg b/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg new file mode 100644 index 0000000..71151f6 --- /dev/null +++ b/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg @@ -0,0 +1,13 @@ +{ + "shortName": "COWVR_STPH8_L1_TSDR_V9.0", + "latVar":"obs_lat", + "lonVar":"obs_lon", + "is360":false, + "footprint":{ + "strategy":"cowvr", + "thinning_fac":200, + "alpha":0.03, + "group":"GeolocationAndFlags" + }, + "footprinter": "forge-py" +} \ No newline at end of file diff --git a/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg b/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg new file mode 100644 index 0000000..87c77a8 --- /dev/null +++ b/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg @@ -0,0 +1,13 @@ +{ + "shortName": "COWVR_STPH8_L2_EDR_V9.0", + "latVar":"obs_lat", + "lonVar":"obs_lon", + "is360":false, + "footprint":{ + "strategy":"cowvr", + "thinning_fac":200, + "alpha":0.03, + "group":"GeolocationAndFlags" + }, + "footprinter": "forge-py" +} \ No newline at end of file