-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rename coupled grids #695
Rename coupled grids #695
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@sanAkel you don't need to do anything here I just wanted to let you know it will take me a bit of time to coordinate this with other reconstructions of boundary conditions files. I also need to make PR's to address remap_restarts.py and changes in gcm_setup so this can be used |
My 2c: Let's avoid the underscore in the "grid" name here. In the bcs output dir tree, we use a single underscore to concatenate the atmos and ocean grid names. If the ocean grid name includes an underscore, the concatenated dir name will be more difficult to understand and parse. My suggestion would be to use strings such as TPMOM5 (or TPM5) and TPMOM6 (or TPM6). |
Anyone of those is fine with me.
They are called LLCxx where
No. Cube sphere. But not same cube as in
Something like |
Thanks, @sanAkel! I'm glad I asked. @biljanaorescanin, please keep this info in mind for the PR. |
This last commit will update python scripts to include name change: |
@gmao-rreichle and @sanAkel, this is ready for you to take a look.
CF0012x6C_M6TP-0072x0036
ln -s {MAKE_BCS_INPUT_DIR}/ocean/MOM5/360x200 data/MOM5/360x200 Solution could be to have one directory holding all resolutions of |
I would prefer to keep MAPL_Tripolar.nc together with other data files on ocean grid. We could name location for ocean grids like
instead of
but I don't see much difference. |
This last commit won't change tripolar result. I've just made cleaner loops over ocean options and changed initialization to make it look nicer with UNDEF if option not used.
|
As discussed at our tag-up this morning, please remove the "-" in the ocean grid name convention for consistency. (For the atm grid, we use Also, please edit the first/introductory/summary comment on this PR. The latest edit is from Dec 29, 2022, and the naming conventions in the summary comment are quite outdated. Other than that, looks good to me. |
Name is changed with last commit. Output geometry structure will be like this: CF0012x6C_M6TP0072x0036 |
@sanAkel did you maybe have a chance to take a look at this? If all is good we should merge this before fix for routing. |
@biljanaorescanin Thanks for alerting me reg this PR. I was under the impression that this was already merged! So please go ahead and undraft/ mark it ready for review. |
Rename coupled grids to:
CF0180x6__TP1440x1080; XX = M5, M6 and “TP” stands for Tripolar grid (Ref: https://doi.org/10.1006/jcph.1996.0136)
@sanAkel let me know does this work for you?
I've tested it and it works for us and as you said it is more understandable. And most important no more overwriting with same output name for different oceans. Once we resolve issue with c180 runs we can work on PR to use updated info with gcm_setup.
We are changing in case of T4MOM6 at C180 output from
CF0180x6C_TM1440xTM1080
toCF0180x6C_M6TP1440x1080
.Tile name will go from
CF0180x6C_TM1440xTM1080-Pfafstetter.til
toCF0180x6C_M6TP1440x1080-Pfafstetter.til
@yvikhlya this is so we don't overwrite outputs of MOM5 and MOM6 with BCS Package for 1440x1080 runs.