-
Notifications
You must be signed in to change notification settings - Fork 151
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
Problem occurred when building GSI on HERA #16
Comments
Did you clone via "git clone https://github.com/NOAA-EMC/GSI.git ."? fix and libsrc point to submodules. Please include "--recursive" to clone the submodules. That is, execute "git clone --recursive https://github.com/NOAA-EMC/GSI.git ." Try executing the following in /scratch1/NCEPDEV/da/Emily.Liu/JEDI-GSI/GSI After this "cd ush" and execute "./build_all_cmake.sh" Following the above steps in my copy of /scratch1/NCEPDEV/da/Emily.Liu/JEDI-GSI/GSI yielded a complete build on Hera. |
@RussTreadon-NOAA Thanks a lot. The build works for me now. |
Build works. Issued closed. |
…nsda_fix1 A fix for the logics ,in the enkf_fv3reg, when q_ind > 0 while pseudo_rh=.true. and. ps_ind <0 in the ensemble meaning and recentering to avoid undefined qsat used for q. A fix for the index upbound set in mod_fv3_lolgrid.f90
Issue found while building GSI from the forked NOAA-EMC:master
I followed Kate's e-mail regarding the model update for python and cmake, and updated modules accordingly in GSI/modulefiles/modulefiles.ProdGSI.hera:
During the build process, I ran into the following error message:
I also checked out GSI master from gerrit:ProdGSI and modified the modulefiles as described above. The GSI build process completed successfully on HERA.
I am wondering if I missed something when I tried to build the GSI master checked out from GitHub?
The text was updated successfully, but these errors were encountered: