Skip to content

Commit f3e85e6

Browse files
authored
Remove deprecated docs in meso forcing (#1721)
1 parent 97349ae commit f3e85e6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

amr-wind/equation_systems/icns/source_terms/ABLMesoForcingMom.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ void ABLMesoForcingMom::mean_velocity_init(
6060
const int num_meso_ht = ncfile.nheights();
6161
m_nht = vavg.ncell_line();
6262
m_axis = vavg.axis();
63-
// The implementation depends the assumption that the ABL statistics class
64-
// computes statistics at the cell-centeres only on level 0. If this
65-
// assumption changes in future, the implementation will break... so put in
66-
// a check here to catch this.
6763

6864
m_zht.resize(m_nht);
6965
m_vavg_ht.resize(m_nht);

amr-wind/equation_systems/temperature/source_terms/ABLMesoForcingTemp.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ void ABLMesoForcingTemp::mean_temperature_init(
5757
m_nht = tavg.ncell_line();
5858

5959
m_axis = tavg.axis();
60-
// The implementation depends the assumption that the ABL statistics class
61-
// computes statistics at the cell-centeres only on level 0. If this
62-
// assumption changes in future, the implementation will break... so put in
63-
// a check here to catch this.
6460

6561
m_zht.resize(m_nht);
6662
m_theta_ht.resize(m_nht);

0 commit comments

Comments
 (0)