Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
&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
languagebash
 &metgrid
 fg_name = 'SFILE' 'MFILE' 

...