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