Skip to content

Commit

Permalink
Add grdc dir so import ewatercycle does not complain
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 14, 2024
1 parent c527574 commit 7395fb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The eWatercycle Python package (`/etc/ewatercycle.yaml`) and ESMValTool (`~/.esm
- ESMValTool auxiliary data is in `/data/shared/climate-data/aux`
- OBS6 data is in `/data/shared/climate-data/obs6`
- Parameter sets are in `/data/shared/parameter-sets`, used to run models.
- Apptainer images are in `/data/shared/singularity-images`, used to run models.
- GRDC observations are in `/data/shared/observation/grdc/dailies`, used to evaluate model runs.
- Apptainer images are in `/data/shared/singularity-images`, used to run containerized models.
- GRDC observations are in `/data/shared/observation/grdc/dailies`, used `ewatercycle.observation.grdc.get_grdc_data()` function.

## Populating Samba file server

Expand All @@ -44,7 +44,8 @@ This will:
6. Aggregate, cmorize and compress era5 data with custom esmvaltool script
7. Setup rclone for copying data from dcache to file server
8. Create a ewatercycle.yaml which can be used on the Jupyter machines.
9. Create a esmvaltool config file which can be used on the Jupyter machines.
1. Create empty directory `/data/shared/observation/grdc/dailies` where GRDC data can be stored.
9. Create a esmvaltool config file which can be used on the Jupyter machines.

If you have data elsewhere you can sync the data with this file server with

Expand Down
5 changes: 5 additions & 0 deletions roles/prep_shared_data/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
# TODO Make smaller selection
- name: Download climate data
ansible.builtin.include_tasks: climate-data.yml
- name: GRDC placeholder
ansible.builtin.file:
path: '{{ grdc_location }}'
state: directory
mode: 0755

0 comments on commit 7395fb0

Please sign in to comment.