Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 892 Bytes

operation.md

File metadata and controls

36 lines (22 loc) · 892 Bytes

Operation

Generating the database

‼️ Important

Generating the database is a pre-requesite to all other functionality.

This software manages a database covering the full climatology in the form of a pickle file.

Initializing

TODO

Updating

TODO

Run update_data.py to update the database.

Generating Antarctica Today maps

The one set of files that is required but not generated by this code are the 37h threshold binaries provided by Tom Mote.

  1. Download all NSIDC-0080 faily granules using nsidc_download_Tb_data.py
  • For data before 2016, NSIDC-0001 and NSIDC-0007 are used.
  1. Generate all the daily melt binary files using generate_daily_melt_file.py
  • Binaries provided in data/daily_melt_bin_files already calibrated by Tom Mote for pre 2016 dates.
  1. Run the main script with --preprocess flag
  2. Run the main script