netxsimdg
Loading...
Searching...
No Matches
RectangularGrid.cpp
Go to the documentation of this file.
1
9
10namespace Nextsim {
11
12const std::string RectangularGrid::structureName = "simple_rectangular";
13const std::string RectangularGrid::xDimName = "x";
14const std::string RectangularGrid::yDimName = "y";
15const std::string RectangularGrid::nIceLayersName = "nLayers";
16
17} /* namespace Nextsim */