...
Code Block | ||
---|---|---|
| ||
&ungrib prefix = 'SFILE' &ungrib prefix = 'MFILE' |
To
...
ensure
...
that
...
the
...
two
...
ungrib
...
runs
...
do
...
not
...
overwrite
...
each
...
other.
Then
...
in
...
metgrid
...
section
...
of
...
namelist.wps
...
you
...
need
...
to
...
make
...
sure
...
to
...
use
...
both
...
files
...
created
...
by
...
ungrib
...
runs:
Code Block | ||
---|---|---|
| ||
&metgrid fg_name = 'SFILE' 'MFILE' |
...