IMPROVER-AIFS / configuration.json
zhangrenchao's picture
Upload folder using huggingface_hub
7a7efc9 verified
Raw
History Blame Contribute Delete
857 Bytes
{
"format_version": "aiweather_station_patch_v2",
"framework": "PyTorch",
"task": "weather_forecast_statistical_postprocessing",
"model": "IMPROVER-AIFS",
"input_format": "lazy [valid_date, history_day=30, lead=241, variable=3, source=3, station=569, patch_y=3, patch_x=3]",
"output_format": "[valid_date, lead=241, variable=3, station=569] plus threshold probabilities",
"protocol": "improver_aifs_trotta_2025_station_validation",
"fidelity_scope": "paper-confirmed 569-station validation object and pre-extracted 3x3 target-grid neighborhoods; not the unpublished full operational Albers grid",
"target_grid_adapter": {"projection": "Albers", "nx": null, "ny": null, "required": true},
"default_config": "conf/config.yaml",
"training": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py"
}