Revision 87cb5bb142627b8eed683c9f3303d19000e26f92 authored by Jon Wolfe on 29 April 2022, 19:07:24 UTC, committed by Jon Wolfe on 29 April 2022, 19:07:24 UTC
Initial implementation of BGC carbon budget in the coupler

Brings in a new coupler carbon budget which is implemented similarly to
the current heat and water budgets, but in a separate source file. The
output is intermingled with that from the other budgets, so that the
monthly budget tables are all output before the annual ones, for
example. The BGC budget is controlled overall by the BUDGETS flag found
in env_run.xml but also has its own "do_bgc_budgets" flag that is
included in the driver seq_infodata_inparm namelist and can be set by
user_nl_cpl. By default it is off unless the compset includes BGC
fluxes, in which case it is set to true.

[NML]
[BFB]
2 parent s 2778814 + 98ff66a
Raw File
codemeta.json
{
  "@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
  "@type": "SoftwareSourceCode",
  "author": [
    {
      "@type": "Organization",
      "name": "E3SM Project",
    }
  ],
  "identifier": "http://dx.doi.org/10.11578/E3SM/dc.20180418.36",
  "codeRepository": "https://github.com/E3SM-Project/E3SM",
  "datePublished": "2018-04-20",
  "keywords": "climate modeling",
  "license": "BSD",
  "title": "Energy Exascale Earth System Model",
  "version": "v1.0.0"
}
back to top