Bugs in technical Paper Example Notebooks

Aperta
#39 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
jupyter-notebook, python
Ambito
documentation

Direzione di ricerca

Inizia con i notebook di esempio da NB1 a NB4 e con la issue 355 di eWaterCycle collegata. Riproduci gli errori segnalati in NB1, NB2, NB3 e NB4, inclusi gli errori ESMValTool, input/output e globalOptions; il lavoro è completato quando i passaggi interessati del notebook vengono eseguiti senza questi errori.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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'.

Lingua principale
Jupyter Notebook
Stelle
0
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di eWaterCycle/technicalPaperExampleNotebooks

Tutte le issue di eWaterCycle/technicalPaperExampleNotebooks

Issue simili

Altre issue su Documentation

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.