-
Notifications
You must be signed in to change notification settings - Fork 9
adjust tilefile for MOM #1075
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
adjust tilefile for MOM #1075
Conversation
|
Should we move the line Line 43 in 2b330fb
down to line 63 with the new adjusted tile file? Does the new tile file have a conflict with the corresponding raster file? Or does the conflict matter ? @gmao-rreichle @zhaobin74 |
I think runoff table should be made based on the tile file with MOM modifications. |
Then I expect some inconsistency somewhere. The tiles' lat and lon may be difference between tile file and those used in ".TRN" |
@weiyuan-jiang, I can see a consistency problem between @atrayano, could you help here? Thanks. |
|
@weiyuan-jiang, I have tested the new MOM6 tile land bcs using V12 rc12 at C90. It ran for a couple of days without problems. I also checked the tile file and it is identical to the old one. Since it has been confirmed that land properties are also identical, I think it is ok to proceed. Thanks for the efforts. |
|
This PR is trivially zero diff for GCM since all changes are just in Boundary Conditions Package creation.
@sdrabenh this is now ready for you. I'm not sure why some CI are failing but in my sand box all looks good during testing. These errors do indicate MOM grid but are in separate repo... any ideas? @mathomp4 @weiyuan-jiang @zhaobin74 @gmao-rreichle
|
|
Ah I see why CI is failing. One moment. |
|
I've pushed a change to |
This PR addresses an inconsistency in the land boundary conditions for the coupled atmosphere-ocean model. Specifically, the land properties in the coupled model BCs were inconsistent with those in the matching AGCM BCs owing to a change of the raster file when generating the MOM tripolar ocean BCs. The raster file modifications are necessary for MOM to work (essentially, some land raster grid cells need to be converted to ocean). This PR maintains the modified land/ocean raster file and the resulting modified lat/lon coordinates of the tiles, but the land model parameters of the surviving land tiles are obtained directly from an existing and matching set of BCs for the AGCM (which were constructed without the raster file modifications). In this way, restart files from the AGCM can be used without additional spinup to intitialize the coupled atm-ocean model.
PR is trivially 0-diff for AGCM and LDAS simulations because it only touches make_bcs.
PR successfully 0-diff tested for make_bcs (#1075 (comment)).
cc: @amolod