ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

ERA5 data regrid script #2281

Closed paulaharder closed 1 year ago

paulaharder commented 1 year ago

Added two scripts:

  1. cds_era5_daily_averages.py Script gets daily averages from hourly ERA5 data through CDS api
  2. era_process.py: Processes downloaded ERA5 data, by regridding to cubed sphere, coarsening and applying a land/sea mask
AnnaKwa commented 1 year ago

In the top level of fv3net, you can do make setup-hooks to install our precommit hooks to take care of linting issues before pushing to the remote repo.

AnnaKwa commented 1 year ago

The pull request title is used as the commit message when it is merged to master, so could you make it more specific to what this PR is doing? ex. 'add ERA5 data regrid script`