Skip to content
Snippets Groups Projects
Commit 68b1f882 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

extra var needed

parent 522dbff1
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'bio_flux_prior_cov' : {'name' : 'bio_flux_prior_cov',\
'units' : '[mol region-1 s-1]^2' ,\
'units' : '[mol m-2 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , not optimized ', \
'comment' : 'time-interval average, centered on times in the date axis', \
'standard_name' : '', \
......@@ -62,7 +62,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'bio_flux_prior_ensemble' : {'name' : 'bio_flux_prior_ensemble',\
'units' : '[mol region-1 s-1]' ,\
'units' : '[mol m-2 s-1]' ,\
'long_name' : 'Ensemble of surface flux of carbon dioxide, terrestrial vegetation , not optimized ', \
'comment' : "This is the matrix square root, use (M x M^T)/(nmembers-1) to make covariance", \
'standard_name' : '', \
......@@ -71,7 +71,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'bio_flux_opt_cov' : {'name' : 'bio_flux_opt_cov',\
'units' : '[mol region-1 s-1]^2' ,\
'units' : '[mol m-2 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , optimized ', \
'comment' : 'time-interval average, centered on times in the date axis', \
'standard_name' : '', \
......@@ -80,7 +80,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'bio_flux_opt_ensemble' : {'name' : 'bio_flux_opt_ensemble',\
'units' : '[mol region-1 s-1]' ,\
'units' : '[mol m-2 s-1]' ,\
'long_name' : 'Ensemble of surface flux of carbon dioxide, terrestrial vegetation , optimized ', \
'comment' : "This is the matrix square root, use (M x M^T)/(nmembers-1) to make covariance", \
'standard_name' : '', \
......@@ -89,7 +89,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'ocn_flux_prior_cov' : {'name' : 'ocn_flux_prior_cov',\
'units' : '[mol region-1 s-1]^2' ,\
'units' : '[mol m-2 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , not optimized ', \
'comment' : 'time-interval average, centered on times in the date axis', \
'standard_name' : '', \
......@@ -98,7 +98,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'ocn_flux_prior_ensemble' : {'name' : 'ocn_flux_prior_ensemble',\
'units' : '[mol region-1 s-1]' ,\
'units' : '[mol m-2 s-1]' ,\
'long_name' : 'Ensemble of surface flux of carbon dioxide, open ocean , not optimized ', \
'comment' : "This is the matrix square root, use (M x M^T)/(nmembers-1) to make covariance", \
'standard_name' : '', \
......@@ -107,7 +107,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'ocn_flux_opt_cov' : {'name' : 'ocn_flux_opt_cov',\
'units' : '[mol region-1 s-1]^2' ,\
'units' : '[mol m-2 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , optimized ', \
'comment' : 'time-interval average, centered on times in the date axis', \
'standard_name' : '', \
......@@ -116,7 +116,7 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'count' : 0 \
} , \
'ocn_flux_opt_ensemble' : {'name' : 'ocn_flux_opt_ensemble',\
'units' : '[mol region-1 s-1]' ,\
'units' : '[mol m-2 s-1]' ,\
'long_name' : 'Ensemble of surface flux of carbon dioxide, open ocean , optimized ', \
'comment' : "This is the matrix square root, use (M x M^T)/(nmembers-1) to make covariance", \
'standard_name' : '', \
......@@ -181,6 +181,14 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'values' : [], \
'count' : 0 \
} , \
'cell_area' : {'name' : 'cell_area',\
'units' : 'm2 ' ,\
'long_name' : 'horizontal ara of a gridcell', \
'standard_name' : 'cell_area', \
'dims' : (), \
'values' : [], \
'count' : 0 \
} , \
'co2' : {'name' : 'co2',\
'units' : 'micromol mol-1 ' ,\
'long_name' : 'mole_fraction_of_carbon_dioxide_in_air', \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment