Hello ElectronVolt714,
The n2_to_n1_table defines how corrected N1 depends on corrected N2 and inlet Mach number. This table establishes a one-to-one relationship between N1 and N2 for each inlet Mach number and, unfortunately, cannot be further adjusted using additional parameters such as altitude, air pressure, air density, etc.
Another way to link corrected N1 and corrected N2 is to not use this table. However, in that case, corrected N1 and corrected N2 will still remain uniquely coupled through a cubic equation. A Mach correction may also be applied to corrected N1 in that case, but again only as a function of inlet Mach, and not of any other parameters.
In both cases, there is a SimVar TURB_ENG_N1_LOSS that can be used to reduce corrected N1 (via RPN code), but only within a 1% range. Therefore, it is unlikely to provide significant help in this situation.
Given all of the above, at this point I can only suggest a workaround: replacing the displayed N1 (or N2) indication on the RPN side depending on altitude (pressure, density, etc.), while internally they would still remain uniquely coupled in the simulation for each inlet Mach number.
At the same time, gross thrust can also be reduced on the RPN side using the SimVar TURB_ENG_THRUST_EFFICIENCY_LOSS, which can take values from 0 to 1 depending on the conditions you define. In that case, gross thrust will be multiplied by (1 − TURB_ENG_THRUST_EFFICIENCY_LOSS).
Going forward, we will take note of the request to allow adjustment of the N1–N2 relationship based on parameters other than inlet Mach number.
Best regards,
Andrey/Asobo