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

How to add two sea salt modes? #2618

Closed
ChenBHXMU opened this issue Dec 8, 2024 · 5 comments
Closed

How to add two sea salt modes? #2618

ChenBHXMU opened this issue Dec 8, 2024 · 5 comments
Labels
category: Question Further information is requested

Comments

@ChenBHXMU
Copy link

Your name

Baihua Chen

Your affiliation

Xiamen University

Please provide a clear and concise description of your question or discussion topic.

Dear @yantosca

I hope this message finds you well. I am working on optimizing the calculation of sea salt, which currently includes SALC and SALA. I am trying to add two additional modes and, in the future, aim to compute sea salt more precisely. In the figures below, SALA2 and SALC2 are the two modes I am trying to add. However, I have encountered some challenges. Despite my best efforts, I have been unable to resolve them.

Attached are the files I have modified. I would appreciate it if you could take a look. Thank you very much for your help.

Best regards,
Baihua Chen

make -j:
微信截图_20241202105639
HEMCO_Config.rc:
微信图片_20241208144339

Other files.zip

@ChenBHXMU ChenBHXMU added the category: Question Further information is requested label Dec 8, 2024
@ChenBHXMU
Copy link
Author

Dear @yantosca ,

Could you please help me?

Best regards,
Baihua Chen

@ChenBHXMU
Copy link
Author

Dear @yantosca ,

In GEOS-Chem, sea salt includes two modes, SALA and SALC. I am trying to update it to four modes. Following your advice, I have updated the HEMCO_Diagn.rc file, but I still cannot resolve the issue. This issue is quite challenging for me; how should I handle it?

Thank you for your help.

Best regards,
Baihua Chen

微信截图_20241211100851
微信截图_20241211100933

@yantosca
Copy link
Contributor

@ChenBHXMU: I see the issue. You would need to add SALA2 and SALC2 to the code in https://github.com/geoschem/geos-chem/blob/main/Headers/aermass_container_mod.F90. Wherever you see SALA and SALC in the module, you can add the similar modifications for SALA2 and SALC2.

As a rule, we expect GEOS-Chem users to be resourceful and to be somewhat familiar with programming concepts. We can provide guidance and advice but cannot write code for users.

@ChenBHXMU
Copy link
Author

Dear @yantosca Thanks a million for your time. I will delve deeper into these codes.

@yantosca
Copy link
Contributor

Thanks @ChenBHXMU. I will close out this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants