SalishSeaCast / SalishSeaNowcast

Python package associated with running the SalishSeaCast NEMO and other ocean models in near-real-time to produce daily nowcasts/forecasts
https://salishsea.eos.ubc.ca/nemo/
Apache License 2.0
4 stars 3 forks source link

Refactor GRIB and netCDF variables names from grib_to_netcdf to config file #43

Open douglatornell opened 7 years ago

douglatornell commented 7 years ago

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


There are 3 elements in the mapping:

  1. the variable's GRIB file name segment (already in config file)
  2. the variable's name in the GRIB file
  3. the variable's name in the netCDF file we produce

grib_to_netcdf will have to be refactored for sure. If anything other than 1 is chosen as the key, download_weather will also have to be refactored.

douglatornell commented 7 years ago

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed state from "new" to "open"