We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
added FV3GFS_NCIO_Fortran_FLAGS for GNU compilers
Moved gsdcloud to src/, make appropriate changes in CMakeLists.txt and a few bug fixes
pietc.f90 and pvqc_tables.f90
use kinds, only: dp,dpc --> use kinds, only: r_kind, dp, dpc
This change is to avoid compiling error
error #6580: Name in only-list does not exist or is not accessible. [DP]
Don't know the exact reason, but either (1) removing all #ifdef block in kinds.F90 or (2) use r_kind first can solve this problem.
updated util/EnKF/arw/src/enspreproc_regional.fd/CMakeLists.txt
bug fixes for GNU compilers and regional EnKF.
updated ush/build.comgsi for community users
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from comgsi/comGSI-2020002
fcec2a9
GitHub Issue #17. Bug fixes for regional EnKF, GNU compilers; change build.comgsi; move gsdcloud to src.
Merge pull request #17 from hu5970/baseE
c4f07cf
remove subdmodule fix
6634c17
GitHub Issue NOAA-EMC/GSI#17. Bug fixes for regional EnKF, GNU compilers; change build.comgsi; move gsdcloud to src.
Successfully merging a pull request may close this issue.
added FV3GFS_NCIO_Fortran_FLAGS for GNU compilers
Moved gsdcloud to src/, make appropriate changes in CMakeLists.txt and a few bug fixes
pietc.f90 and pvqc_tables.f90
This change is to avoid compiling error
error #6580: Name in only-list does not exist or is not accessible. [DP]
Don't know the exact reason, but either (1) removing all #ifdef block in kinds.F90 or (2) use r_kind first can solve this problem.
updated util/EnKF/arw/src/enspreproc_regional.fd/CMakeLists.txt
bug fixes for GNU compilers and regional EnKF.
updated ush/build.comgsi for community users
The text was updated successfully, but these errors were encountered: