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

Make ozone physics CCPP compliant by removing 'optional' and 'pointer' attributes (includes #168 and #169) #150

Merged

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    790960e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics

    … into bugfix/ozphys_ccpp_compliant
    climbfuji committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2470634 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. zmtb, zlwb, and zogw are initialized to 0.0 to fix "intent(out) varia…

    …bles not
    
    given an explicit value" warning. The following table provides justification for
    setting the variable to 0, it is how they are treated in other places.
    
    | file               | line | description                 |
    |--------------------+------+-----------------------------|
    | ugwpv1_gsldrag.F90 |  521 | zlwb(:)= 0. ; zogw(:)=0.    |
    | ugwp_driver_v0.F   |  206 | zmtb(i)     = 0.0           |
    | cires_ugwp.F90     |  297 | if (do_ugwp) zlwb(:)   = 0. |
    scrasmussen committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    952d62a View commit details
    Browse the repository at this point in the history
  2. issue 1984 fix: "intent out variables not given a value" warning. The…

    … drain_cpl and dsnow_cpl vars are changed from intent(out) to intent(in) variables. This is to replicate the rain_cpl and snow_cpl variables.
    scrasmussen committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f183508 View commit details
    Browse the repository at this point in the history
  3. issue 1984 fix: initialize err_message to "" because they are intent(…

    …out) variables. Variable err_message will report any errors in open and read statements
    scrasmussen committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ba7c627 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics

    … into bugfix/ozphys_ccpp_compliant
    climbfuji committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    31b4dc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    65bf1d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics

    … into bugfix/ozphys_ccpp_compliant
    climbfuji committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e2ca394 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Fix .gitmodule

    dustinswales committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fd71b22 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics

    … into bugfix/ozphys_ccpp_compliant
    climbfuji committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2c6003e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    877bb1f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    afa4f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c6873 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge branch 'qingfu_changes' of https://github.com/qingfu-liu/ccpp-p…

    …hysics into bugfix/ozphys_ccpp_compliant
    climbfuji committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c468c66 View commit details
    Browse the repository at this point in the history