MetOffice / PyPRECIS

PyPRECIS is the python based training environment for Met Office PRECIS training courses.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Inconsistent location for location of data (historical in WS3 but not WS2) #138

Closed nhsavage closed 2 years ago

nhsavage commented 2 years ago

The worksheets build on each other with data written in one worksheet being used in the next. If the location of data being written is not consistent this breaks the workflow.

Worksheet 2 has

Save the new cube as a new netCDF file

OUTDIR = 'data_v2/EAS-22'

while worksheet 3 has:

Directory name where processed data is stored

HISTDIR = 'data_v2/EAS-22/historical'

this needs to be fixed

rosannaamato commented 2 years ago

Replaced OUTDIR with HISTDIR throughout EAS worksheet 2. Fixed in 3f592f9.

nhsavage commented 2 years ago

closed by #143