Skip to content

data_override for scalars #13

Merged
mlee03 merged 23 commits intomainfrom
data_override_0d
Mar 24, 2025
Merged

data_override for scalars #13
mlee03 merged 23 commits intomainfrom
data_override_0d

Conversation

@mlee03
Copy link
Copy Markdown
Owner

@mlee03 mlee03 commented Mar 19, 2025

This PR introduces data_override_0d_cfloat and data_override_0d_cdouble.
The accompanying unit test uses FMS/test_fms/data_override/test_data_override_ongrid.F90 to generate test input files.

integer, public, bind(C, name="GREGORIAN") :: GREGORIAN_C = GREGORIAN
integer, public, bind(C, name="JULIAN") :: JULIAN_C = JULIAN
integer, public, bind(C, name="NOLEAP") :: NOLEAP_C = NOLEAP

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fmalatino, cfms_init changed.
time_manager_init and calendar setting have been removed from c_diag_manager.
time_manager_init is now called in cfms_init.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. Will update in subsequent PR in pyFMS. To track these changes lets open issues in pyFMS moving forward.

@mlee03 mlee03 merged commit 5e3a032 into main Mar 24, 2025
1 check 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.

2 participants