Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress Parcels message about converting data #58

Open
angus-g opened this issue May 18, 2020 · 0 comments
Open

Suppress Parcels message about converting data #58

angus-g opened this issue May 18, 2020 · 0 comments

Comments

@angus-g
Copy link
Owner

angus-g commented May 18, 2020

For longer walltime advection, Parcels will helpfully give us a message like:

INFO:parcels.tools.loggers:Temporary output files are stored in tmp7sqhqa4z.h5.
INFO: You can use "parcels_convert_npydir_to_netcdf tmp7sqhqa4z.h5" to convert these to a NetCDF file during the run.
INFO:parcels.tools.loggers:You can use "parcels_convert_npydir_to_netcdf tmp7sqhqa4z.h5" to convert these to a NetCDF file during the run.

If possible, it would be nice to suppress this, since it doesn't apply in our case. I believe a condition for logging this is to have verbose output enabled, so another option might be to disable verbose output and log the advection progress ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant