What version of Parcels are you running?
N/A
Is your feature request related to a problem?
Currently the ParticleSet.execute(...,verbose_progress=True) progress bar prints a new line to job logs if run from a non-interactive shell, e.g. from slurm.
Describe the solution you'd like
This could possibly be prevented by catching the type of shell and handling the progress bar accordingly.
Describe alternatives you've considered
No response
Additional context
No response
What version of Parcels are you running?
N/A
Is your feature request related to a problem?
Currently the ParticleSet.execute(...,verbose_progress=True) progress bar prints a new line to job logs if run from a non-interactive shell, e.g. from slurm.
Describe the solution you'd like
This could possibly be prevented by catching the type of shell and handling the progress bar accordingly.
Describe alternatives you've considered
No response
Additional context
No response