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

Update EW MPAS-A to v8+ version to use new input data files #46

Closed
gdicker1 opened this issue May 13, 2024 · 1 comment
Closed

Update EW MPAS-A to v8+ version to use new input data files #46

gdicker1 opened this issue May 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request EW specific This has to do with EarthWorks only - files, goals, code that probably won't be wanted upstream external Has to do with externals

Comments

@gdicker1
Copy link
Contributor

gdicker1 commented May 13, 2024

The current version of MPAS-A in EarthWorks lags behind what is used in the cam_development branch. EWOrg/MPAS-Model is a v7.x OpenACC version while what ESCOMP/CAM uses is based on a v8.0.1 hash (b8c33daa in MPAS-Dev/MPAS-Model). This means that EWOrg/MPAS-Model is missing code to use the cell_gradient_coef_{xy} fields/variables and runs fail when CAM tries to direct MPAS-A to read those fields.

This impacts and/or is impacted by:

When built with DEBUG=true, you will see lines like below at the end of the file. Otherwise the "Warning: *" statements won't be present, and the run will just die.

# skipped content...
 Allocating fields ...
  4 MB allocated for fields on this task
  567 MB total allocated for fields across all tasks
  ----- done allocating fields -----   
     
WARNING: Error: Field cell_gradient_coef_x not found in pool.
WARNING: Error: Field cell_gradient_coef_y not found in pool.
@gdicker1 gdicker1 added enhancement New feature or request external Has to do with externals EW specific This has to do with EarthWorks only - files, goals, code that probably won't be wanted upstream labels May 13, 2024
@gdicker1 gdicker1 self-assigned this May 13, 2024
@gdicker1
Copy link
Contributor Author

This was fixed with the merge of #50, but users should still be aware of #55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request EW specific This has to do with EarthWorks only - files, goals, code that probably won't be wanted upstream external Has to do with externals
Projects
None yet
Development

No branches or pull requests

1 participant