File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
amr-wind/equation_systems Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ void ABLMesoForcingMom::mean_velocity_init(
60
60
const int num_meso_ht = ncfile.nheights ();
61
61
m_nht = vavg.ncell_line ();
62
62
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.
67
63
68
64
m_zht.resize (m_nht);
69
65
m_vavg_ht.resize (m_nht);
Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ void ABLMesoForcingTemp::mean_temperature_init(
57
57
m_nht = tavg.ncell_line ();
58
58
59
59
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.
64
60
65
61
m_zht.resize (m_nht);
66
62
m_theta_ht.resize (m_nht);
You can’t perform that action at this time.
0 commit comments