Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux site data: wrong data read in #525

Open
ccarouge opened this issue Jan 13, 2025 · 0 comments · May be fixed by #528
Open

Flux site data: wrong data read in #525

ccarouge opened this issue Jan 13, 2025 · 0 comments · May be fixed by #528
Assignees

Comments

@ccarouge
Copy link
Member

ccarouge commented Jan 13, 2025

The flux site simulations have a constant CO2 concentration. This is because it is read in with the wrong number of dimensions. The ground water work has changed the code for the CO2 read to inquire the number of dimensions from the file and use that to read either a 3D or 4D variable.

The problem is clearly seen by compariing the original CO2 concentrations in the met forcing files and the output from CABLE.
Original CO2 concentrations for AU-ASM in the met forcing file are:

 CO2air =
  609.6982,
  613.0284,
  614.9662,
  607.8287,
...

The output from CABLE main is:

 CO2air =
  609.6982,
  609.6982,
  609.6982,
  609.6982,
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant