Skip to content

Conversation

@fabiolrdiniz
Copy link

@fabiolrdiniz fabiolrdiniz commented Dec 11, 2025

Description

This PR renames qsat with saturation_water_vapor_mixing_ratio_wrt_moist_air inside VADER unit test file.

This is the difference on the header of the files (old vs. new):

$ diff old.txt new.txt
31c31
< 	nz_qsat = 70 ;
---
> 	nz_saturation_water_vapor_mixing_ratio_wrt_moist_air = 70 ;
100,101c100,101
< 	double qsat(nz_qsat, ny, nx) ;
< 		qsat:_FillValue = -3.33476705790481e+38 ;
---
> 	double saturation_water_vapor_mixing_ratio_wrt_moist_air(nz_saturation_water_vapor_mixing_ratio_wrt_moist_air, ny, nx) ;
> 		saturation_water_vapor_mixing_ratio_wrt_moist_air:_FillValue = -3.33476705790481e+38 ;

Issue(s) addressed

Resolves TO-BE-CREATED

Dependencies

Impact

None

Manual Testing Instructions (optional)

If you would like your reviewers to manually build and test the change, please include
instructions on how the change should be built and tested. Also include a short
justification on why manual testing is necessary for this change.

Checklist

  • I have performed a self-review of my own code
    - [ ] I have made corresponding changes to the documentation
  • I have run the unit tests before creating the PR

@fabiolrdiniz fabiolrdiniz self-assigned this Dec 11, 2025
@fabiolrdiniz fabiolrdiniz added the OBS OBS processing, UFO label Dec 11, 2025
@fabiolrdiniz fabiolrdiniz marked this pull request as draft December 18, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OBS OBS processing, UFO

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants