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

UFS S2S compilation error with 2020.04-alpha1 #600

Closed
mlee03 opened this issue Oct 21, 2020 · 0 comments · Fixed by #601
Closed

UFS S2S compilation error with 2020.04-alpha1 #600

mlee03 opened this issue Oct 21, 2020 · 0 comments · Fixed by #601
Assignees
Labels
bug Issue/PR that reports or fixes a given discovered bug documentation Issue/PR that deals with documentation requests/updates new fms io Issue/PR related to the development of the new FMS IO interfaces.
Milestone

Comments

@mlee03
Copy link
Contributor

mlee03 commented Oct 21, 2020

Describe the bug
The UFS S2S model does not compile with 2020.04-alpha1 due to missing files in the SRCS_F90 list in fv3gfs/makefile

To Reproduce
for example,
git clone https://github.com/ufs-community/ufs-s2s-model.git
cd ufs-s2s-model/FMS && git checkout 2020.04-alpha1
cd ../tests
./compile.sh $PWD../FV3 orion.intel 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' 1

Expected behavior
The model should compile without error

System Environment
Describe the system environment, include:

  • OS: Orion
  • Compiler(s): Intel 18.0.5
  • MPI type: IMPI 18.0.5
  • netCDF Version: 4.7.4
  • Configure options: Any additional flags, or macros passed to configure

Additional context
Compilation will succeed if the following is added to the SRCS_F90 list in fv3gfs/makefile
../data_override/get_grid_version_fms2io.F90
../data_override/get_grid_version_mpp.F90

@mlee03 mlee03 mentioned this issue Oct 21, 2020
8 tasks
@thomas-robinson thomas-robinson added this to the 2020.04 milestone Oct 22, 2020
@thomas-robinson thomas-robinson added bug Issue/PR that reports or fixes a given discovered bug documentation Issue/PR that deals with documentation requests/updates new fms io Issue/PR related to the development of the new FMS IO interfaces. labels Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue/PR that reports or fixes a given discovered bug documentation Issue/PR that deals with documentation requests/updates new fms io Issue/PR related to the development of the new FMS IO interfaces.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants