We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pyMoist
The text was updated successfully, but these errors were encountered:
Flowchart to track progress here
Sorry, something went wrong.
In the conden function locals are R8/F64 variable, e.g.
conden
! 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.
katrinafandrich
No branches or pull requests
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
pyMoist
The text was updated successfully, but these errors were encountered: