... | @@ -102,7 +102,7 @@ Systems: |
... | @@ -102,7 +102,7 @@ Systems: |
|
| **BCC-CSM2-MR** | Yes | Yes | No |
|
|
| **BCC-CSM2-MR** | Yes | Yes | No |
|
|
| **CanESM5** | Yes | Yes | Yes |
|
|
| **CanESM5** | Yes | Yes | Yes |
|
|
| **CESM1-1-CAM5-CMIP5** | Yes | WIP | No |
|
|
| **CESM1-1-CAM5-CMIP5** | Yes | WIP | No |
|
|
| **CMCC-CM2-SR5** | Yes | No | Yes |
|
|
| **CMCC-CM2-SR5** | Yes | Yes | Yes |
|
|
| **EC-Earth3-i1** | Yes | Yes | No |
|
|
| **EC-Earth3-i1** | Yes | Yes | No |
|
|
| **EC-Earth3-i2** | Yes | Yes | No |
|
|
| **EC-Earth3-i2** | Yes | Yes | No |
|
|
| **EC-Earth3-i4** | Yes | Yes | Yes |
|
|
| **EC-Earth3-i4** | Yes | Yes | Yes |
|
... | @@ -133,7 +133,7 @@ The output of the main function, load_datasets(), is a list containing the hindc |
... | @@ -133,7 +133,7 @@ The output of the main function, load_datasets(), is a list containing the hindc |
|
|
|
|
|
### Regridding
|
|
### Regridding
|
|
|
|
|
|
The Loading module can use CDO_Remap() to interpolate the loaded data. The interpolation methods that can be specified in the recipe under Regrid:method are those accepted by CDO: "conservative", "bilinear", "bicubic", "distance-weighted", "con2", "laf", "nn". See CDO User Guide for more details.
|
|
The Loading module can interpolate the data while loading them, and the core tool is CDO. The interpolation methods that can be specified in the recipe under Regrid:method are those accepted by CDO: "conservative", "bilinear", "bicubic", "distance-weighted", "con2", "laf", "nn". See CDO User Guide for more details.
|
|
|
|
|
|
The target grid is to be specified in Regrid:type. The options are:
|
|
The target grid is to be specified in Regrid:type. The options are:
|
|
- `‘to_system’`: The observations are interpolated to the system grid.
|
|
- `‘to_system’`: The observations are interpolated to the system grid.
|
... | | ... | |