--
You received this message because you are subscribed to a topic in the Google Groups "MPAS-Atmosphere Help" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mpas-atmosphere-help/1Xl9Au8mxpE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mpas-atmosphere-help+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Using default double-precision reals
Reading namelist from file namelist.init_atmosphere
*** Encountered an issue while attempting to read namelist record interpolation
_control
The following values will be used for variables in this record:
config_extrap_airtemp = linear
Reading streams configuration from file streams.init_atmosphere
Found mesh stream with filename template x5.6488066.rotated.grid.nc
Using default io_type for mesh stream
** Attempting to bootstrap MPAS framework using stream: input
Bootstrapping framework with mesh fields from input file 'x5.6488066.rotated.gr
Parsing run-time I/O configuration from streams.init_atmosphere ...
----- found immutable stream "input" in streams.init_atmosphere -----
filename template: x5.6488066.rotated.grid.nc
filename interval: none
direction: input
reference time: initial_time
record interval: -
input alarm: initial_only
----- found immutable stream "output" in streams.init_atmosphere -----
filename template: x5.6488066.static.nc
filename interval: none
I/O type: Parallel-NetCDF
direction: output
reference time: initial_time
record interval: -
output alarm: initial_only
package: initial_conds
----- found immutable stream "surface" in streams.init_atmosphere -----
filename template: x1.10242.sfc_update.nc
filename interval: none
direction: output
reference time: initial_time
record interval: -
output alarm: 86400
package: sfc_update
----- done parsing run-time I/O from streams.init_atmosphere -----
Reading dimensions from input streams ...
----- reading dimensions from stream 'input' using file x5.6488066.rotated.grid
.nc
nCells = 6488066
nEdges =19464192
nVertices =12976128
TWO = 2
maxEdges = 7
maxEdges2 = 14
vertexDegree = 3
----- done reading dimensions from input streams -----
Processing decomposed dimensions ...
----- done processing decomposed dimensions -----
Assigning remaining dimensions from definitions in Registry.xml ...
THREE = 3
FIFTEEN = 15
TWENTYONE = 21
R3 = 3
nVertLevels = 1 (config_nvertlevels)
nSoilLevels = 1 (config_nsoillevels)
nFGLevels = 38 (config_nfglevels)
nFGSoilLevels = 4 (config_nfgsoillevels)
nVertLevelsP1 = 2
nMonths = 12 (config_months)
----- done assigning dimensions from Registry.xml -----
This is the log.0000.err. I am running MPAS ver 5.1:
To unsubscribe from this group and all its topics, send an email to mpas-atmosphere-help+unsubscrib...@googlegroups.com.
--==============================
Anh The Vu, Graduate Student,Department of Earth and Atmospheric Science,Indiana University, USA,Phone: 812-606-8989,Alternative email: an...@iu.edu
#!/bin/bash -l
#SBATCH -N 6
#SBATCH -n 288
#SBATCH -t 168:00:00
#SBATCH -J MPAS_geog
#SBTACH -e init.err
cd ../MPAS-Release-5.1
ulimit -u unlimited
srun -N 6 -n 256 ./init_atmosphere_model
This is my submit job script:#!/bin/bash -l
#SBATCH -N 6
#SBATCH -n 288
#SBATCH -t 168:00:00
#SBATCH -J MPAS_geog_4.0
#SBTACH -e init.err
cd ../MPAS-Release-4.0
ulimit -u unlimited
srun -N 6 -n 256 ./init_atmosphere_model
This is my submit job script:
#!/bin/bash -l
#SBATCH -N 6
#SBATCH -n 288
#SBATCH -t 168:00:00
#SBATCH -J MPAS_geog_5.1
#SBTACH -e init.err
cd ../MPAS-Release-5.1
ulimit -u unlimited
srun -N 6 -n 256 ./init_atmosphere_model
--
You received this message because you are subscribed to the Google Groups "MPAS-Atmosphere Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mpas-atmosphere-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mpas-atmosphere-help+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to mpas-atmosphere-...@googlegroups.com.