You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wave gridded products are currently all being placed in products/wave/gridded. Other component products include a domain/resolution directory level to group output (e.g. grib2 has a 0p25, 0p50, and 1p00 directory). Wave gridded products should also include this level (e.g. products/wave/gridded/arctic.9km, products/wave/gridded/global.0p16, etc)
What are the requirements for the new functionality?
Gridded wave output is placed into separate directories based on domain/resolution combination.`
Acceptance Criteria
COM_WAVE_GRID_TMPL updated (or a new template, similar to COM_ATMOS_GRIB_TMP and COM_ATMOS_GRIB_GRID_TMPL) to include a directory level for the domain and resolution
Gridded wave output placed into separate directories based on domain/resolution within products/wave/gridded
Output otherwise remain unchanged
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered:
This pull request addresses the organization of wave gridded products
within the file structure. Currently, all wave gridded products are
placed in products/wave/gridded, without any further categorization. To
align with the structure used by other component products (such as
grib2), this update introduces a domain/resolution directory level to
group output more effectively.
For example, instead of having all products in a single directory, the
structure will now include specific directories based on domain and
resolution (e.g., products/wave/gridded/arctic.9km,
products/wave/gridded/global.0p16). This change improves organization
and scalability for wave gridded product outputs.
Resolves#2677
What new functionality do you need?
Wave gridded products are currently all being placed in
products/wave/gridded
. Other component products include a domain/resolution directory level to group output (e.g. grib2 has a0p25
,0p50
, and1p00
directory). Wave gridded products should also include this level (e.g.products/wave/gridded/arctic.9km
,products/wave/gridded/global.0p16
, etc)What are the requirements for the new functionality?
Gridded wave output is placed into separate directories based on domain/resolution combination.`
Acceptance Criteria
COM_WAVE_GRID_TMPL
updated (or a new template, similar toCOM_ATMOS_GRIB_TMP
andCOM_ATMOS_GRIB_GRID_TMPL
) to include a directory level for the domain and resolutionproducts/wave/gridded
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: