-
Notifications
You must be signed in to change notification settings - Fork 28
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
Combining data from GEFS (FV3) tiled restart files with 2d-coords #276
Comments
For example, if an I/O layout of
and then use
You would do the same for tiles two through six. Your data is already combined in this sense, so the Footnotes
|
Hi @spencerkclark, thanks for your suggestions. And also thank you for the clarification on mppnccombine, which I have used before with MOM6 and incorrectly assumed it could be used similarly for this objective with FV3 as well. We are currently using fregrid with FV3-SHiELD to interpolate the output to a regular global grid for our own runs. This works ok for viewing output globally and calculating basic statistics. Unfortunately this does not work for us when using the GEFS archive data. Below I'm using the UFS/GFS mosaic and remap_weights files provided at: After attempting to use fregrid, it seems that it has an issue when looking for lon as a variable, but cannot find it:
I'm guessing either a different set of mosaic files are needed, specifically for GEFS (though I'm not sure where to find these), or there is a fregrid setting needed to tell it where to look for lat/lon information. |
Hi, I'm trying to apply mppnccombine to produce a combined file from the 6-tiled restart data from GEFS, which I assume is using the GFDL FMS:
https://noaa-gefs-pds.s3.amazonaws.com/index.html#gefs.20240208/00/atmos/init/p01/
[EDIT: @spencerkclark mentioned here: https://github.com/pydata/xarray/discussions/8730 that mppnccombine is the wrong tool for this purpose - What FRE-NCtools should be used to do this instead - fregrid? combine_restarts?]
I assume mppnccombine is the appropriate tool to use here. I've tried building FRE-NCtools in a docker image both on my own laptop (mac M1) and on an AWS ec2 instance running ubuntu.
In both cases, I run something like:
And yet the resulting gfs_data.nc file looks like:
which looks to me that the final file is only the first tile and the combine operation has failed.
Am I using the tool incorrectly, or is there another tool that is more appropriate for this dataset?
The text was updated successfully, but these errors were encountered: