-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG/ISSUE] Issue with cubed-sphere to cubed-sphere regridding #167
Labels
category: Bug
Something isn't working
never stale
Never label this issue as stale
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
topic: Cubed-Sphere Grid
Pertains to cubed-sphere grids and/or regridding
Comments
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue. |
yantosca
added a commit
that referenced
this issue
Aug 22, 2023
This merge brings PR #253 (Fixed broken regridding code in file_regrid.py; Updated GCPy regridding documentation, by @yantosca) into the GCPy 1.4.0 development stream. We have fixed several issues in the current gcpy/file_regrid.py script, so that LL -> CS/SG, LL -> LL, CS/SG -> CS/SG, and CS/SG -> LL regridding now work. Furthermore, we have refactored the code in file_regrid.py for clarity. We have updated the Regridding.rst file and have added some extra examples using file_regrid.py. We have also verified that all examples using file_regrid.py and regrid_restart_file.py work as advertised. This will not affect benchmark code as the plotting routines compare_zonal_mean() and compare_single_level() use the routine regrid_comparison_data from gcpy/regrid.py. Perhaps we can resolve the issue reported in #167 with the knowledge thus gained in preparing this PR. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Stale issue message |
hannahnesser
pushed a commit
to hannahnesser/gcpy
that referenced
this issue
Jan 22, 2024
This merge brings PR geoschem#253 (Fixed broken regridding code in file_regrid.py; Updated GCPy regridding documentation, by @yantosca) into the GCPy 1.4.0 development stream. We have fixed several issues in the current gcpy/file_regrid.py script, so that LL -> CS/SG, LL -> LL, CS/SG -> CS/SG, and CS/SG -> LL regridding now work. Furthermore, we have refactored the code in file_regrid.py for clarity. We have updated the Regridding.rst file and have added some extra examples using file_regrid.py. We have also verified that all examples using file_regrid.py and regrid_restart_file.py work as advertised. This will not affect benchmark code as the plotting routines compare_zonal_mean() and compare_single_level() use the routine regrid_comparison_data from gcpy/regrid.py. Perhaps we can resolve the issue reported in geoschem#167 with the knowledge thus gained in preparing this PR. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: Bug
Something isn't working
never stale
Never label this issue as stale
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
topic: Cubed-Sphere Grid
Pertains to cubed-sphere grids and/or regridding
There is currently a problem comparing GCHP output with different grid resolutions using the 1-yr full chemistry benchmark code, as is necessary for 14.0 (C24) which compares to 13.2 (C48). Cubed-sphere to cubed-sphere regridding needs to be tested further in GCPy. Apologies this github issue report does not have more detailed info. This is serving as a reminder for someone on GCST to take a look. The version is GCPy 1.2.0.
The text was updated successfully, but these errors were encountered: