Bugs in technical Paper Example Notebooks

Abierto
#39 6 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
jupyter-notebook, python

Línea de trabajo

Comienza con los notebooks de ejemplo NB1 a NB4 y el issue 355 de eWaterCycle enlazado. Reproduce los fallos informados en NB1, NB2, NB3 y NB4, incluidos los errores de ESMValTool, input/output y globalOptions; se considera terminado cuando los pasos afectados del notebook se ejecuten sin estos errores.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I checked the Example Notebooks, and found some bugs:

  • 1.The main problem is still the issue with generating forcing using ESMValTool (see this issue). There seems to be something wrong with the temperature data. This is the log that I get from example NB1:

        ERROR   [3482181] Failed to run preprocessor function 'save' on the data
        [<iris 'Cube' of air_temperature / (K) (time: 10592; latitude: 9; longitude: 7)>]
        loaded from original input file(s)
        [LocalFile('/mnt/data/climate-data/obs6/Tier3/ERA5/OBS6_ERA5_reanaly_1_day_tas_1990-1990.nc'),
         LocalFile('/mnt/data/climate-data/obs6/Tier3/ERA5/OBS6_ERA5_reanaly_1_day_tas_19900101-19901231.nc'),
         LocalFile('/mnt/data/climate-data/obs6/Tier3/ERA5/OBS6_ERA5_reanaly_1_day_tas_1991-1991.nc'),
         LocalFile('/mnt/data/climate-data/obs6/Tier3/ERA5/OBS6_ERA5_reanaly_1_day_tas_1992-1992.nc')]
        (and 26 further file(s) not shown here; refer to the debug log for a full list)
        with function argument(s)
        compress = False,
        filename = PosixPath('/home/vhoogeland/technicalPaperExampleNotebooks/esmvaltool_output/recipe_marrmot_20230728_122744/preproc/diagnostic_daily/tas/OBS6_ERA5_reanaly_1_day_tas_1990-2018.nc')
        ERROR   [3477466] No such comm target registered: jupyter.widget.control
        WARNING [3477466] No such comm: fc0ceb52-d861-433e-9279-70a996fbfd43
    
  • 2. When I run this in NB2:

        cfg_file, cfg_dir = model.setup(end_time=experiment_end_date)
    

And this in NB3:

      observations_df, metadata = ewatercycle.observation.grdc.get_grdc_data(
          station_id,
          start_time=experiment_start_date,
          end_time=experiment_end_date,
      )

I get an [Errno 5] Input/output error. (Is this related to the disk space?)

  • 3. In NB4, when I run this:

      reference = ewatercycle.models.PCRGlobWB(version="setters", parameter_set=experiment_parameterset)
    

I get the following error: NoSectionError: No section: 'globalOptions'.

Lenguaje dominante
Jupyter Notebook
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de eWaterCycle/technicalPaperExampleNotebooks

Todos los issues de eWaterCycle/technicalPaperExampleNotebooks

Issues similares

Más issues de Documentation

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.