Skip to content

Commit

Permalink
Merge pull request #49 from dlr-pa/feature/default-co2-rf-method
Browse files Browse the repository at this point in the history
Feature/default co2 rf method
  • Loading branch information
stefan-voelk authored Nov 25, 2024
2 parents 804b31c + 470878c commit fd5e8b0
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 91 deletions.
8 changes: 8 additions & 0 deletions docs/source/openairclim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ openairclim.calc\_co2 module
:undoc-members:
:show-inheritance:

openairclim.calc\_cont module
----------------------------

.. automodule:: openairclim.calc_cont
:members:
:undoc-members:
:show-inheritance:

openairclim.calc\_dt module
---------------------------

Expand Down
3 changes: 2 additions & 1 deletion environment_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ dependencies:
- isort
- scipy
- ipympl
- openpyxl
- openpyxl
- deepmerge
1 change: 1 addition & 0 deletions environment_minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dependencies:
- xarray
- netcdf4
- scipy
- deepmerge

6 changes: 2 additions & 4 deletions example/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ N2O.scenario = "SSP2-4.5"
dir = "../repository/"
CO2.response_grid = "0D"
CO2.conc.method = "Sausen&Schumann"
#CO2.rf.method = "IPCC_2001_1" # IPCC 2001, Table 6.2 first row
#CO2.rf.method = "IPCC_2001_2" # IPCC 2001, Table 6.2 second row
#CO2.rf.method = "IPCC_2001_3" # IPCC 2001, Table 6.2 third row
CO2.rf.method = "Etminan_2016" # Etminan et al. 2016
# RF method based on Etminan et al. 2016 is used by default.
#CO2.rf.method = "Etminan_2016"

H2O.response_grid = "2D"
H2O.rf.file = "resp_RF.nc"
Expand Down
Loading

0 comments on commit fd5e8b0

Please sign in to comment.