generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lasam realization config with routing
- Loading branch information
Showing
2 changed files
with
232 additions
and
0 deletions.
There are no files selected for viewing
96 changes: 96 additions & 0 deletions
96
data/baseline/conus_bmi_multi_realization_config_w_sloth_noah_pet_lgc_trt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noahowp_lgc", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "total_discharge", | ||
"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": { | ||
"soil_temperature_profile(1,double,K,node)" : 275.15 | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "bmi_fortran", | ||
"params": { | ||
"model_type_name": "bmi_fortran_noahowp", | ||
"library_file": "./extern/noah-owp-modular/cmake_build/libsurfacebmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_config/NoahOWP_{{id}}.namelist", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "QINSUR", | ||
"variables_names_map": { | ||
"PRCPNONC": "atmosphere_water__liquid_equivalent_precipitation_rate", | ||
"Q2": "atmosphere_air_water~vapor__relative_saturation", | ||
"SFCTMP": "land_surface_air__temperature", | ||
"UU": "land_surface_wind__x_component_of_velocity", | ||
"VV": "land_surface_wind__y_component_of_velocity", | ||
"LWDN": "land_surface_radiation~incoming~longwave__energy_flux", | ||
"SOLDN": "land_surface_radiation~incoming~shortwave__energy_flux", | ||
"SFCPRS": "land_surface_air__pressure" | ||
}, | ||
"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": "./conus_config/PET_{{id}}.ini", | ||
"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_lasam", | ||
"library_file": "./extern/LGAR-C/cmake_build/liblasambmi", | ||
"init_config": "./conus_lsm_configs/{{id}}_config_lasam.txt", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "total_discharge", | ||
"variables_names_map" : { | ||
"precipitation_rate" : "QINSUR", | ||
"potential_evapotranspiration_rate" : "water_potential_evaporation_flux" | ||
}, | ||
"uses_forcing_file": false | ||
} | ||
} | ||
], | ||
"uses_forcing_file": false | ||
} | ||
} | ||
], | ||
"forcing": { | ||
"path": "./forcing/NextGen_forcing_2016010100.nc", | ||
"provider": "NetCDF" | ||
} | ||
}, | ||
"time": { | ||
"start_time": "2016-01-01 00:00:00", | ||
"end_time": "2016-01-10 23:00:00", | ||
"output_interval": 3600 | ||
}, | ||
"output_root": "./output_dir/", | ||
"routing": { | ||
"t_route_config_file_with_path": "./data/baseline/routing_config_CONUS.yaml" | ||
} | ||
} |
136 changes: 136 additions & 0 deletions
136
data/baseline/conus_bmi_multi_realization_config_w_sloth_noah_pet_smp_sft_lgc_trt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noahowp_lgc", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "total_discharge", | ||
"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": { | ||
"soil_moisture_wetting_fronts(1,double,1,node)": 0.0, | ||
"soil_depth_wetting_fronts(1,double,1,node)": 0.0, | ||
"num_wetting_fronts(1,int,1,node)": 1.0, | ||
"Qb_topmodel(1,double,1,node)": 0.0, | ||
"Qv_topmodel(1,double,1,node)": 0.0, | ||
"global_deficit(1,double,1,node)": 0.0, | ||
"sloth_SOIL_STORAGE(1,double,m,node)": 0.8, | ||
"sloth_SOIL_STORAGE_CHANGE(1,double,m,node)": -0.000472, | ||
"soil_temperature_profile(1,double,K,node)" : 275.15 | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "bmi_fortran", | ||
"params": { | ||
"model_type_name": "bmi_fortran_noahowp", | ||
"library_file": "./extern/noah-owp-modular/cmake_build/libsurfacebmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_config/NoahOWP_{{id}}.namelist", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "QINSUR", | ||
"variables_names_map": { | ||
"PRCPNONC": "atmosphere_water__liquid_equivalent_precipitation_rate", | ||
"Q2": "atmosphere_air_water~vapor__relative_saturation", | ||
"SFCTMP": "land_surface_air__temperature", | ||
"UU": "land_surface_wind__x_component_of_velocity", | ||
"VV": "land_surface_wind__y_component_of_velocity", | ||
"LWDN": "land_surface_radiation~incoming~longwave__energy_flux", | ||
"SOLDN": "land_surface_radiation~incoming~shortwave__energy_flux", | ||
"SFCPRS": "land_surface_air__pressure" | ||
}, | ||
"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": "./conus_config/PET_{{id}}.ini", | ||
"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_smp", | ||
"library_file": "./extern/SoilMoistureProfiles/SoilMoistureProfiles/cmake_build/libsmpbmi", | ||
"init_config": "./conus_smp_config/config_layered.txt", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "soil_water_table", | ||
"variables_names_map" : { | ||
"soil_storage" : "sloth_SOIL_STORAGE", | ||
"soil_storage_change" : "sloth_SOIL_STORAGE_CHANGE" | ||
}, | ||
"uses_forcing_file": false | ||
} | ||
}, | ||
{ | ||
"name": "bmi_c++", | ||
"params": { | ||
"model_type_name": "bmi_sft", | ||
"library_file": "./extern/SoilFreezeThaw/SoilFreezeThaw/cmake_build/libsftbmi", | ||
"init_config": "./conus_sft_configs/SoilFreezeThaw_{{id}}.ini", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "num_cells", | ||
"variables_names_map" : { | ||
"ground_temperature" : "TGS", | ||
"soil_temperature_profile" : "soil_temperature_profile_output" | ||
}, | ||
"uses_forcing_file": false | ||
} | ||
}, | ||
{ | ||
"name": "bmi_c++", | ||
"params": { | ||
"model_type_name": "bmi_lasam", | ||
"library_file": "./extern/LGAR-C/cmake_build/liblasambmi", | ||
"init_config": "./conus_lsm_configs/{{id}}_config_lasam.txt", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "total_discharge", | ||
"variables_names_map" : { | ||
"precipitation_rate" : "QINSUR", | ||
"potential_evapotranspiration_rate" : "water_potential_evaporation_flux", | ||
"soil_moisture_wetting_fronts" : "soil_moisture_wetting_fronts_output", | ||
"soil_depth_wetting_fronts" : "soil_depth_wetting_fronts_output" | ||
}, | ||
"uses_forcing_file": false | ||
} | ||
} | ||
], | ||
"uses_forcing_file": false | ||
} | ||
} | ||
], | ||
"forcing": { | ||
"path": "./forcing/NextGen_forcing_2016010100.nc", | ||
"provider": "NetCDF" | ||
} | ||
}, | ||
"time": { | ||
"start_time": "2016-01-01 00:00:00", | ||
"end_time": "2016-01-10 23:00:00", | ||
"output_interval": 3600 | ||
}, | ||
"output_root": "./output_dir/", | ||
"routing": { | ||
"t_route_config_file_with_path": "./data/baseline/routing_config_CONUS.yaml" | ||
} | ||
} |