-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 1.26 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"common":
{
"case_name": "terminator_chemistry"
},
"wrf_les":
{
"domain_type": "Cartesian 3d",
"data_root": "/Users/dongli/lasm.build/data",
"data_pattern": "wrf_les.40x40x40.%Y-%N-%D_%H:%M:%S.nc",
"time_step_size_in_seconds": 30,
"output_pattern": "lasm.wrf_les.max_mix.40x40x40.%5s.nc",
"output_frequency": "1 step",
"velocity_stagger": true
},
"barotropic":
{
"domain_type": "Sphere 2d",
"data_root": "/Users/dongli/barotropic-model.build",
"data_pattern": "barotropic.%Y-%N-%D_%H:%M:%S.nc",
"time_step_size_in_seconds": 1800,
"output_pattern": "lasm.barotropic.dt1800.mix_coef0.01.240x121.%5s.nc",
"output_frequency": "1 hour",
"velocity_stagger": false
},
"lasm":
{
// "parcel_refine_file_path": "/Users/dongli/lasm.build/data/wrf_les.refine.40x40x40.nc"
},
"deform":
{
"output_pattern": "lasm.deform.case4.mix_coef0.1.240x121.%5s.nc",
"output_frequency": "1 step"
},
"terminator_chemistry":
{
"time_step_size_in_seconds": 1800,
"output_pattern": "lasm.terminator_chemistry.tendency_on_mesh.360x181.%5s.nc",
"output_frequency": "1 step"
}
}