-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix MOM6SOLO build in the EMC branch. #41
Comments
Please assign to the appropriate person. |
This is all that is required to enable building of mom6solo at this time.
But the issue should be resolved more carefully and systematically by working with someone from GFDL.
|
besides what you pointed, there are also some codes need to be cleaned in GFDL's driver code. I fully agree with you that we need to solve this in a careful way as we don't want to break GFDL side system. At the time when Brandon and Jessica merged in the wave section of code in EMC repo, they didn't test in the stand along mode (and they couldn't as the stand alone feature was not in the system yet at that time). |
Ok. Good. Please start with identifying those codes that need to be cleaned, create issues and assign them. |
Merge in dev/gfdl updates
* Hydrostatic initialization in ice cavities - Iteratively solve for the initial ice shelf displacement in cavities by calculating the pressure at the current displacement depth using the unperturbed profile. - This change should obsolete TRIM_IC_FOR_PSURF and DEPRESS_INITIAL_SURFACE for ice shelf applications and should work for arbitrary equations of state. - Existing implementations (e.g. ISOMIP) should turn off the above options in order to exercise this feature. - This code change should not impact non ice-shelf configurations or those with either of the above two options. * Addresses a number of issues identified in code review. * add appropriate intent to ice_shelf_query * fix unit scaling comments Co-authored-by: Marshall Ward <marshall.ward@noaa.gov>
There is an issue with compiling the standalone MOM6 within UFS (or even without UFS) in the dev/emc branch
There was a bug in the way the wave forcing subroutine was being called with incorrect number of arguments.
To reproduce the compilation error from the UFS-weather-model repo
The text was updated successfully, but these errors were encountered: