Saving the post processed file in NetCDF format instead of GRIB2? #1218
|
Is it possible to configure the |
Replies: 2 comments
|
More context from @natalie-perlin: My underlying question was whether the UFS_WM saves the output netcdf files with horizontal wind components on a rotated grid (aligned with model orientation of X, Y), or on natural lat/lon grid... There is no any info about this, neither in UFS documentation, nor in SRW. ChatGPT says it's on a rotated grid, which needs to be transformed into the true-north... but I don't trust it!! |
|
@natalie-perlin I just discussed with the UPP code management team, and they confirmed that UPP can ingest netCDF data, but it can only output grib2 data, so the |
@natalie-perlin I just discussed with the UPP code management team, and they confirmed that UPP can ingest netCDF data, but it can only output grib2 data, so the
run_posttasks in SRW will only be able to output grib2 files. They suggested that you check w/UFS WM developers to see if U and V components are saved as Earth-relative or grid-relative. They are not sure what the default is.