Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
999a11a
Merge adf_histogram.py from regrid_se_option branch
brianpm Feb 6, 2025
7c0539f
first attempt to get histograms on web output
brianpm Feb 6, 2025
4c60852
fixing web page generation
brianpm Feb 6, 2025
c411830
provide some bins for OMEGA500
brianpm Feb 6, 2025
5283c78
Merge branch 'NCAR:main' into add_histogram_script
brianpm Mar 6, 2025
e282233
histogram debugging
brianpm Mar 6, 2025
a4d192b
change for latlon maps, move to new branch
brianpm Mar 6, 2025
ff23690
fix logic for redo check
brianpm Mar 6, 2025
4830a66
initial fix and refactor fo polar_map.py
brianpm Mar 7, 2025
5809cdb
remove extra print statements
brianpm Mar 7, 2025
a9f9926
remove non-functional code
brianpm Mar 7, 2025
9251a2b
remove another non-functional line
brianpm Mar 7, 2025
27512bd
Add files via upload
shawnusaf Mar 12, 2025
d4c3c84
Update config_cam_baseline_example.yaml
shawnusaf Mar 12, 2025
42a16fb
check for levels in the variable earlier, improve logic for pressure …
brianpm Mar 13, 2025
fb7f905
refactored global_latlon_map.py; split aod special case into module
brianpm Mar 14, 2025
88f5ffb
fixed missing colon
brianpm Mar 14, 2025
13b1b26
fixed missing newline
brianpm Mar 14, 2025
a281356
fixed continue not in loop. return instead.
brianpm Mar 14, 2025
c8ea1cf
fixed several more typos
brianpm Mar 14, 2025
60d9093
changed import for aod_latlon
brianpm Mar 14, 2025
25cf33c
fixed defining dictionary in dataclass in aod_latlon.py
brianpm Mar 14, 2025
9e44da4
debugging loading reference case for aod plots
brianpm Mar 14, 2025
cb39ab3
debugging loading reference case: try logic to identify reference
brianpm Mar 14, 2025
dba3435
debugging loading reference case: try logic to identify reference
brianpm Mar 14, 2025
945ef94
debugging the plot generation
brianpm Mar 14, 2025
9b7975f
testing and debugging refactors... might be working
brianpm Mar 14, 2025
594fb05
add requirement for xesmf in relation to commit 17524b6
YanchunHe Mar 28, 2025
945f3f7
Merge pull request #360 from NorESMhub/env_for_xesmf
justin-richling Mar 28, 2025
bf158c0
Add ENSO analysis and plot scripts
megandevlan Apr 7, 2025
0d632c8
Update version of ADF conda env
justin-richling Apr 25, 2025
0459bf1
Update README.md for newest env version number
justin-richling Apr 25, 2025
371cfeb
Update conda environment for geocat-comp 2024.04.0
TomasTorsvik May 1, 2025
ee70ddb
Add support for uxarray=2025.03.0
TomasTorsvik May 1, 2025
4b6d118
Merge pull request #391 from TomasTorsvik/feature-update_conda_enviro…
justin-richling Jun 3, 2025
ca9d2a8
Update ADF conda env version number
justin-richling Jun 3, 2025
7b617dd
Docstrings added to create_climo_files.py
brianpm Jun 5, 2025
5fb38a8
Use xr.DataArray.data as arguments to np functions
mnlevy1981 Jun 25, 2025
a51851f
clean up unneeded imports
brianpm Jun 26, 2025
77cb0d9
updated docstrings for regrid_and_vert_interp.py
brianpm Jun 26, 2025
02b62d3
Correct polar map issue with transform_first. Makes faster!
brianpm Jun 27, 2025
a97a188
log_p fix, as in PR #380
brianpm Jun 27, 2025
9d1763a
Merge pull request #374 from megandevlan/ENSO
brianpm Jun 27, 2025
2fcccb4
Merge pull request #398 from brianpm/doc
brianpm Jun 27, 2025
5d90f02
Merge pull request #399 from mnlevy1981/fix_plot_latlon_map_ValueError
brianpm Jun 27, 2025
ea2fdd9
Merge branch 'main' into fix_redo_checking
brianpm Jun 27, 2025
52af4d2
Merge pull request #358 from brianpm/fix_redo_checking
brianpm Jun 27, 2025
cd885ad
merged up to recent main, resolved conflicts in adf_variable_defaults…
brianpm Jun 27, 2025
fea71e2
Merge pull request #356 from brianpm/add_histogram_script
brianpm Jun 27, 2025
3dec31f
Major fixes to the chemistry table budget
Behrooz-Roozitalab Jul 5, 2025
af22255
Remove print statement
justin-richling Jul 23, 2025
faa9b17
Update global_latlon_map.py
justin-richling Jul 23, 2025
eb32086
Fix incorrect colorbar axis
justin-richling Jul 23, 2025
37e3e6c
Merge pull request #359 from shawnusaf/ADF_MOPITT
justin-richling Jul 24, 2025
cc1fd4c
Merge pull request #402 from justin-richling/fix-latlon
justin-richling Jul 31, 2025
df1b1f6
Merge pull request #400 from Behrooz-Roozitalab/chemistry_tables
justin-richling Jul 31, 2025
6d1289e
Keep changes in adf_variable_defaults.yaml
brianpm Aug 1, 2025
e41a3e2
Merge remote-tracking branch 'upstream/main' into cams_burden_obs
brianpm Aug 1, 2025
5b361e7
Added CAMS dust burden as observational reference
brianpm Aug 4, 2025
da0ff48
Added CAMS SEASALT aerosol burden to variable defaults
brianpm Aug 4, 2025
ac03ed4
include BURDENBC (MERRA-2); update units for BURDENs
brianpm Aug 7, 2025
74efbc8
diff colors for BURDENPOM
brianpm Aug 7, 2025
52de5dd
Merge pull request #404 from brianpm/cams_burden_obs
brianpm Aug 7, 2025
aae12cc
Add CALIPSO cloud fields to adf_variable_defaults.yaml
brianpm Aug 7, 2025
85b1aa5
Merge pull request #245 from brianpm/calipso_diags
brianpm Aug 7, 2025
4986caa
Fix incorrect stats in vector plot
justin-richling Aug 28, 2025
67e1a39
Merge pull request #413 from justin-richling/plot_stats_fix
justin-richling Aug 28, 2025
f3b3caa
Add files to .gitignore
Behrooz-Roozitalab Sep 3, 2025
1297f5e
update tropopause definition
Behrooz-Roozitalab Sep 3, 2025
3ae6961
Pull time stamp info out of if statment
justin-richling Sep 9, 2025
7a18bb4
Add method to collect current git info
justin-richling Sep 9, 2025
9c438e7
Add code to gather ADF run info
justin-richling Sep 9, 2025
ad8f3a8
Create ADF run info html page
justin-richling Sep 9, 2025
d13c1e0
update html templates to add run info
justin-richling Sep 9, 2025
c77d69f
Create template_run_info.html
justin-richling Sep 9, 2025
5d5752c
Update adf_info.py
justin-richling Sep 9, 2025
dac8f0c
Update adf_base.py
justin-richling Sep 9, 2025
02e1d0a
Update adf_config.py
justin-richling Sep 9, 2025
98bc4bc
Remove repeated argument
justin-richling Sep 9, 2025
694f52b
Update adf_web.py
justin-richling Sep 9, 2025
85a1811
Update adf_web.py
justin-richling Sep 9, 2025
4a3249e
Update adf_web.py
justin-richling Sep 9, 2025
cf47992
Update title of run info webpage
justin-richling Sep 9, 2025
16cdfc7
Bring in CVDP as external package
justin-richling Sep 17, 2025
d100b79
Merge pull request #418 from NCAR/cupid-cvdp
justin-richling Sep 17, 2025
c1a422e
Remove personal additions from .gitignore based on review
Behrooz-Roozitalab Sep 26, 2025
fdd8399
fixed minor edits in review
Behrooz-Roozitalab Sep 26, 2025
6aff7b6
Make `cvdp_dir` an absolute path for use in `CUPiD`
justin-richling Sep 29, 2025
fc3da88
Move logic of ADF run info to `adf_web.py`
justin-richling Oct 3, 2025
c1d755e
Merge pull request #415 from Behrooz-Roozitalab/chemistry_tables
justin-richling Oct 9, 2025
ac79838
Create new script for ADF-wide utlity methods
justin-richling Oct 15, 2025
af94e77
Create new script for plotting utility methods
justin-richling Oct 15, 2025
9226415
Clean up script to include mostly plotting schemes only
justin-richling Oct 15, 2025
6af6dda
Update all scripts to new utility method calls
justin-richling Oct 15, 2025
1c5bc29
Update all scripts to new utility method calls
justin-richling Oct 15, 2025
f9e425a
Remove unnecessary import
justin-richling Oct 17, 2025
0843217
Clean up code and revert to current ADF methods
justin-richling Oct 17, 2025
4e188e6
Clean up code and bring up to current ADF methods
justin-richling Oct 17, 2025
29d24e9
Update doc strings
justin-richling Oct 17, 2025
a6e05ae
Update doc strings
justin-richling Oct 17, 2025
50ea9a5
Revert erroneous change
justin-richling Oct 17, 2025
05ad667
Clean up doc string
justin-richling Oct 17, 2025
51b4df7
Update webpage titles
justin-richling Oct 23, 2025
70617a8
Remove print statments and update webpage title
justin-richling Oct 23, 2025
4534fb5
Merge pull request #420 from justin-richling/utils-cleanup
justin-richling Oct 23, 2025
9e1a4dc
Merge pull request #416 from justin-richling/adf-run-info
justin-richling Oct 23, 2025
9aa7a5f
Update conda tag to match newest ADF tag
justin-richling Oct 23, 2025
da12dae
Update conda environment prefix to v1.0.0
justin-richling Oct 23, 2025
e027726
Update `README.md` for newest conda env tag
justin-richling Oct 23, 2025
5a03dcc
Reorder CVDP call in run_adf_diag
justin-richling Nov 18, 2025
ee2975b
Merge remote-tracking branch 'upstream/main' into noresm
llsuo Jan 13, 2026
e689887
Merge branch 'noresm' into noresm
YanchunHe Jan 19, 2026
5be3150
Use path for ADF_obs compatible for both nird login and ipcc nodes
YanchunHe Mar 16, 2026
0deba21
Use extended diagnostic recipes by default for NorESM
YanchunHe Mar 16, 2026
60746fe
Merge pull request #1 from YanchunHe/nird_config
llsuo Mar 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ GitHub.sublime-settings
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
.history



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you are using conda on a non-CISL machine, then you can create and activate t

```
conda env create -f env/conda_environment.yaml
conda activate adf_v0.13
conda activate adf_v1.0.0
```

Also, along with these python requirements, the `ncrcat` NetCDF Operator (NCO) is also needed. On the CISL machines this can be loaded by simply running:
Expand Down
2 changes: 2 additions & 0 deletions config_cam_baseline_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ plotting_scripts:
- cam_taylor_diagram
- qbo
- ozone_diagnostics
- MOPITT
#- tape_recorder
#- tem
#- regional_map_multicase #To use this please un-comment and fill-out
Expand All @@ -506,6 +507,7 @@ diag_var_list:
- FLNT
- LANDFRAC
- O3
- CO

#<Add more variables here.>
# MDTF recommended variables
Expand Down
Loading
Loading