Skip to content

Commit

Permalink
fix typo (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang authored Oct 27, 2023
1 parent 37d8019 commit a0a3561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysis_data_preprocess/create_OMI-MLS_climo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir $climo_output_path
mkdir $tmp


#Add lon dimention to zonel mean
#Add lon dimention to zonal mean
ncap2 -s 'SCO=O3strat' ${original_data_path}O3strat_ZMK.nc ${time_series_output_path}SCO_200410_201712.nc
#cp ${original_data_path}O3strat_ZMK.nc ${time_series_output_path}SCO_200410_201712.nc
cdo splityear ${time_series_output_path}SCO_200410_201712.nc ${tmp}sco
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Additional back-ends could be implemented if the need arose.
| :align: center | :align: center |
| :target: _static/index/fig21.png | :target: _static/index/fig22.png |
| | |
| Tropical Cyclone Track Density | Annual Cycle Zonel Mean plot |
| Tropical Cyclone Track Density | Annual Cycle Zonal Mean plot |
+--------------------------------------------------------+------------------------------------------------------+
| .. figure:: _static/index/fig23.png | .. figure:: _static/index/fig24.png |
| :align: center | :align: center |
Expand Down
2 changes: 1 addition & 1 deletion e3sm_diags/driver/annual_cycle_zonal_mean_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run_diag(parameter: ACzonalmeanParameter) -> ACzonalmeanParameter:

parameter.var_id = var
parameter.output_file = "-".join([ref_name, var, "Annual-Cycle"])
parameter.main_title = str(" ".join([var, "Zonel Mean Annual Cycle"]))
parameter.main_title = str(" ".join([var, "Zonal Mean Annual Cycle"]))

parameter.viewer_descr[var] = (
test_ac.long_name
Expand Down

0 comments on commit a0a3561

Please sign in to comment.