ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <iostream>
#include <AMReX.H>
#include <AMReX_BLProfiler.H>
#include <AMReX_ParallelDescriptor.H>
#include "ERF.H"
Functions | |
void | add_par () |
int | main (int argc, char *argv[]) |
Variables | |
std::string | inputs_name |
void add_par | ( | ) |
Function to set the refine_grid_layout flags to (1,1,0) by default since the ERF default is different from the amrex default (1,1,1) Also set max_grid_size to very large since the only reason for chopping grids is if Nprocs > Ngrids
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main driver – creates the ERF object, calls ERF.InitData() and ERF.Evolve() Also includes the multiblock interface in the case where there is more than one ERF object
std::string inputs_name |
Referenced by main(), and ERF::writeJobInfo().