Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
chaedri committed May 15, 2023
1 parent 87c02d9 commit 4dcb5bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
File renamed without changes
41 changes: 0 additions & 41 deletions OverlandFlow.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion overlandflow_usecase
Submodule overlandflow_usecase deleted from 610795
10 changes: 0 additions & 10 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,5 @@ def install_api_key():
topo_config_file.write(topo_key)
print('OpenTopography API Key file is created at {}.'.format(topo_config_path))

# # create CDS API key file
# cds_key = input('Enter Your CDS API Key: ')
# cds_url = 'https://cds.climate.copernicus.eu/api/v2'
# cds_config_content = 'url: {} \nkey: {}'.format(cds_url, cds_key)
# cds_config_path = os.path.join(home_dir, '.cdsapirc')

# with open(cds_config_path, 'w') as cds_config_file:
# cds_config_file.write(cds_config_content)

# print('CDS API Key file is created at {}'.format(cds_config_path))


0 comments on commit 4dcb5bd

Please sign in to comment.