copy namelist and xml to ./bin (#37933)
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user