Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now use get_nearest_model_obs in model vs. obs plots
gcpy/benchmark/modules/benchmark_models_vs_obs.py - Remove imports for find_index, is_cubed_sphere functions - Add import for get_nearest_model_data from gcpy.grid - Updated Pydoc headers, make them more compact - Replace functions get_nearest_model_data_to_obs_cs and get_nearest_model_data_to_obs_ll with get_nearest_model_data_to_obs. This uses the common functiong get_nearest_model_data from grid.py - Rename gc_level_alts_m to gc_levels; also add "Altitude (m)" column - Remove function "which_finder_function", it's not needed - Remove **kwargs argument from calls to "prepare_data_for_plot" and "call_single_station" - Update label of observations to "Surface O3 (EBAS, 2019)" for clarity - Add code updates suggested by Pylint Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information