-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Bring in latest ADF commit as external 2. generate_cupid_config_for_cesm_case.py now has --adf-output-root argument that lets users specify a place other than ${CASEROOT} for ADF_output/ Also cleaned up comments about start_years and end_years in timeseries.py
- Loading branch information
1 parent
6e85a34
commit 8f06074
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ADF
updated
22 files
+1 −1 | .github/workflows/ADF_unit_tests.yaml | |
+23 −20 | lib/adf_dataset.py | |
+39 −26 | lib/adf_diag.py | |
+27 −26 | lib/adf_info.py | |
+19 −41 | lib/plotting_functions.py | |
+2 −1 | scripts/analysis/aerosol_gas_tables.py | |
+34 −13 | scripts/analysis/amwg_table.py | |
+2 −1 | scripts/averaging/create_TEM_files.py | |
+27 −12 | scripts/averaging/create_climo_files.py | |
+2 −1 | scripts/plotting/cam_taylor_diagram.py | |
+30 −25 | scripts/plotting/global_latlon_map.py | |
+50 −20 | scripts/plotting/global_latlon_vect_map.py | |
+79 −34 | scripts/plotting/global_mean_timeseries.py | |
+5 −5 | scripts/plotting/meridional_mean.py | |
+4 −0 | scripts/plotting/ozone_diagnostics.py | |
+43 −27 | scripts/plotting/polar_map.py | |
+20 −3 | scripts/plotting/qbo.py | |
+6 −3 | scripts/plotting/regional_map_multicase.py | |
+17 −11 | scripts/plotting/tape_recorder.py | |
+2 −1 | scripts/plotting/tem.py | |
+40 −16 | scripts/plotting/zonal_mean.py | |
+11 −9 | scripts/regridding/regrid_and_vert_interp.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters