nickheavens-cgg
New member
I have tried to follow the Tutorial instructions in the lower part of MPAS Tutorial — Practice Session Guide
init_atmosphere and atmosphere are successfully built as executables.
However, when I try to make the static file, I get this error in the
log.init_atmosphere.0000.out
CRITICAL ERROR: Could not open input file 'x1.10242.grid.nc' to read mesh fields
By using print statements, I have traced this error to lines 325-330 of mpas_io.F
I have tried changing the iotype in namelist.init_atmosphere, set DEBUG=true, tried double precision etc.
The one thing I have not managed to do is install PIO 2.6, because I can't manage to do it within my current environment.
If anyone has:
1. An idea of what might be going wrong.
2. Tips for testing PIO in a conda environment (beyond the test in the MPAS-A makefile), please let me know.
init_atmosphere and atmosphere are successfully built as executables.
However, when I try to make the static file, I get this error in the
log.init_atmosphere.0000.out
CRITICAL ERROR: Could not open input file 'x1.10242.grid.nc' to read mesh fields
By using print statements, I have traced this error to lines 325-330 of mpas_io.F
Code:
|
I am using version 11.2 (also tried 12.2) of the GNU compilers, NetCDF-C 4.8.1, NetCDF-Fortran 4.5.4 (also tried 4.6.0), PNetCDF 1.12.3, and PIO 2.5.10. |
The one thing I have not managed to do is install PIO 2.6, because I can't manage to do it within my current environment.
If anyone has:
1. An idea of what might be going wrong.
2. Tips for testing PIO in a conda environment (beyond the test in the MPAS-A makefile), please let me know.