Revision 63710df378f3af5364f2226d6815ce71f719beb3 authored by Jon Wolfe on 21 September 2021, 14:45:36 UTC, committed by Jon Wolfe on 21 September 2021, 14:45:36 UTC
Add ideal age tracer

Add classic ideal age as a new passive tracer to the ocean, which is
used to help trace ocean ventilation, for example. The tracer source is
effectively just an increment of dt, and the surface value is reset to
zero in the top layer every timestep (except for under ice shelves).
This feature is turned off by default.

[NML]
[BFB]
2 parent s 1c57f1b + 2a9c4b6
Raw File
.gitmodules
[submodule "fates"]
	path = components/elm/src/external_models/fates
	url = git@github.com:NGEET/fates.git
[submodule "alm-mpp"]
	path = components/elm/src/external_models/mpp
	url = git@github.com:MPP-LSM/MPP.git
	branch = alm/develop
[submodule "sbetr"]
	path = components/elm/src/external_models/sbetr
	url = git@github.com:BeTR-biogeochemistry-modeling/sbetr.git
[submodule "externals/kokkos"]
	path = externals/kokkos
	url = git@github.com:E3SM-Project/kokkos.git
	branch = e3sm/kokkos
[submodule "rrtmgp"]
	path = components/eam/src/physics/rrtmgp/external
	url = git@github.com:E3SM-Project/rte-rrtmgp.git
	branch = master
[submodule "externals/scorpio"]
	path = externals/scorpio
	url = git@github.com:E3SM-Project/scorpio.git
	branch = master
[submodule "externals/scorpio_classic"]
	path = externals/scorpio_classic
	url = git@github.com:E3SM-Project/scorpio.git
	branch = scorpio_classic
[submodule "cosp2"]
	path = components/eam/src/physics/cosp2/external
	url = git@github.com:CFMIP/COSPv2.0.git
	branch = CESM_v2.1.4
[submodule "cime"]
	path = cime
	url = git@github.com:ESMCI/cime.git
	branch = master
[submodule "externals/YAKL"]
	path = externals/YAKL
	url = git@github.com:mrnorman/YAKL.git
[submodule "externals/cub"]
	path = externals/cub
	url = git@github.com:NVlabs/cub.git
[submodule "Submod"]
	branch = rljacob/e3smconfig/elm-name
[submodule "components/mpas-ocean/src/cvmix"]
	path = components/mpas-ocean/src/cvmix
	url = git@github.com:CVMix/CVMix-src.git
[submodule "components/mpas-ocean/src/BGC"]
	path = components/mpas-ocean/src/BGC
	url = git@github.com:E3SM-Project/Ocean-BGC.git
[submodule "components/mpas-ocean/src/gotm"]
	path = components/mpas-ocean/src/gotm
	url = git@github.com:E3SM-Project/GOTMcode.git
[submodule "externals/mct"]
	path = externals/mct
	url = git@github.com:MCSclimate/MCT.git
back to top