Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c47bbb3
Merge pull request #1 from NCAR/main
adagj Nov 6, 2024
70cf4b5
Included NorESM aerosol diagnostics
Nov 6, 2024
27efb1b
Included timeseries capabilities
adagj Nov 8, 2024
c0f958c
Fixed bug in adf_web
adagj Nov 8, 2024
4e3eaf3
Included categories in the timeseries web site
adagj Nov 8, 2024
595ba5d
Included emissions and surface burden in the timeseries
adagj Nov 8, 2024
a64c36e
'minor updates from Steve's review'
adagj Jan 17, 2025
0b85b61
Merge pull request #4 from adagj/main
adagj Jan 21, 2025
f580f16
update environment and sample config for the IPCC node installation
YanchunHe Jan 30, 2025
33a49fb
merge NCAR ADF/main to NorESMHub/ADF/adf_noresm_stuff (draft)
YanchunHe Mar 7, 2025
db86ac4
resolve the conflicts when merging the adf_noresm_stuff and NCAR/ADF
llsuo Mar 26, 2025
fd30c10
resolve the conflicts when merging the adf_noresm_stuff and NCAR/ADF …
llsuo Apr 11, 2025
8655061
Feature update noresm from main (#14)
TomasTorsvik May 8, 2025
cfc66dc
fix a bug in make_plot function
llsuo May 21, 2025
2e65133
Merge pull request #15 from llsuo/noresm
llsuo May 21, 2025
eb88adf
Update ADF environment to adf_v0.13
TomasTorsvik Jun 4, 2025
53cbecd
Merge pull request #16 from TomasTorsvik/feature-update_noresm_env
llsuo Jun 4, 2025
3f45f22
Add safe_contourf_or_pcolormesh fallback function to improve plotting…
llsuo Jun 13, 2025
f4df82a
Merge pull request #18 from llsuo/noresm
llsuo Jun 13, 2025
71ccc6b
update template configure for installation on the ipcc node
YanchunHe Sep 17, 2025
db7b44b
Update README.md
adagj Sep 30, 2025
c23e5cd
update configuration on the ipcc node (for test only)
YanchunHe Sep 30, 2025
06c2150
update path on the ipcc node as the NS16000B link is missing
YanchunHe Oct 2, 2025
848a6a5
Fix: add safe error handling in Taylor diagram and global mean plots;
llsuo Nov 12, 2025
9e9707e
Resolve conflict: keep upstream config_noresm_ipcc.yaml
llsuo Nov 12, 2025
1b38f3f
Merge pull request #20 from llsuo/noresm
llsuo Nov 13, 2025
2fc7021
merge updates from NCAR/main (#24)
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
1 change: 1 addition & 0 deletions .github/workflows/ADF_linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
env:
PR_NUMBER: ${{ github.event.number }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: .github/scripts/pr_mod_file_tests.py --access_token $ACCESS_TOKEN --pr_num $PR_NUMBER --rcfile lib/test/pylintrc --pylint_level 9.5

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.11
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