anikfal / postwrf

Visualization and postprocessing of the WRF and ERA5 data
MIT License
54 stars 11 forks source link

RTTOV memory issue in HPC #30

Open ccalvosa opened 9 months ago

ccalvosa commented 9 months ago

Hi everyone,

Thanks for developing this package, it is very useful for creating the RTTOV data.

I'm working in the ECMWF ATOS HPC and I've some memory issues when I'm working in interactive. I tried to launch the postwrf.sh to the queue with sbatch, but the .sh script is interactive and I don't know how to set the configuration without entering when the script asks me.

Is it possible to launch to queue's this package setting before the configuration that I need?

Thanks in advance.

Carlos C.

anikfal commented 9 months ago

Hi,

Yes, there are usually some configurations such as plot color pattern, output file format, etc, which are requested while running the tool. So at the moment you can only run PostWRF in interactive mode.

However, in the next version you will have an option to set these configurations into a file. So you can run it without any interactive prompts. This is now under development.

ccalvosa commented 9 months ago

Thanks anikfal!

Do you have an expected date for the next version?

anikfal commented 9 months ago

Do you have an expected date for the next version?

Probably next month (January 2024).