problem to use trondkr python codes(era5)-Kate

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
javadi
Posts: 115
Joined: Mon Jan 27, 2020 5:55 pm
Location: UoT

problem to use trondkr python codes(era5)-Kate

#1 Unread post by javadi »

Hi all

I try to extract data from era5 using https://github.com/trondkr/ERA5-ROMS

When running ECMWF_tools.py, I have seen roughly 10 variables(instead of 13) that are extracted and converted. But, I have faced this error


File "/usr/lib/python3.8/multiprocessing/pool.py", line 771, in get
raise self._value
NameError: name 'out_filename' is not defined

detail is in log.py

I am not sure what is the reason for it. I have tests for both kate or Rutgers and changed the self.options to False. The problem is the same.
Attachments
log py.txt
(10.1 KiB) Downloaded 123 times

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: problem to use trondkr python codes(era5)-Kate

#2 Unread post by kate »

Have you considered asking on github? Or asking Trond?

For ERA5, I am using the tools in https://github.com/jsimkins2/nwa25. The README in setup/forcing
has a link to how to download files. Once they are downloaded, we do several operations on them before
using them to force the model. All the codes are in that directory, but you'll have to subset differently
for domains other than the NW Atlantic.

Zrj_tio98
Posts: 2
Joined: Mon Nov 22, 2021 11:05 pm
Location: NUIST

Re: problem to use trondkr python codes(era5)-Kate

#3 Unread post by Zrj_tio98 »

I also find this problem and have posted an issue on GitHub, now the problem has been fixed, hope you can use it.

Post Reply