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 ISOWGT and ISOVAR to topo files #1244

Open
cacraigucar opened this issue Jan 31, 2025 · 0 comments
Open

Add ISOWGT and ISOVAR to topo files #1244

cacraigucar opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
CoupledEval3 enhancement New feature or request

Comments

@cacraigucar
Copy link
Collaborator

cacraigucar commented Jan 31, 2025

What is the feature/what would you like to discuss?

The ne30pg3_ne30pg3_mg17 topo file has this variable added to it. Other resolutions need to have this variable added to them. When those files exist, then the temporary fix in gw_drag.F90 can be removed.

When topo files are ready:
remove line:
if (.not. found) rdg_isowgt(:,:) = 0._r8

replace with:
if (.not. found) call endrun(sub//': ERROR: ISOWGT not found on topo file')

The same thing needs to be done for ISOVAR

Is there anyone in particular you want to be part of this conversation?

@PeterHjortLauritzen - I am assigning you as Julio indicated you might be the one creating these new topo files. Whichever SE brings in those new files can also revert this line of code back
@JulioTBacmeister

Will this change (regression test) answers?

Yes

Will you be implementing this enhancement yourself?

Any CAM SE can do this

@cacraigucar cacraigucar added CoupledEval3 enhancement New feature or request labels Jan 31, 2025
@cacraigucar cacraigucar changed the title Add ISOWGT to topo files Add ISOWGT and ISOVAR to topo files Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CoupledEval3 enhancement New feature or request
Projects
Status: To Do
Development

No branches or pull requests

2 participants