File size: 543 Bytes
7f71cfd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "framework": "PyTorch",
  "task": "atmospheric_single_column_rollout",
  "model": "StableNN-Phys",
  "config": "config.json",
  "input_format": "sL [B,34] + qT [B,34] + SHF/LHF/SOLIN [B,3] = [B,71]",
  "output_format": "sL and qT tendencies [B,68]",
  "training_window_steps": 20,
  "rollout_steps": 64,
  "per_step_length": 65,
  "step_hours": 3,
  "default_config": "conf/config.yaml",
  "training": "scripts/train.py",
  "inference": "scripts/inference.py",
  "evaluation": "scripts/result.py",
  "visualization": "scripts/result.py"
}