Skip to content
Snippets Groups Projects
Commit 56972e9b authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Changement dans les variables de la Radio.

parent 3f63eb0f
No related branches found
No related tags found
No related merge requests found
......@@ -57,21 +57,6 @@
double coef;
double res;
/*
coef = static_cast<double>(m_AtmosphericRadiativeTerms->GetOzoneTransmission()
* m_AtmosphericRadiativeTerms->GetOxygenTransmission()
* m_AtmosphericRadiativeTerms->GetWaterVaporTransmission()
* m_AtmosphericRadiativeTerms->GetDownwardTransmittance()
* m_AtmosphericRadiativeTerms->GetUpwardTransmittance() );
coef = 1 / coef;
res = static_cast<double>( m_AtmosphericRadiativeTerms->GetWaterVaporTransmission()
* m_AtmosphericRadiativeTerms->GetDownwardTransmittance()
* m_AtmosphericRadiativeTerms->GetUpwardTransmittance() );
res = m_AtmosphericRadiativeTerms->GetIntrinsicAtmosphericReflectance() / res;
res = -res;
*/
coef = static_cast<double>(m_AtmosphericRadiativeTerms->GetTotalGaseousTransmission()
* m_AtmosphericRadiativeTerms->GetDownwardTransmittance()
* m_AtmosphericRadiativeTerms->GetUpwardTransmittance() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment