Skip to content

Commit

Permalink
add defaults for new scalar standard variables (#101)
Browse files Browse the repository at this point in the history
* add defaults for new scalar standard variables

* test python 3.13
  • Loading branch information
jornbr authored Nov 26, 2024
1 parent d59c507 commit c58c0e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions util/developers/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ runoff/source: 0 # for MOPS
cfc11/x_A: 0 # for bb/gas
cfc12/x_A: 0 # for bb/gas
sf6/x_A: 0 # for bb/gas
number_of_days_in_year: 365
maximum_time_step: 86400

0 comments on commit c58c0e7

Please sign in to comment.