ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_ReadFromWRFInput.H
Go to the documentation of this file.
1 #ifdef ERF_USE_NETCDF
2 void
3 read_from_wrfinput (int lev,
4  const amrex::Box& subdomain,
5  const std::string& fname,
6  amrex::FArrayBox& NC_fab,
7  const std::string& NC_name,
8  amrex::Geometry& geom,
9  int& use_theta_m,
10  int& success);
11 #endif