summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Lyu <20434183+IncubatorShokuhou@users.noreply.github.com>2023-05-28 15:43:27 +0800
committerGitHub <noreply@github.com>2023-05-28 09:43:27 +0200
commitd6aac873b7a4353e854c4cc09bea035a966e213b (patch)
treeaa935635ff1020b7b5e870f8ac46d5f0c1309bd3
parentab3ffd93615161c0db1792a069f4c18583086079 (diff)
downloadspack-d6aac873b7a4353e854c4cc09bea035a966e213b.tar.gz
spack-d6aac873b7a4353e854c4cc09bea035a966e213b.tar.bz2
spack-d6aac873b7a4353e854c4cc09bea035a966e213b.tar.xz
spack-d6aac873b7a4353e854c4cc09bea035a966e213b.zip
copy namelist and xml to ./bin (#37933)
-rw-r--r--var/spack/repos/builtin/packages/mpas-model/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mpas-model/package.py b/var/spack/repos/builtin/packages/mpas-model/package.py
index 442c5a034f..da0f43774a 100644
--- a/var/spack/repos/builtin/packages/mpas-model/package.py
+++ b/var/spack/repos/builtin/packages/mpas-model/package.py
@@ -163,6 +163,8 @@ class MpasModel(MakefilePackage):
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")