netxsimdg
Loading...
Searching...
No Matches
DevGrid.cpp
Go to the documentation of this file.
1
8#include "include/DevGrid.hpp"
9
10#include <cstddef>
11#include <vector>
12
13namespace Nextsim {
14
15const std::string DevGrid::structureName = "devgrid";
16const std::string DevGrid::xDimName = "x";
17const std::string DevGrid::yDimName = "y";
18const std::string DevGrid::nIceLayersName = "nLayers";
19const int DevGrid::nx = 10;
20
21} /* namespace Nextsim */