generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Realization configs for topmodel on CONUS
- Loading branch information
Showing
5 changed files
with
417 additions
and
0 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
data/baseline/conus_bmi_multi_realization_config_w_noah_pet_topm.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,80 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noah_pet_topmodel", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"modules": [ | ||
{ | ||
"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_c_topmodel", | ||
"library_file": "./extern/topmodel/cmake_build/libtopmodelbmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_topmod_config/topmod_{{id}}.run", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"registration_function": "register_bmi_topmodel", | ||
"variables_names_map": { | ||
"atmosphere_water__liquid_equivalent_precipitation_rate": "QINSUR" | ||
}, | ||
"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/" | ||
} |
68 changes: 68 additions & 0 deletions
68
data/baseline/conus_bmi_multi_realization_config_w_noah_topm.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,68 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noah_topmodel", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"modules": [ | ||
{ | ||
"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_topmodel", | ||
"library_file": "./extern/topmodel/cmake_build/libtopmodelbmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_topmod_config/topmod_{{id}}.run", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"registration_function": "register_bmi_topmodel", | ||
"variables_names_map": { | ||
"water_potential_evaporation_flux": "EVAPOTRANS", | ||
"atmosphere_water__liquid_equivalent_precipitation_rate": "QINSUR" | ||
}, | ||
"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/" | ||
} |
80 changes: 80 additions & 0 deletions
80
data/baseline/conus_bmi_multi_realization_config_w_pet_noah_topm.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,80 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noah_pet_topmodel", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"modules": [ | ||
{ | ||
"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_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_topmodel", | ||
"library_file": "./extern/topmodel/cmake_build/libtopmodelbmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_topmod_config/topmod_{{id}}.run", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"registration_function": "register_bmi_topmodel", | ||
"variables_names_map": { | ||
"atmosphere_water__liquid_equivalent_precipitation_rate": "QINSUR" | ||
}, | ||
"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/" | ||
} |
58 changes: 58 additions & 0 deletions
58
data/baseline/conus_bmi_multi_realization_config_w_pet_topm.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,58 @@ | ||
{ | ||
"global": { | ||
"formulations": [ | ||
{ | ||
"name": "bmi_multi", | ||
"params": { | ||
"model_type_name": "bmi_multi_noah_pet_topmodel", | ||
"forcing_file": "", | ||
"init_config": "", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"modules": [ | ||
{ | ||
"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_c_topmodel", | ||
"library_file": "./extern/topmodel/cmake_build/libtopmodelbmi", | ||
"forcing_file": "", | ||
"init_config": "./conus_topmod_config/topmod_{{id}}.run", | ||
"allow_exceed_end_time": true, | ||
"main_output_variable": "Qout", | ||
"registration_function": "register_bmi_topmodel", | ||
"variables_names_map": { | ||
"atmosphere_water__liquid_equivalent_precipitation_rate": "precip_rate" | ||
}, | ||
"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/" | ||
} |
Oops, something went wrong.