Skip to content
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

Read cube sphere grid increments for DA/IAU #188

Open
CoryMartin-NOAA opened this issue Apr 29, 2022 · 8 comments
Open

Read cube sphere grid increments for DA/IAU #188

CoryMartin-NOAA opened this issue Apr 29, 2022 · 8 comments
Labels
enhancement New feature or request

Comments

@CoryMartin-NOAA
Copy link

Is your feature request related to a problem? Please describe.
In anticipation of transitioning from GSI to JEDI for UFS DA capabilities, we would like FV3 to be able to read increments on the native cube sphere grid in addition to the Gaussian/Lat Lon grid and then interpolated like is currently supported.

Describe the solution you'd like
Now that the UFS-weather-model write-grid component can write out history files on the native grid (with variables with dimensions such as: t(tile, layer, lon, lat)), and FV3-JEDI can read and write these files, being able to read a similarly configured/formatted file for analysis increments would be preferred. Additionally, a configuration table to map model variables to increment file field names would ensure maximum compatibility across different applications.

Describe alternatives you've considered
The exact format of the files can still be up for discussion provided that it is flexible for dynamics, tracers, and possibly surface variables, and preferably contains every tile as a dimension in one file.

Additional context
EMC/PSL intend to perform the majority of this work but would like to confirm approach/design with GFDL before proceeding.

@CoryMartin-NOAA CoryMartin-NOAA added the enhancement New feature or request label Apr 29, 2022
@CoryMartin-NOAA
Copy link
Author

Cannot assign people, but tagging @jswhit2 @pjpegion @CatherineThomas-NOAA @RussTreadon-NOAA for awareness

@bensonr
Copy link
Contributor

bensonr commented Apr 29, 2022

@CoryMartin-NOAA - for seamless interoperability with existing FMS io infrastucture and performance, it is best the files be constructed similar to a restart file. Instead of a single file with data for all of the tile information, there would be a file specific to each tile. This makes it easier to account for the different rotations as well as handling nested configurations.

@lharris4
Copy link
Contributor

lharris4 commented Apr 29, 2022 via email

@CoryMartin-NOAA
Copy link
Author

I am not sure if @danholdaway plans to read increments for GEOS or not, but he and I have been coordinating on the history file IO to be compatible in FV3-JEDI between UFS and GEOS.

@bensonr would you suggest something like 20220429.120000.fv_increment.tile1.nc in the FMS RESTART format? I think I'm fine with that provided that it is just one increment per tile per IAU time. I'm hesitant to have something like 20220429.120000.fv_tracer.tile1.increment.nc because of the number of files that would entail.

@bensonr
Copy link
Contributor

bensonr commented Apr 29, 2022

@CoryMartin-NOAA - your suggestion to have all increments in a single file per tile is okay. It is the segmenting per tile that is important and not the variable content.

@danholdaway
Copy link

@CoryMartin-NOAA we might well read increments into the IAU routines but we wouldn't be using any infrastructure from FV3 or FMS to do that. GEOS uses MAPL for handing all IO. If you're writing files that are to be ingested by FV3 would you be using the UFS/GEOS IO from fv3-jedi? I would have thought it would be the FMS IO routines?

@CoryMartin-NOAA
Copy link
Author

@danholdaway based on @bensonr 's comment a few mins ago. I think what I expect we would do (or at least try this) is cube sphere history IO for input, and FMS increments for output. Ensuring we use history input is important because of 7 (hours) * 81 (deterministic + ensemble) background files as input means we need as small of files as possible and the RESTART files are much larger than the history files.

@CoryMartin-NOAA
Copy link
Author

#342 will close this I believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants