-
Notifications
You must be signed in to change notification settings - Fork 245
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 diagnostic: pbo #95
Comments
The current post_data for col_mass uses a temporary "mass" variable which could be subsequently updated to include "pso". |
Pass in the fluxes type and multiply by 'g' |
I've run into a problem with adding in the surface pressure to this diagnostic. See this commit. I modified the interfaces to pass in the fluxes forcing type, but adding fluxes%p_surf causes the model to SIGSEV. When I looked closer, there are several different varieties of p_surf in the fluxes type. Any suggestions on how to fix this? |
@jkrasting I think you need to add an "if associated(fluxes%ps_urf)" around the pso contribution. |
- The URL for MOM6 in .gitmodules was pointing to a user account. - CPU_stats was empty and changes from run to run and thus not version controlled. - ocean.stats was empty and is normally renamed to reflect platform when used for regression testing. Regressions are only supported on the GFDL platform pending mom-ocean#95.
Fixes for debug mode
Co-authored-by: Raphael Dussin <[email protected]> Co-authored-by: Marshall Ward <[email protected]>
…n-20220603 update to main branch 20220629 commit
Add the 'pbo' diagnostic, where:
pbo = col_mass + pso
The text was updated successfully, but these errors were encountered: