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

CICE_CPPDEFS UNSET #359

Closed
jedwards4b opened this issue Aug 9, 2016 · 2 comments
Closed

CICE_CPPDEFS UNSET #359

jedwards4b opened this issue Aug 9, 2016 · 2 comments
Assignees

Comments

@jedwards4b
Copy link
Contributor

jedwards4b commented Aug 9, 2016

After version cime5.0.5 the CICE_CPPDEFS variable is unset causing a failure in the build phase.
I am running cime_bisect now to identify the commit.
Test is SMS_Ld5.T31_g37_gl20.B1850C5L45BGCRG2.yellowstone_intel.allactive-cism-test_coupling

@jedwards4b
Copy link
Contributor Author

This was broken by PR #343, we will revert that PR for now and recommit it when resolved.

@rljacob
Copy link
Member

rljacob commented Aug 10, 2016

This was fixed by reverting #343

@rljacob rljacob closed this as completed Aug 10, 2016
pesieber pushed a commit to pesieber/cime that referenced this issue Mar 15, 2023
Rework water data types to accommodate isotopes and other tracers

This tag reworks the various water data types to allow having multiple
instances of variables that are needed for isotopes and other water
tracers.

Specific changes include:

(1) Separated "water state" variables into state, diagnostic and balance
    check-related variables. This separation was not essential for the
    work here, but was desired by Martyn Clark and others.

(2) For each of water state, diagnostic and flux variables, separated
    variables into those needed for both bulk and tracers vs. those only
    needed for bulk. This way, we can have multiple instances of the
    variables needed by tracers, but only a single instance of variables
    that only apply to bulk water. This follows the design laid out in
    ESCOMP/CTSM#395. The separation was based
    largely on what was done in the old water isotope branch; we didn't
    put a lot of thought into this, because the new design allows us to
    easily migrate variables between bulk-only and bulk-and-tracer as
    needed.

(3) Moved water fluxes that were defined in science modules back into
    waterflux_type or waterfluxbulk_type. This was needed for (2); there
    is more discussion on this in
    ESCOMP/CTSM#395 and the log message for
    commit 711e5cd.

(4) Introduced a top-level water_type that holds instances of all of the
    other water-related objects. This follows the design laid out in
    ESCOMP/CTSM#395. This is particularly
    valuable for the tracer instances: the logic related to number of
    tracers can be encapsulated in water_type, rather than infiltrating
    clm_instMod.

(5) Added placeholders for water tracer instances

(6) Added infrastructure to generate history / restart field names for
    the tracer instances. Eventually, the isotope class can also hold
    information specific to each isotope.

This work was a joint effort between Mathew Rothstein and myself; Mat
gets much of the credit for the actual refactoring done here.

Issues fixed (include CTSM Issue #):
- Fixes ESMCI#358 (Separate WaterStateType into multiple types)
- Fixes ESMCI#434 (Separate WaterFluxType into a base class and a class that just applies to bulk)
- Fixes ESMCI#359 (Set up infrastructure for multiple instances of WaterState and WaterFlux types)
- Fixes ESMCI#458 (Implement handling of history and restart variables for water tracers)
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

No branches or pull requests

4 participants