Skip to content

Commit

Permalink
change inv_tdc from array to matrix and set enable_mismatch_vmax_calc…
Browse files Browse the repository at this point in the history
… to zero to match Solesca results from Cargo test
  • Loading branch information
sjanzou committed May 8, 2024
1 parent db5d852 commit 857d8a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions test/input_json/solesca/sam_pv_test _out.json

This file was deleted.

12 changes: 6 additions & 6 deletions test/input_json/solesca/sam_pv_test.json
Expand Up @@ -178,7 +178,7 @@
],
"irrad_mode": 0.0,
"sky_model": 2.0,
"enable_mismatch_vmax_calc": 1.0,
"enable_mismatch_vmax_calc": 0.0,
"calculate_rack_shading": 1.0,
"calculate_bifacial_electrical_mismatch": 0.0,
"subarray1_shading_diff": 0.0,
Expand Down Expand Up @@ -622,28 +622,28 @@
"inv_cec_cg_vdco": 0.0,
"inv_cec_cg_vdcmax": 0.0,
"inv_cec_cg_eff_cec": 0.0,
"inv_tdc_cec_cg": [
"inv_tdc_cec_cg": [[
1300.0,
50.0,
-0.02,
53.0,
-0.47
],
]],
"inv_ds_paco": 24000.0,
"inv_ds_eff": 98.0,
"inv_ds_pnt": 1.79,
"inv_ds_pso": 46.660604748907716,
"inv_ds_vdco": 712.0,
"inv_ds_vdcmax": 800.0,
"inv_tdc_ds": [
"inv_tdc_ds": [[
1300.0,
50.0,
-0.02,
53.0,
-0.47
],
]],
"en_batt": 0.0,
"compute_module_name": "pvsamv1",
"adjust_constant": 0.0,
"dc_adjust_constant": 10.71428571428571
}
}
3 changes: 3 additions & 0 deletions test/input_json/solesca/sam_pv_test_out.json
@@ -0,0 +1,3 @@
{
"annual_energy": 114692.836
}

0 comments on commit 857d8a2

Please sign in to comment.