AtmosphericDA-DModel / configuration.json
zhangrenchao's picture
Upload folder using huggingface_hub
9613b5e verified
Raw
History Blame Contribute Delete
502 Bytes
{
"format_version": "2.0",
"framework": "PyTorch",
"task": "two-layer-streamfunction-analysis-increment-correction",
"model": "AtmosphericDA-DModel",
"input_format": "NCYX",
"output_format": "NCYX",
"observation_format": "NBO where B=12 and O=50",
"protocol": "hybrid_qg_analysis_increment_v2",
"default_config": "conf/config.yaml",
"training": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}