Skip to content

Commit

Permalink
Merge pull request #308 from RedFroggy/fix307EER
Browse files Browse the repository at this point in the history
fix(fix-307): Get eer from donnee_intermediaire when enum_methode_saisie_carac_sys_id = 6,7,8
  • Loading branch information
jgavignet authored Jan 20, 2025
2 parents 3fe7c0e + c662c91 commit a89227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/10_clim.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function tv_seer(di, de, du, zc_id) {

export default function calc_clim(clim, bfr, bfr_dep, zc_id, Sh) {
const de = clim.donnee_entree;
const di = {};
const di = clim.donnee_intermediaire || {};
const du = {};

const rs = de.surface_clim / Sh;
Expand Down

0 comments on commit a89227c

Please sign in to comment.