We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5731672 commit 4100ef3Copy full SHA for 4100ef3
src/access_moppy/mappings/ACCESS-ESM1.6_mappings.json
@@ -2015,17 +2015,14 @@
2015
],
2016
"calculation": {
2017
"type": "formula",
2018
- "operation": "multiply",
+ "operation": "weighted_tile_sum",
2019
"args": [
2020
- {
2021
2022
- "args": [
2023
- "fld_s03i895",
2024
- 0.001
2025
- ]
2026
- },
2027
- "fld_s03i395"
2028
+ "fld_s03i895"
+ ],
+ "kwargs": {
+ "tilefrac": 1.0,
+ "landfrac": "fld_s03i395"
+ }
2029
},
2030
"CF standard Name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change"
2031
0 commit comments