I'm trying to create the initial conditions for my 3 km mesh regional (CONUS) MPAS run. When I run the initial conditions, I get the following error:
Reading dimensions from input streams ...
----- reading dimensions from stream 'input' using file conus.static.nc
nCells = 2493988
nEdges = 7488430
nVertices = 4994443
TWO = 2
maxEdges = 6
maxEdges2 = 12
vertexDegree = 3
R3 = 3
nMonths = 12
nSoilComps *** not found in stream ***
ERROR: At least one fields to be read from the 'input' stream is dimensioned
I checked my conus.static.nc file and it does not have nSoilComps as a dimension. However, when I was practicing running the regional model with 60 km mesh over the same spatiotemporal domain, it does in fact have nSoilComps = 8. Does anyone know what could have caused this dimension to not be put in the 3 km conus.static file or know of a way around this?
Thanks!
Elisa
Reading dimensions from input streams ...
----- reading dimensions from stream 'input' using file conus.static.nc
nCells = 2493988
nEdges = 7488430
nVertices = 4994443
TWO = 2
maxEdges = 6
maxEdges2 = 12
vertexDegree = 3
R3 = 3
nMonths = 12
nSoilComps *** not found in stream ***
ERROR: At least one fields to be read from the 'input' stream is dimensioned
I checked my conus.static.nc file and it does not have nSoilComps as a dimension. However, when I was practicing running the regional model with 60 km mesh over the same spatiotemporal domain, it does in fact have nSoilComps = 8. Does anyone know what could have caused this dimension to not be put in the 3 km conus.static file or know of a way around this?
Thanks!
Elisa