-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
π Update README for Invariant Field Support
Now that invariant field preprocessing is fully supported, the README should be updated to reflect the new functionality.
β Key updates to include:
- How to declare invariant fields in the config:
- Use
invariant: trueon eachClimateVariable - Optionally set
downsample: trueat theClimateModellevel to coarsen HR invariant fields
- Use
- Explanation that invariant fields are not split into train/val/test
- They are written once to the
invariant/output folder
- They are written once to the
- Clarify output format:
- Invariant
.ptfiles are saved as 2D tensors[x, y] - Output structure:
output_path/invariant/<var>/<model>/<var>.pt
- Invariant
- Brief mention that all fields from WRF constants (e.g.,
HGT,LANDMASK,LU_INDEX, etc.) are now supported
Updating this will ensure users know how to configure and work with invariant fields correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation