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

#3 - Update setting of variables version and tag #109

Merged
merged 75 commits into from
May 30, 2024

Conversation

mlee03
Copy link
Contributor

@mlee03 mlee03 commented Mar 29, 2024

In this PR,

changes have been made to the variables tag and file_version. The variable tag has been removed. Declaration of the variable file_version has been moved to a newly created file_version.fh file and is set to a default value of unknown. With these changes,

call fms_write_version_number(version,tag)

in subroutine coupler_init has been changed to

call fms_write_version_number('FULL_COUPLER_MOD', version)

Note the change in the ordering of arguments, i.e. version now as the second argument, has been made to be consistent with modules in FMS.

Output from write_version_number in *logfile.*out is now changed from

$Id$
$Name

to

FULL_COUPLER_MOD
unknown

This PR depends on #104 and #106

@mlee03 mlee03 requested a review from uramirez8707 May 13, 2024 14:03
@thomas-robinson
Copy link
Member

@rem1776 wait for 2a to be merged before merging this.

@rem1776 rem1776 merged commit e7351ae into NOAA-GFDL:main May 30, 2024
2 checks passed
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.

4 participants