-
Notifications
You must be signed in to change notification settings - Fork 0
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
handle to regrid gwd file as well #91
Conversation
This PR is being prevented from merging because you have not added one of our required labels: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Please add one so that the PR can be merged. |
This PR is being prevented from merging because you have not added one of our required labels: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Please add one so that the PR can be merged. |
Hmm. Interesting. I'm not sure we want to do this. I mean, we can, but we might not need to. I'm pinging @bena-nasa and @wmputman. At the moment, the Indeed, in
|
Oddly enough, my changes break the regrid.pl program ... that is, I end up not getting the upper internal files ... something is failing in gwd_internal ... The problem is that having to refer back to the fixed file that Bill has is a tremendous inconvenience to the user ... the point is that w/o a regrid of gwd, every time someone uses regrid from DAS rat tar balls they end up w/ an incomplete set of files to start a run ... why isn't regrid working on the gwd file ... I thought there were just trivial cubed nc4 files just like most of the other rsts, no? |
Hum ... I see why it doesn't work ... the gwd files are not 3d files they are 2d ... |
There is another problem w/ regrid.pl which is no longer working as a full command line, for example: Running like this: #!/usr/bin/csh The following command was used to create the C90CS_x50R13rt.20230726_21z restarts#=============================================================================== used to work - but it now fails. I know what the issue here is: the echoed command line does no include the grpID ... for example: -grpID g0613 Once that's added all works. |
@rtodling Yeah, it's possible that There is one inconsistency with And, of course, |
I can see the handling of gwd_internal is not clean as it stands now --- but I also think because regrid.x can handle a file that is not 3d that this is going to turn into some work ... I will close this PR, but I will open an issue to remind us that gwd_internal needs to be handled in the new regrid program associated w/ v12 ... is that's already done there, then please let me know and I will not open the issue. |
@rtodling Well, my main thought is that there is no handling of It's possible we might have new ones for GEOSgcm v12, but even then, I think the answer will be to just copy a new file in. |
@rtodling the gwd_internal_rst file is for all purposes a boundary condition file; it simply need to the copied into the experiment from the place we keep them. The file contains the orography ridge data for certain gravity wave drag schemes and should not be regridded by regrid.pl or remap_restarts.py |
Regrid needs to handle GWD internal file as well.