ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateWSubsidence_GATE.H
Go to the documentation of this file.
1 
2  // GATE: subsidence is disabled (all zeros)
3  for (int k = 0; k <= khi+1; k++) {
4  wbar[k] = 0.0;
5  }
6 
7  // Copy from host version to device version
8  amrex::Gpu::copy(amrex::Gpu::hostToDevice, wbar.begin(), wbar.end(), d_wbar.begin());
@ wbar
Definition: ERF_DataStruct.H:153
const int khi
Definition: ERF_InitCustomPert_Bubble.H:21