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

Enable prescribed CO2 #408

Closed
7 tasks done
Tracked by #359
LenkaNovak opened this issue Aug 21, 2023 · 0 comments · Fixed by #459
Closed
7 tasks done
Tracked by #359

Enable prescribed CO2 #408

LenkaNovak opened this issue Aug 21, 2023 · 0 comments · Fixed by #459
Assignees
Labels
🍃 leaf Issue coupled to a PR

Comments

@LenkaNovak
Copy link
Collaborator

LenkaNovak commented Aug 21, 2023

In AMIP II, CO2 is prescribed at 348 ppmv (see requirements), but we want to demonstrate time varying CO2. Several options exist, but for now ClimaAtmos interface allows only one global value. Since CO2 is generally well mixed, we implement temporally varying global values (represented by the Mauna Loa record). This follows some CMIP experiments. At the next stage will allow CO2 to be a function latitude or use gridded files, as is done in the latest CMIP models.

components

  • ensure we can change radiation CO2 externally from ClimaAtmos
  • read global mean CO2 from file: https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_mm_mlo.txt
    • since general file reads will be dealt with in ClimaUtilities soon, here the CO2 prescription was implemented with minimal disruption to our src code. This meant:
      • converting the .txt file into a netcdf file of the same format as the SST and SIC files
      • saving the file as a new artifact on Box
      • enabled the specification in the driver

In ClimaUtilities, we want to deal with this more generally @juliasloan25 . We will need to

  • agree on accepted formats for forcing / boundary condition files
    • formats of files with 3d and 2d fields (presumably netcdf with time, z, lat, lon makes most sense)
    • formats of files with 1d fields (CSV with standard headings, TBD)
    • time variable (hours since epoch? e.g. 1800-01-01 00:00:00)
  • come up with a better interface that reduces code in the driver

QA

#Potential next steps

@LenkaNovak LenkaNovak changed the title O3, CO2 - add monthly prescribed files, connect to radiation Enable prescribed CO2 (WIP) Aug 21, 2023
@LenkaNovak LenkaNovak self-assigned this Aug 21, 2023
@LenkaNovak LenkaNovak added the 🍃 leaf Issue coupled to a PR label Aug 21, 2023
@LenkaNovak LenkaNovak changed the title Enable prescribed CO2 (WIP) Enable prescribed CO2 Oct 4, 2023
@bors bors bot closed this as completed in #459 Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍃 leaf Issue coupled to a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant