Skip to content

[WIP] Improvement of testing routines #68

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

Merged
merged 19 commits into from
Dec 20, 2024
Merged

Conversation

AdelekeBankole
Copy link
Collaborator

This PR will close #64

@jatkinson1000 jatkinson1000 linked an issue Oct 18, 2024 that may be closed by this pull request
5 tasks
Copy link
Member

@jatkinson1000 jatkinson1000 left a comment

Choose a reason for hiding this comment

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

Thanks @AdelekeBankole This looks great, thank you!

We have just run these locally and everything is passing.
Just left a couple of comments for things to check or suggestions to make things a little clearer.

Comment on lines +34 to +38
real(dp), dimension(num_cols, nrf) :: p_cam, p_int_cam
real(dp), dimension(num_cols, nrf) :: var_cam
real(dp), dimension(num_cols) :: var_cam_surface
real(dp), dimension(num_cols) :: ps_cam
real(dp), dimension(num_cols, nrf) :: var_sam, var_sam_exp
Copy link
Member

Choose a reason for hiding this comment

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

These used to be length 48, but now use nrf which is length 30.
Should they be size sam_sounding instead of nrf?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think they should be size nrf

Copy link
Member

Choose a reason for hiding this comment

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

OK, is there a reason for reducing them from 48 to 30?
If we do not test the interpolation above the SAM grid here we should open an issue to say that this is potentially something to be added in future.

AdelekeBankole and others added 7 commits December 17, 2024 14:29
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
@AdelekeBankole AdelekeBankole marked this pull request as ready for review December 17, 2024 17:14
Copy link
Member

@jatkinson1000 jatkinson1000 left a comment

Choose a reason for hiding this comment

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

Thanks @AdelekeBankole
I still have a query around the change of array size, but do not feel it is blocking provided we log this in the issues.

This is great stuff and makes the code more robust, thank you.

Comment on lines +34 to +38
real(dp), dimension(num_cols, nrf) :: p_cam, p_int_cam
real(dp), dimension(num_cols, nrf) :: var_cam
real(dp), dimension(num_cols) :: var_cam_surface
real(dp), dimension(num_cols) :: ps_cam
real(dp), dimension(num_cols, nrf) :: var_sam, var_sam_exp
Copy link
Member

Choose a reason for hiding this comment

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

OK, is there a reason for reducing them from 48 to 30?
If we do not test the interpolation above the SAM grid here we should open an issue to say that this is potentially something to be added in future.

@AdelekeBankole AdelekeBankole merged commit 18c7cbf into main Dec 20, 2024
2 checks passed
@AdelekeBankole AdelekeBankole deleted the testing_routines branch December 20, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regridding Tests Comprehensive testing of conservative regridding scheme (and other interface functions)
2 participants