Running MPAS
Everything you need
Contents for today
Get IC from LENS2 – process_ihesp_data.csh
For py file
For ncl file
Comments – h2 files
Results!
Get Mesh – 60km-3km
Get init 1 – static (sec 3.2)
<immutable_stream name="input"
type="input"
filename_template=“PR.grid.nc"
input_interval="initial_only"/>
<immutable_stream name="output"
type="output"
filename_template=“PR.static.nc"
packages="initial_conds"
output_interval="initial_only" />
/
&io
config_pio_num_iotasks = 0
config_pio_stride = 1
/
&decomposition
config_block_decomp_file_prefix = 'x20.835586.graph.info.part.'
/
Results! – plot terrain (sec 3.4 - PR.static.nc)
Get init 2 – interpolation (sec 3.4)
ln -s ${MPAS_TUTORIAL}/met_data/GFS:2014-09-10_00 .
Edit namelist.init_atmosphere
Results!
Run
$ ln -s ${HOME}/MPAS-Model/atmosphere_model .
$ ln -s ${HOME}/MPAS-Model/src/core_atmosphere/physics/physics_wrf/files/* .
$ cp ${HOME}/MPAS-Model/namelist.atmosphere .
$ cp ${HOME}/MPAS-Model/streams.atmosphere .
$ cp ${HOME}/MPAS-Model/stream_list.atmosphere.* .
ln -s ${MPAS_TUTORIAL}/meshes/ x20.835586.graph.info.part.64 .
Edit namelist.atmosphere, streams.atmosphere
$ mpiexec -n 64 ./atmosphere_model
PIO stride?