There is a mistake in your technical note in equations where you calculate $F_{MO,tmp}$ (Eq.3.6.190, Eq. 3.6.362). The actually way of this variable limitation little differs and writes as follows:
TMP1 = ConstVonKarman * (ConstGravityAcc/TVIR) * HeatSensibleTmp / (DensityAirRefHeight*ConstHeatCapacAir)if ( abs(TMP1) <= MPE ) TMP1 = MPE
Thank you for pointing out this typo in the technical note. Yes, they are indeed slightly different and should be corrected in the technical note. We will update this in the next version of the technical note.
There is a mistake in your technical note in equations where you calculate $F_{MO,tmp}$ (Eq.3.6.190, Eq. 3.6.362). The actually way of this variable limitation little differs and writes as follows:
TMP1 = ConstVonKarman * (ConstGravityAcc/TVIR) * HeatSensibleTmp / (DensityAirRefHeight*ConstHeatCapacAir)
if ( abs(TMP1) <= MPE ) TMP1 = MPE