Skip to content

Commit 2094fbe

Browse files
committed
chore: drop 'uses_forcing_file' field from examples
1 parent d588f40 commit 2094fbe

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

python/ngen_cal/tests/utils.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"init_config": "/Users/nels.frazier/workspace/ngen//data/bmi/c/cfe/cat-27_bmi_config.ini",
1313
"allow_exceed_end_time": False,
1414
"fixed_time_step": False,
15-
"uses_forcing_file": False,
1615
"variables_names_map": {
1716
"atmosphere_water__liquid_equivalent_precipitation_rate": "precip_rate",
1817
"water_potential_evaporation_flux": "potential_evapotranspiration",
@@ -66,7 +65,6 @@
6665
"init_config": "/Users/nels.frazier/workspace/ngen//data/bmi/c/cfe/cat-27_bmi_config.ini",
6766
"allow_exceed_end_time": False,
6867
"fixed_time_step": False,
69-
"uses_forcing_file": False,
7068
"variables_names_map": {
7169
"atmosphere_water__liquid_equivalent_precipitation_rate": "precip_rate",
7270
"water_potential_evaporation_flux": "potential_evapotranspiration",
@@ -148,4 +146,4 @@
148146
"evaluation_stop": "2015-12-30 23:00:00"}
149147
}
150148

151-
model_params = {"binary":"echo", "args":"ngen args", **evaluation_options}
149+
model_params = {"binary":"echo", "args":"ngen args", **evaluation_options}

python/ngen_conf/tests/data/test_config.json

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"init_config": "",
1212
"allow_exceed_end_time": false,
1313
"fixed_time_step": false,
14-
"uses_forcing_file": false,
1514
"modules": [
1615
{
1716
"name": "bmi_fortran",
@@ -22,7 +21,6 @@
2221
"init_config": "NOAH/cat-1.input",
2322
"allow_exceed_end_time": true,
2423
"fixed_time_step": false,
25-
"uses_forcing_file": false,
2624
"variables_names_map": {
2725
"PRCPNONC": "atmosphere_water__liquid_equivalent_precipitation_rate",
2826
"Q2": "atmosphere_air_water~vapor__relative_saturation",
@@ -45,7 +43,6 @@
4543
"init_config": "cfe/config.txt",
4644
"allow_exceed_end_time": true,
4745
"fixed_time_step": false,
48-
"uses_forcing_file": false,
4946
"variables_names_map": {
5047
"atmosphere_water__liquid_equivalent_precipitation_rate": "QINSUR",
5148
"water_potential_evaporation_flux": "EVAPOTRANS",
@@ -67,7 +64,6 @@
6764
"init_config": "/dev/null",
6865
"allow_exceed_end_time": true,
6966
"fixed_time_step": false,
70-
"uses_forcing_file": false,
7167
"model_params": {
7268
"sloth_ice_fraction_schaake(1,double,m,node)": 0.0,
7369
"sloth_ice_fraction_xinan(1,double,1,node)": 0.0,

python/ngen_config_gen/examples/ngen_realization/example_bmi_multi_realization_config.json

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"init_config": "/dev/null",
2121
"allow_exceed_end_time": true,
2222
"main_output_variable": "z",
23-
"uses_forcing_file": false,
2423
"model_params": {
2524
"sloth_ice_fraction_schaake(1,double,m,node)": 0.0,
2625
"sloth_ice_fraction_xinan(1,double,1,node)": 0.0,
@@ -48,7 +47,6 @@
4847
"SOLDN": "land_surface_radiation~incoming~shortwave__energy_flux",
4948
"SFCPRS": "land_surface_air__pressure"
5049
},
51-
"uses_forcing_file": false
5250
}
5351
},
5452
{
@@ -75,11 +73,9 @@
7573
"ice_fraction_xinan": "sloth_ice_fraction_xinan",
7674
"soil_moisture_profile": "sloth_smp"
7775
},
78-
"uses_forcing_file": false
7976
}
8077
}
8178
],
82-
"uses_forcing_file": false
8379
}
8480
}
8581
],

0 commit comments

Comments
 (0)