From 2ecc5929d5607b0521dad9a15b4a4b9baa247c01 Mon Sep 17 00:00:00 2001 From: zarzycki Date: Wed, 16 Nov 2022 17:56:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6e70f4..d2afdaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ExTraTrack v0.19 +# ExTraTrack ## aka the Extratropical Transition (tropical cyclone) Tracker @@ -110,7 +110,7 @@ The time dimension must be the record dimension and have a CF-compliant units at Files may only be split along the time dimension. In other words, PSL, UBOT, VBOT, and Z at time t must be on the same file, but files can be split to have a single time per file, 4 times per file, 1460 times per file, etc. Any files with more than one month of data will occur additional memory overhead, so daily/weekly/monthly are preferred. -Example ERA-I files that are compliant are included in `./sample_data/` +Example ERA-I files that are compliant are included in the example tar.gz file listed above. Users may modify the data ingestion within `reanalysis_et_cyclone_traj.ncl` but only the above format will be supported.