NCAR / noahmp

Noah-MP Community Repository
Other
72 stars 81 forks source link

Mistake in documentation #149

Closed MrKozelberg closed 2 weeks ago

MrKozelberg commented 3 weeks ago

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

cenlinhe commented 2 weeks ago

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.