copy namelist and xml to ./bin (#37933)

This commit is contained in:
Hao Lyu 2023-05-28 15:43:27 +08:00 committed by GitHub
parent ab3ffd9361
commit d6aac873b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")