-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make ozone physics CCPP compliant by removing 'optional' and 'pointer' attributes (includes #168 and #169) #150
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 790960e - Browse repository at this point
Copy the full SHA 790960eView commit details
Commits on Dec 28, 2023
-
Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics…
… into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for 2470634 - Browse repository at this point
Copy the full SHA 2470634View commit details
Commits on Jan 10, 2024
-
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. |
Configuration menu - View commit details
-
Copy full SHA for 952d62a - Browse repository at this point
Copy the full SHA 952d62aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f183508 - Browse repository at this point
Copy the full SHA f183508View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ba7c627 - Browse repository at this point
Copy the full SHA ba7c627View commit details -
Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics…
… into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for 31b4dc8 - Browse repository at this point
Copy the full SHA 31b4dc8View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65bf1d0 - Browse repository at this point
Copy the full SHA 65bf1d0View commit details
Commits on Jan 18, 2024
-
Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics…
… into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for e2ca394 - Browse repository at this point
Copy the full SHA e2ca394View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd71b22 - Browse repository at this point
Copy the full SHA fd71b22View commit details -
Merge branch 'ufs/dev' of https://github.com/ufs-community/ccpp-physics…
… into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for 2c6003e - Browse repository at this point
Copy the full SHA 2c6003eView commit details -
Merge branch 'hotfix/submodule_file' of https://github.com/dustinswal…
…es/ccpp-physics into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for 877bb1f - Browse repository at this point
Copy the full SHA 877bb1fView commit details
Commits on Feb 9, 2024
-
remove unused variables from files unified_ugwp.F90, dcyc2t3.f and th…
…eir related meta files
Configuration menu - View commit details
-
Copy full SHA for afa4f6e - Browse repository at this point
Copy the full SHA afa4f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c6873 - Browse repository at this point
Copy the full SHA 82c6873View commit details
Commits on Feb 21, 2024
-
Merge branch 'qingfu_changes' of https://github.com/qingfu-liu/ccpp-p…
…hysics into bugfix/ozphys_ccpp_compliant
Configuration menu - View commit details
-
Copy full SHA for c468c66 - Browse repository at this point
Copy the full SHA c468c66View commit details