generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrealization_config_lasam_sft.json
124 lines (124 loc) · 4.01 KB
/
realization_config_lasam_sft.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"time": {
"start_time": "2016-10-01 00:00:00",
"end_time": "2017-08-09 11:00:00",
"output_interval": 3600
},
"catchments": {
"cat-27": {
"formulations": [
{
"name": "bmi_multi",
"params": {
"model_type_name": "bmi_multi_lasam_smp",
"forcing_file": "",
"init_config": "",
"allow_exceed_end_time": true,
"main_output_variable": "total_discharge",
"output_variables" : [
"precipitation",
"potential_evapotranspiration",
"actual_evapotranspiration",
"surface_runoff",
"giuh_runoff",
"soil_storage",
"total_discharge",
"infiltration",
"percolation"
],
"modules": [
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_c++_sloth",
"library_file": "./extern/sloth/cmake_build/libslothmodel",
"init_config": "/dev/null",
"allow_exceed_end_time": true,
"main_output_variable": "z",
"uses_forcing_file": false,
"model_params": {
"sloth_soil_storage(1,double,m,node)" : 0.0,
"soil_storage_change(1,double,m,node)" : 0.0,
"ground_surface_temperature(1,double,K,node)" : 275.15,
"Qb_topmodel(1,double,1,node)": 0.0,
"Qv_topmodel(1,double,1,node)": 0.0,
"global_deficit(1,double,1,node)": 0.0
}
}
},
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_smp",
"library_file": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/cmake_build/libsmpbmi",
"init_config": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/configs/config_layered.txt",
"allow_exceed_end_time": true,
"main_output_variable": "soil_water_table",
"variables_names_map" : {
"soil_moisture_wetting_fronts" : "soil_moisture_wetting_fronts",
"soil_depth_wetting_fronts" : "soil_depth_wetting_fronts",
"num_wetting_fronts" : "soil_num_wetting_fronts"
},
"uses_forcing_file": false
}
},
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_sft",
"library_file": "./extern/SoilFreezeThaw/SoilFreezeThaw/cmake_build/libsftbmi",
"init_config": "./extern/SoilFreezeThaw/SoilFreezeThaw/configs/laramie_config.txt",
"allow_exceed_end_time": true,
"main_output_variable": "num_cells",
"variables_names_map" : {
"ground_temperature" : "ground_surface_temperature"
},
"uses_forcing_file": false
}
},
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_lasam",
"library_file": "./extern/LGAR-C/LGAR-C/cmake_build/liblasambmi",
"init_config": "./extern/LGAR-C/LGAR-C/configs/config_lasam_sft_ngen.txt",
"allow_exceed_end_time": true,
"main_output_variable": "precipitation_rate",
"variables_names_map" : {
"precipitation_rate" : "P",
"potential_evapotranspiration_rate" : "PET"
},
"model_params": {
"smcmax": [0.50, 0.49, 0.48],
"smcmin": [0.09, 0.08, 0.07],
"van_genuchten_n": [2.0, 2.1, 2.2],
"van_genuchten_alpha": [0.009, 0.008, 0.007],
"hydraulic_conductivity": [10.0, 11.0, 12.0],
"field_capacity": 333.3,
"ponded_depth_max": 1.1
},
"output_variables" : [
"precipitation",
"potential_evapotranspiration",
"actual_evapotranspiration",
"surface_runoff",
"giuh_runoff",
"soil_storage",
"total_discharge",
"infiltration",
"percolation"
],
"uses_forcing_file": false
}
}
],
"uses_forcing_file": false
}
}
],
"forcing": {
"path" : "./extern/LGAR-C/LGAR-C/forcing/forcing_data_resampled_uniform_Phillipsburg.csv"
}
}
}
}