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

[NDSL] UW convection port #934

Open
1 task
FlorianDeconinck opened this issue May 22, 2024 · 2 comments
Open
1 task

[NDSL] UW convection port #934

FlorianDeconinck opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@FlorianDeconinck
Copy link
Collaborator

Located at GEOS_UW_InterfaceMod.F90:UW_Run, main subroutine "compute_uwshcu_inv" but everything Run should be ported

Parent: GEOS-ESM/SMT-Nebulae#57


  • Port UW to pyMoist
@CharlesKrop
Copy link

Flowchart to track progress here

@FlorianDeconinck
Copy link
Collaborator Author

In the conden function locals are R8/F64 variable, e.g.

      ! Local
      real*8               :: tc
      real                 :: temps,ps
      real*8               :: leff,nu,qc
      integer              :: iteration
      real*8               :: qs    ! Saturation specific humidity

This is true mixed precision computation, which we can't do in stencils for now.

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

No branches or pull requests

3 participants