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

extra variables for statefluxes.nc standard output

parent 3401adb5
Branches master
No related tags found
No related merge requests found
...@@ -61,6 +61,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\ ...@@ -61,6 +61,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'values' : [], \ 'values' : [], \
'count' : 0 \ 'count' : 0 \
} , \ } , \
'bio_flux_prior_ensemble' : {'name' : 'bio_flux_prior_ensemble',\
'units' : '[mol region-1 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' : '', \
'dims' : (), \
'values' : [], \
'count' : 0 \
} , \
'bio_flux_opt_cov' : {'name' : 'bio_flux_opt_cov',\ 'bio_flux_opt_cov' : {'name' : 'bio_flux_opt_cov',\
'units' : '[mol region-1 s-1]^2' ,\ 'units' : '[mol region-1 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , optimized ', \ 'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , optimized ', \
...@@ -70,6 +79,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\ ...@@ -70,6 +79,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'values' : [], \ 'values' : [], \
'count' : 0 \ 'count' : 0 \
} , \ } , \
'bio_flux_opt_ensemble' : {'name' : 'bio_flux_opt_ensemble',\
'units' : '[mol region-1 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' : '', \
'dims' : (), \
'values' : [], \
'count' : 0 \
} , \
'ocn_flux_prior_cov' : {'name' : 'ocn_flux_prior_cov',\ 'ocn_flux_prior_cov' : {'name' : 'ocn_flux_prior_cov',\
'units' : '[mol region-1 s-1]^2' ,\ 'units' : '[mol region-1 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , not optimized ', \ 'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , not optimized ', \
...@@ -79,6 +97,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\ ...@@ -79,6 +97,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'values' : [], \ 'values' : [], \
'count' : 0 \ 'count' : 0 \
} , \ } , \
'ocn_flux_prior_ensemble' : {'name' : 'ocn_flux_prior_ensemble',\
'units' : '[mol region-1 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' : '', \
'dims' : (), \
'values' : [], \
'count' : 0 \
} , \
'ocn_flux_opt_cov' : {'name' : 'ocn_flux_opt_cov',\ 'ocn_flux_opt_cov' : {'name' : 'ocn_flux_opt_cov',\
'units' : '[mol region-1 s-1]^2' ,\ 'units' : '[mol region-1 s-1]^2' ,\
'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , optimized ', \ 'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , optimized ', \
...@@ -88,6 +115,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\ ...@@ -88,6 +115,15 @@ standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\
'values' : [], \ 'values' : [], \
'count' : 0 \ 'count' : 0 \
} , \ } , \
'ocn_flux_opt_ensemble' : {'name' : 'ocn_flux_opt_ensemble',\
'units' : '[mol region-1 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' : '', \
'dims' : (), \
'values' : [], \
'count' : 0 \
} , \
'decimal_date' : {'name' : 'decimal_date',\ 'decimal_date' : {'name' : 'decimal_date',\
'units' : 'years' ,\ 'units' : 'years' ,\
'long_name' : 'dates and times', \ 'long_name' : 'dates and times', \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment