Skip to content

Commit

Permalink
Updated config file
Browse files Browse the repository at this point in the history
Config file is updated to resolve Issue #44
  • Loading branch information
arpita0911patel authored Nov 30, 2023
1 parent 123c541 commit d0cc654
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions config/awi_simplified_realization.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@
"fixed_time_step": false,
"uses_forcing_file": false,
"modules": [
{
"name": "bmi_c++",
"params": {
"name": "bmi_c++",
"model_type_name": "SLOTH",
"main_output_variable": "z",
"init_config": "/dev/null",
"allow_exceed_end_time": true,
"fixed_time_step": false,
"uses_forcing_file": false,
"model_params": {
"sloth_ice_fraction_schaake(1,double,m,node)": "0.0",
"sloth_ice_fraction_xinan(1,double,1,node)": "0.0",
"sloth_smp(1,double,1,node)": "0.0",
"EVAPOTRANS": "0.0"
},
"library_file": "/dmod/shared_libs/libslothmodel.so",
"registration_function": "none"
}
},
{
"name": "bmi_c",
"params": {
Expand Down Expand Up @@ -44,27 +64,7 @@
"library_file": "/dmod/shared_libs/libcfebmi.so.1.0.0",
"registration_function": "register_bmi_cfe"
}
},
{
"name": "bmi_c++",
"params": {
"name": "bmi_c++",
"model_type_name": "SLOTH",
"main_output_variable": "z",
"init_config": "/dev/null",
"allow_exceed_end_time": true,
"fixed_time_step": false,
"uses_forcing_file": false,
"model_params": {
"sloth_ice_fraction_schaake(1,double,m,node)": "0.0",
"sloth_ice_fraction_xinan(1,double,1,node)": "0.0",
"sloth_smp(1,double,1,node)": "0.0",
"EVAPOTRANS": "0.0"
},
"library_file": "/dmod/shared_libs/libslothmodel.so",
"registration_function": "none"
}
}
}
]
}
}
Expand Down

0 comments on commit d0cc654

Please sign in to comment.