Closed mathomp4 closed 1 year ago
This PR adds a --site option to fv3_setup. This is needed because it was found that images built in, say, GitHub Container Registry were being detected as an AWS build (which might be true). But we'd want to run at NCCS. So now you can do:
--site
fv3_setup
./fv3_setup --site NCCS
This PR adds a
--site
option tofv3_setup
. This is needed because it was found that images built in, say, GitHub Container Registry were being detected as an AWS build (which might be true). But we'd want to run at NCCS. So now you can do: