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

Add Variability to Carbon Long Names #277

Open
acollow opened this issue Jun 21, 2024 · 0 comments
Open

Add Variability to Carbon Long Names #277

acollow opened this issue Jun 21, 2024 · 0 comments

Comments

@acollow
Copy link

acollow commented Jun 21, 2024

At the present time all carbon fields have long names that state "CA.*, which is not ideal. The SI has implemented a solution with the ACG based on the following block of code in the carbon grid comp:
if (comp_name(1:5) == 'CA.oc') then
GCsuffix = 'OC'
else if (comp_name(1:5) == 'CA.bc') then
GCsuffix = 'BC'
else if (comp_name(1:5) == 'CA.br') then
GCsuffix = 'BR'
end if

In order to implement the GCsuffix getting used by the ACG, a change is needed for CA2G_GridComp/CMakeLists.txt.

acollow added a commit that referenced this issue Jun 21, 2024
sdrabenh added a commit that referenced this issue Jul 10, 2024
…xforCAlongnames

Feature/acollow/#277-useGCsuffixforCAlongnames
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

1 participant