Skip to content

Conversation

@BenjaminRodenberg
Copy link
Contributor

@BenjaminRodenberg BenjaminRodenberg commented Feb 9, 2026

Related to #723 (only SSA)

This is a feature branch contributing to yac-coupling.

@ClemensSchannwell tested this code on my fork BenjaminRodenberg#1.

* Introduce bool is_root_rank
* Implement functionality from elmer_grid.{h,c} into Fortran if possible
* Do coordinate conversion in project_to_lonlat.{c,h}
Copy link
Contributor

@raback raback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me and only affects the coupling!

Personally I like to inline the messages more so:
WRITE(Message,*) 'Running with ',ParEnv % PEs ,' partitions'
CALL INFO(SolverName,Message,Level=3)

becomes
CALL Info(SolverName,'Running with '//I2S(ParEnv % PEs)//' partitions',Level=3)
which also has a spacing more appealing to the eye.

But this is merely a tip. I2S is used a lot in the code.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants