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.
problem to use trondkr python codes(era5)-Kate
problem to use trondkr python codes(era5)-Kate
- Attachments
-
- log py.txt
- (10.1 KiB) Downloaded 216 times
Re: problem to use trondkr python codes(era5)-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.
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.
Re: problem to use trondkr python codes(era5)-Kate
I also find this problem and have posted an issue on GitHub, now the problem has been fixed, hope you can use it.