Hello there,
I am trying to run the 15km-3km mesh.
I have downloaded file: x5.6488066.tar.gz, which do not have "
static.nc" file with it.
So I tried to run init_atmoshere_model to generate it.
I have naemlist.init_atmosphere as:
&nhyd_model
config_init_case = 7
/
&dimensions
config_nvertlevels = 1
config_nsoillevels = 1
config_nfglevels = 1
config_nfgsoillevels = 1
/
&data_sources
config_geog_data_path = '../WPS_GEOG/'
config_landuse_data = 'USGS'
/
&vertical_grid
config_ztop = 30000.0
config_nsmterrain = 1
config_smooth_surfaces = true
config_dzmin = 0.3
config_nsm = 30
/
&preproc_stages
config_static_interp = true
config_native_gwd_static = true
config_vertical_grid = false
config_met_interp = false
config_input_sst = false
/
&io
config_pio_num_iotasks = 0
config_pio_stride = 1
/
&decomposition
config_block_decomp_file_prefix = 'x5.6488066.cvt.part.'
/
and have streams.init_atmosphere as:
<streams>
<immutable_stream name="static"
type="output"
output_interval="initial_only" />
<immutable_stream name="output"
type="output"
io_type="netcdf4"
packages="initial_conds"
output_interval="initial_only" />
</streams>
When I tried to run it as:
mpiexec_mpt -np 1 ../executables/init_atmosphere_model
I got error:
cat log.init_atmosphere.0000.err
----------------------------------------------------------------------
Beginning MPAS-init_atmosphere Error Log File for task 0 of 1
Opened at 2018/07/24 17:15:28
----------------------------------------------------------------------
CRITICAL ERROR: stream xml get attribute failed: streams.init_atmosphere
Logging complete. Closing file at 2018/07/24 17:15:28
it seems something wrong in "streams.init_atmosphere", but could not find a good example from user guide.
I am running MPAS6.1
Thanks,
Wei