Skip to content

Commit

Permalink
Merge branch 'jayeshkrishna/share/support4spio_legacy' into next (PR #…
Browse files Browse the repository at this point in the history
…5919)

The Fortran interface implementation in SCORPIO was recently refactored but
users still have the option to use the legacy/old Fortran interface implementation.

Adding support in CIME for the SCORPIO legacy Fortran interface

[BFB]

* jayeshkrishna/share/support4spio_legacy:
  Add support for SPIO legacy interface
  • Loading branch information
jayeshkrishna committed Sep 18, 2023
2 parents 4e44d1f + 99d0d69 commit 96407f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/build/buildlib.spio
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,10 @@ def buildlib(bldroot, installpath, case):
globs_to_copy = [
os.path.join("src", "clib", "libpioc.*"),
os.path.join("src", "flib", "libpiof.*"),
os.path.join("src", "flib_legacy", "libpiof.*"),
os.path.join("src", "clib", "*.h"),
os.path.join("src", "flib", "*.mod"),
os.path.join("src", "flib_legacy", "*.mod"),
]
# ADIOS requires an ADIOS to NetCDF conversion library/exe
if adios_found:
Expand Down

0 comments on commit 96407f7

Please sign in to comment.