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

Dummy code to suppress errors in posix.F90 #19

Open
wants to merge 3 commits into
base: dev/gfdl
Choose a base branch
from
Open

Conversation

marshallward
Copy link
Owner

Adding null read operations so that compilers will not warn about unused input variables in dummy functions.

Adding null read operations so that compilers will not warn about unused
input variables in dummy functions.
This is a minor patch which allows the code to be compiled under F2023
standardization.

* Arguments are declared in the order that they are used.  In this case,
  it means that array lengths are declared before the arrays using them.

* The syntax of various IO statements has been cleaned up.
Possible patch which replaces fixed character arrays with allocatables.

Still unsure of this is a good idea, but it solves some of the messy
"guess the length" going on a the moment across modules and functions.
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

Successfully merging this pull request may close these issues.

1 participant