Skip to content

Commit 63fbbc7

Browse files
committed
fix calculate differ in esm1-5 mapping
1 parent 684f6b5 commit 63fbbc7

1 file changed

Lines changed: 19 additions & 39 deletions

File tree

src/access_moppy/mappings/ACCESS-ESM1-5_mappings.json

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6020,19 +6020,13 @@
60206020
"type": "formula",
60216021
"operation": "multiply",
60226022
"args": [
6023-
{
6024-
"operation": "multiply",
6025-
"args": [
6026-
"dic",
6027-
1000
6028-
]
6029-
},
6030-
1.035
6023+
"dic",
6024+
0.001
60316025
]
60326026
},
60336027
"CF standard Name": "mass_concentration_of_dissolved_inorganic_carbon_in_sea_water",
60346028
"model_variable_units": {
6035-
"dic": "mol kg-1"
6029+
"dic": "mmol m-3"
60366030
}
60376031
},
60386032
"dissicos": {
@@ -6155,12 +6149,16 @@
61556149
"pprod_gross_2d"
61566150
],
61576151
"calculation": {
6158-
"type": "direct",
6159-
"formula": "pprod_gross_2d"
6152+
"type": "formula",
6153+
"operation": "multiply",
6154+
"args": [
6155+
"pprod_gross_2d",
6156+
0.001
6157+
]
61606158
},
61616159
"CF standard Name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton",
61626160
"model_variable_units": {
6163-
"pprod_gross_2d": "mol m-2 s-1"
6161+
"pprod_gross_2d": "mmolN m-2 s-1"
61646162
}
61656163
},
61666164
"no3": {
@@ -6179,19 +6177,13 @@
61796177
"type": "formula",
61806178
"operation": "multiply",
61816179
"args": [
6182-
{
6183-
"operation": "multiply",
6184-
"args": [
6185-
"no3",
6186-
1000
6187-
]
6188-
},
6189-
1.035
6180+
"no3",
6181+
0.001
61906182
]
61916183
},
61926184
"CF standard Name": "mole_concentration_of_nitrate_in_sea_water",
61936185
"model_variable_units": {
6194-
"no3": "mol kg-1"
6186+
"no3": "mmol m-3"
61956187
}
61966188
},
61976189
"no3os": {
@@ -6248,19 +6240,13 @@
62486240
"type": "formula",
62496241
"operation": "multiply",
62506242
"args": [
6251-
{
6252-
"operation": "multiply",
6253-
"args": [
6254-
"o2",
6255-
1000
6256-
]
6257-
},
6258-
1.035
6243+
"o2",
6244+
0.001
62596245
]
62606246
},
62616247
"CF standard Name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water",
62626248
"model_variable_units": {
6263-
"o2": "mol kg-1"
6249+
"o2": "mmol m-3"
62646250
}
62656251
},
62666252
"phycos": {
@@ -6370,19 +6356,13 @@
63706356
"type": "formula",
63716357
"operation": "multiply",
63726358
"args": [
6373-
{
6374-
"operation": "multiply",
6375-
"args": [
6376-
"alk",
6377-
1000
6378-
]
6379-
},
6380-
1.035
6359+
"alk",
6360+
0.001
63816361
]
63826362
},
63836363
"CF standard Name": "sea_water_alkalinity_expressed_as_mole_equivalent",
63846364
"model_variable_units": {
6385-
"alk": "mol kg-1"
6365+
"alk": "mmol m-3"
63866366
}
63876367
},
63886368
"zooc": {

0 commit comments

Comments
 (0)