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

Type mismatch when compile #1011

Open
dongli opened this issue Apr 21, 2023 · 0 comments
Open

Type mismatch when compile #1011

dongli opened this issue Apr 21, 2023 · 0 comments

Comments

@dongli
Copy link

dongli commented Apr 21, 2023

Description

Face type mismatch compilation error as following:

ccpp/physics/physics/surface_perturbation.F90(51): error #6633: The type of the actual argument differs from the type of the dummy argument.   [0.5]
          call cdfgam(x,0.5,del,iflag, cdfx)
------------------------^

It seems that 0.5 should be 0.5_kind_phys?

Steps to Reproduce

Add CCPP codes in a host model, and build.

Additional Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Machine: Mac
  • Compiler: ifort version 2021.9.0
  • Suite Definition File or Scheme: FV3_GFS_v17_p8_rrtmgp
  • Reference other issues or PRs in other repositories that this is related to, and how they are related: No.

Output

@dongli dongli added the bug label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants