compare_variables
Compare two variables in a NetCDF file to check shape compatibility, range differences, and correlation. Identify mismatches and relationships for data quality assessment.
Instructions
Compare two variables for shape compatibility, range differences, and correlation.
Args: file_path: Path to the NetCDF file. variable1: Name of the first variable. variable2: Name of the second variable.
Returns: JSON string with comparison results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| variable1 | Yes | ||
| variable2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |