Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon-ham is looking for a maintainer #871

Open
dominichofer opened this issue Nov 28, 2023 · 2 comments
Open

icon-ham is looking for a maintainer #871

dominichofer opened this issue Nov 28, 2023 · 2 comments

Comments

@dominichofer
Copy link
Contributor

class IconHam(C2SMIcon):
@run_before('build')
def generate_hammoz_nml(self):
with working_dir(self.configure_directory +
'/externals/atm_phy_echam_submodels/namelists'):
make()
def configure_args(self):
args = super().configure_args()
args.append('--enable-atm-phy-echam-submodels')
args.append('--enable-hammoz')
return args

@dominichofer
Copy link
Contributor Author

@stelliom Would you accept to become a developer of this package?

@stelliom
Copy link
Contributor

Hi Dominic,

Yes of course! BTW, at the moment the icon-ham package that is in the main branch does not work on Alps. For the changes required to build on Alps look at branch ham-on-alps. Since ICON-HAM still needs CLAW and I had to do some patching, I added it back in. For this reason, I might not merge this into main, unless you agree to add the claw package back in as well. Otherwise I would wait until we get rid of CLAW for ICON-HAM (approximately in the first half of 2025).

Cheers,
Mikael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants