-
Notifications
You must be signed in to change notification settings - Fork 6
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
Gtm/time series at grid cell #21
base: master
Are you sure you want to change the base?
Conversation
Hi @guilhermeltm , |
I got a similar error to the one I described in the other PR:
as the NC files do not have a |
Script to plot time series for a list of variables at a particular point (lon,lat,vertlevel) and time period from MPAS raw output files.
Usage (optional input arguments may be given, see code):
python3 mpas_time_series_at_point.py --dir /path/to/data
--stream history --lat -2.12 --lon -59.00 --vertlevel 0 --t0 '2021-01-01 00:00:00' --tf '2021-01-02 18:00:00'
--dt 10800 --var swdnb,swupb
TODO: utils.py should contain generally useful functions for postprocessing. Therefore, it should live under MPAS-BR/post_proc/py/.