From d0cc6547b81f410388a6074b76a432f4dd059aea Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Thu, 30 Nov 2023 10:21:23 -0600 Subject: [PATCH] Updated config file Config file is updated to resolve Issue https://github.com/CIROH-UA/NGIAB-CloudInfra/issues/44 --- config/awi_simplified_realization.json | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/config/awi_simplified_realization.json b/config/awi_simplified_realization.json index 330a46c..4d51153 100755 --- a/config/awi_simplified_realization.json +++ b/config/awi_simplified_realization.json @@ -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": { @@ -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" - } - } + } ] } }