Skip to content

Commit

Permalink
Updated instructions to use ERA5 reanalysese
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioDioguardi committed Sep 25, 2024
1 parent f549c8e commit b4fb5a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ Weather data software:
- CDSAPI client key (required for ERA5 data and reanalysis mode)
The user needs to register to: https://cds.climate.copernicus.eu/cdsapp#!/home
Once the registration is approved, to get the data follow the instructions here: https://confluence.ecmwf.int/display/CKB/How+to+download+ERA5
The user needs to register to: https://cds-beta.climate.copernicus.eu/
Once the registration is approved, to get the data follow the instructions here: https://confluence.ecmwf.int/display/CKB/Climate+Data+Store+%28CDS%29+documentation
The user needs to install the personal key in a .cdsapirc file, to save in different locations depending on the OS. Please read the instructions.
Expand Down
6 changes: 3 additions & 3 deletions weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
def read_arguments():
parser = argparse.ArgumentParser(description='Input data',
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument('-M', '--mode', default='reanalysis', help='Possible options: reanalysis, forecast. If '
'reanalysis, either ERA5 or WST options should be on. \n If forecast, GFS data will be '
'downloaded and processed')
parser.add_argument('-M', '--mode', default='reanalysis', help='Possible options: reanalysis, forecast, inversion. '
'If reanalysis or inversion, either ERA5 or WST options should be on. \n If forecast, GFS data '
'will be downloaded and processed') # FABIO: da qui, nuova modalità "inversion"
parser.add_argument('-RT', '--run_type', default='new', help='Specify if the simulation is a new one or a restart. '
'Possible options are: new, restart')
parser.add_argument('-CS', '--continuous_simulation', default='False', help='Specify if the simulation is '
Expand Down

0 comments on commit b4fb5a3

Please sign in to comment.