Skip to content

Commit

Permalink
removed a comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed May 8, 2024
1 parent 3d12c23 commit dc64d6e
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions realizations/realization_config_smp_cfe.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
},
"catchments": {
"cat-27": {
"formulations": [
{
"formulations": [
{
"name": "bmi_multi",
"params": {
"model_type_name": "bmi_multi_sloth_smp",
"forcing_file": "",
"init_config": "",
"allow_exceed_end_time": true,
"main_output_variable": "soil_storage",
"output_variables" : [
"soil_water_table"
],
"modules": [
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_multi_sloth_smp",
"forcing_file": "",
"init_config": "",
"allow_exceed_end_time": true,
"main_output_variable": "soil_storage",
"output_variables" : [
"soil_water_table"
],
"modules": [
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_c++_sloth",
"library_file": "./extern/sloth/cmake_build/libslothmodel",
"init_config": "/dev/null",
Expand All @@ -30,30 +30,30 @@
"uses_forcing_file": false,
"model_params": {
"sloth_ice_fraction_schaake(1,double,m,node)": 0.0,
"sloth_ice_fraction_xinanjiang(1,double,1,node)": 0.0,
"sloth_smp(1,double,1,node)": 0.0,
"sloth_soil_moisture_wetting_fronts(1,double,1,node)": 0.0,
"sloth_soil_depth_wetting_fronts(1,double,1,node)": 0.0,
"sloth_num_wetting_fronts(1,int,1,node)": 1,
"sloth_Qb_topmodel(1,double,1,node)": 0.0,
"sloth_Qv_topmodel(1,double,1,node)": 0.0,
"sloth_global_deficit(1,double,1,node)": 0.0
"sloth_ice_fraction_xinanjiang(1,double,1,node)": 0.0,
"sloth_smp(1,double,1,node)": 0.0,
"sloth_soil_moisture_wetting_fronts(1,double,1,node)": 0.0,
"sloth_soil_depth_wetting_fronts(1,double,1,node)": 0.0,
"sloth_num_wetting_fronts(1,int,1,node)": 1,
"sloth_Qb_topmodel(1,double,1,node)": 0.0,
"sloth_Qv_topmodel(1,double,1,node)": 0.0,
"sloth_global_deficit(1,double,1,node)": 0.0
}
}
}
},
{
"name": "bmi_c",
"params": {
"model_type_name": "bmi_c_pet",
"library_file": "./extern/evapotranspiration/evapotranspiration/cmake_build/libpetbmi",
"forcing_file": "",
"init_config": "./extern/cfe/cfe/configs/cat_87_bmi_config_pet_pass.txt",
"allow_exceed_end_time": true,
"main_output_variable": "water_potential_evaporation_flux",
"registration_function":"register_bmi_pet",
"uses_forcing_file": false
}
},
{
"name": "bmi_c",
"params": {
"model_type_name": "bmi_c_pet",
"library_file": "./extern/evapotranspiration/evapotranspiration/cmake_build/libpetbmi",
"forcing_file": "",
"init_config": "./extern/cfe/cfe/configs/cat_87_bmi_config_pet_pass.txt",
"allow_exceed_end_time": true,
"main_output_variable": "water_potential_evaporation_flux",
"registration_function":"register_bmi_pet",
"uses_forcing_file": false
}
},
{
"name": "bmi_c",
"params": {
Expand All @@ -65,56 +65,56 @@
"main_output_variable": "Q_OUT",
"registration_function": "register_bmi_cfe",
"variables_names_map": {
"water_potential_evaporation_flux" : "water_potential_evaporation_flux",
"atmosphere_water__liquid_equivalent_precipitation_rate" : "APCP_surface",
"atmosphere_air_water~vapor__relative_saturation" : "SPFH_2maboveground",
"land_surface_air__temperature" : "TMP_2maboveground",
"land_surface_wind__x_component_of_velocity" : "UGRD_10maboveground",
"land_surface_wind__y_component_of_velocity" : "VGRD_10maboveground",
"land_surface_radiation~incoming~longwave__energy_flux" : "DLWRF_surface",
"land_surface_radiation~incoming~shortwave__energy_flux" : "DSWRF_surface",
"land_surface_air__pressure" : "PRES_surface",
"ice_fraction_schaake" : "sloth_ice_fraction_schaake",
"ice_fraction_xinanjiang" : "sloth_ice_fraction_xinanjiang",
"soil_moisture_profile" : "sloth_smp"
"water_potential_evaporation_flux" : "water_potential_evaporation_flux",
"atmosphere_water__liquid_equivalent_precipitation_rate" : "APCP_surface",
"atmosphere_air_water~vapor__relative_saturation" : "SPFH_2maboveground",
"land_surface_air__temperature" : "TMP_2maboveground",
"land_surface_wind__x_component_of_velocity" : "UGRD_10maboveground",
"land_surface_wind__y_component_of_velocity" : "VGRD_10maboveground",
"land_surface_radiation~incoming~longwave__energy_flux" : "DLWRF_surface",
"land_surface_radiation~incoming~shortwave__energy_flux" : "DSWRF_surface",
"land_surface_air__pressure" : "PRES_surface",
"ice_fraction_schaake" : "sloth_ice_fraction_schaake",
"ice_fraction_xinanjiang" : "sloth_ice_fraction_xinanjiang",
"soil_moisture_profile" : "sloth_smp"
},
"uses_forcing_file": false
}
},
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_smp",
"library_file": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/cmake_build/libsmpbmi",
"init_config": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/configs/config_conceptual.txt",
"allow_exceed_end_time": true,
"main_output_variable": "soil_storage",
"variables_names_map" : {
"soil_storage" : "SOIL_STORAGE",
"soil_storage_change" : "SOIL_STORAGE_CHANGE",
{
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_smp",
"library_file": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/cmake_build/libsmpbmi",
"init_config": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/configs/config_conceptual.txt",
"allow_exceed_end_time": true,
"main_output_variable": "soil_storage",
"variables_names_map" : {
"soil_storage" : "SOIL_STORAGE",
"soil_storage_change" : "SOIL_STORAGE_CHANGE",
"Qb_topmodel": "sloth_Qb_topmodel",
"Qv_topmodel": "sloth_Qv_topmodel",
"global_deficit" : "sloth_global_deficit",
"global_deficit" : "sloth_global_deficit",
"sloth_soil_moisture_wetting_fronts": "soil_moisture_wetting_fronts",
"soil_depth_wetting_fronts" : "sloth_soil_depth_wetting_fronts",
"num_wetting_fronts" : "sloth_num_wetting_fronts",
},
"output_variables" : [
"soil_storage",
"soil_water_table"
],
"uses_forcing_file": false
}
}
],
"uses_forcing_file": false
"soil_depth_wetting_fronts" : "sloth_soil_depth_wetting_fronts",
"num_wetting_fronts" : "sloth_num_wetting_fronts"
},
"output_variables" : [
"soil_storage",
"soil_water_table"
],
"uses_forcing_file": false
}
}
],
"uses_forcing_file": false
}
}
}
],
"forcing": {
"path": "./extern/cfe/cfe/forcings/cat87_01Dec2015-.csv",
"provider": "CsvPerFeature"
"path": "./extern/cfe/cfe/forcings/cat87_01Dec2015-.csv",
"provider": "CsvPerFeature"
}
}
}
}
}

0 comments on commit dc64d6e

Please sign in to comment.