ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

Remove old-style data options #83

Closed mcgibbon closed 4 years ago

mcgibbon commented 4 years ago

Major changes:

Our codebase has since a while back transitioned to use remote locations. get_default_config and ensure_data_is_downloaded are not referenced anywhere in the fv3net repository. Removing this data will significantly reduce the size of our docker images (by about half). We would also have the option of removing the pre-cached data, since it gets cached automatically in contrast to the old-style data which had to be cached manually.

This has follow-on changes: fv3gfs-fortran: https://github.com/VulcanClimateModeling/fv3gfs-fortran/pull/44 fv3gfs-python: https://github.com/VulcanClimateModeling/fv3gfs-python/pull/83