File size: 460 Bytes
702a3cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"framework": "PyTorch",
"task": "Offline emulation of WRF YSU planetary boundary layer diagnostics",
"model": "PBL-Emulator",
"input_format": "N16 near-surface and forcing variables",
"output_format": "N17x5 [U,V,W,tk,QVAPOR] at the same 3-hour timestamp",
"default_config": "conf/config.yaml",
"training": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}
|