Hi-
I am trying to run a Regional MPAS case. When I specify io_type='netcdf'' for all of the inputs/outputs of MPAS-init and MPAS-model streams* files, everything works fine.
Now I'm testing using io_type='netcdf' for all of MPAS-init portion since init_atmosphere_model must be run serially. And for the streams.atmosphere_model file regarding the different portions of the MPAS-model runs, I am using io_type='pnetcdf'. When I run MPAS-model, the history files are about size 7MB, so I don't think I need 'pnetcdf,cdf5' format. Anyway, the specific error from running 'mpiexec -np 6 atmosphere_model' I see in the last part of the log*out file is:
***************************************************************************
--- initialize NOAH LSM tables
skipping over lutype = USGS
landuse type = MODIFIED_IGBP_MODIS_NOAH found 20 categories
end read VEGPARM.TBL
input soil texture classification = STAS
soil texture classification = STAS found 19 categories
end read SOILPARM.TBL
end read GENPARM.TBL
--- end initialize NOAH LSM tables
min/max of meshScalingDel2 = 1.00000000000000 1.18920711500272
min/max of meshScalingDel4 = 1.00000000000000 1.68179283050743
ERROR: MPAS IO Error: Bad return value from PIO
****************************************************************************
For reference, the relevant portions of my streams.atmosphere_model file are:
<stream name="output"
type="output"
io_type="pnetcdf"
clobber_mode="overwrite"
filename_template="history.$Y-$M-$D_$h.$m.$s.nc"
output_interval="3:00:00" >
<file name="stream_list.atmosphere.output"/>
</stream>
pio-2.5.4<stream name="diagnostics"
type="output"
io_type="pnetcdf"
clobber_mode="overwrite"
filename_template="diag.$Y-$M-$D_$h.$m.$s.nc"
output_interval="3:00:00" >
<file name="stream_list.atmosphere.diagnostics"/>
</stream>
Please let me know what a starting point would be to solve this. I am using pio-2.5.4.
I am trying to run a Regional MPAS case. When I specify io_type='netcdf'' for all of the inputs/outputs of MPAS-init and MPAS-model streams* files, everything works fine.
Now I'm testing using io_type='netcdf' for all of MPAS-init portion since init_atmosphere_model must be run serially. And for the streams.atmosphere_model file regarding the different portions of the MPAS-model runs, I am using io_type='pnetcdf'. When I run MPAS-model, the history files are about size 7MB, so I don't think I need 'pnetcdf,cdf5' format. Anyway, the specific error from running 'mpiexec -np 6 atmosphere_model' I see in the last part of the log*out file is:
***************************************************************************
--- initialize NOAH LSM tables
skipping over lutype = USGS
landuse type = MODIFIED_IGBP_MODIS_NOAH found 20 categories
end read VEGPARM.TBL
input soil texture classification = STAS
soil texture classification = STAS found 19 categories
end read SOILPARM.TBL
end read GENPARM.TBL
--- end initialize NOAH LSM tables
min/max of meshScalingDel2 = 1.00000000000000 1.18920711500272
min/max of meshScalingDel4 = 1.00000000000000 1.68179283050743
ERROR: MPAS IO Error: Bad return value from PIO
****************************************************************************
For reference, the relevant portions of my streams.atmosphere_model file are:
<stream name="output"
type="output"
io_type="pnetcdf"
clobber_mode="overwrite"
filename_template="history.$Y-$M-$D_$h.$m.$s.nc"
output_interval="3:00:00" >
<file name="stream_list.atmosphere.output"/>
</stream>
pio-2.5.4<stream name="diagnostics"
type="output"
io_type="pnetcdf"
clobber_mode="overwrite"
filename_template="diag.$Y-$M-$D_$h.$m.$s.nc"
output_interval="3:00:00" >
<file name="stream_list.atmosphere.diagnostics"/>
</stream>
Please let me know what a starting point would be to solve this. I am using pio-2.5.4.