copy namelist and xml to ./bin (#37933)
This commit is contained in:
parent
ab3ffd9361
commit
d6aac873b7
@ -163,6 +163,8 @@ def build(self, spec, prefix):
|
||||
make(*self.target("init_atmosphere", "all"), parallel=True)
|
||||
mkdir("bin")
|
||||
copy("init_atmosphere_model", "bin")
|
||||
copy("namelist.init_atmosphere", "bin")
|
||||
copy("streams.init_atmosphere", "bin")
|
||||
make(*self.target("init_atmosphere", "clean"))
|
||||
make(*self.target("atmosphere", "all"), parallel=True)
|
||||
copy("atmosphere_model", "bin")
|
||||
|
Loading…
Reference in New Issue
Block a user