-
Notifications
You must be signed in to change notification settings - Fork 253
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
APP=S2SW does not build on Gaea #511
Comments
So, when I submit a build job on Gaea I'm getting this error:
which appears to be from this line in compile.sh: https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/compile.sh#L66: Anyone else ever gotten this error? I can't get to the error @DeniseWorthen mentioned because of this right now. I've tried from a fresh clone to make sure I didn't do anything and I don't have much in my .cshrc file. |
The last person reporting this error was using |
@climbfuji I am using tcsh, so that's at least consistent. |
Let me see if I can get this to work (remind me tomorrow, please) ... I use bash and the (t)csh version is not as well tested, obviously. |
@climbfuji I made a seperate issue #536 so this issue can get back to being about the S2SW not building. @DeniseWorthen I'll try from the command line again, but I might need you to help test until I can get the other sorted out. |
The trouble is that I cannot reproduce the problem, because the following works:
Note that the environment variable |
@climbfuji I also can load on the login node:
but when you submit the job, the modules do not load. So it's hard. I'd be happy to do what I can to help test/reproduce the issues. I made another issue for this ( #536), should I close it? |
I was able to build @JessicaMeixner-NOAA gaea_ww3 branch using:
|
@JessicaMeixner-NOAA I told
Can you check if this works for you? It's not an ideal solution, because if something changes with the module environment that breaks the |
@climbfuji Where can I find the module-setup.sh file? I copied the /modulefiles/ufs_gaea.intel to modules.fv3, but it fails because there is no module-setup.sh. |
Can you copy it from here for now? It's some file under NEMS with a different name.
|
I think it worked. My directory is here: /lustre/f2/scratch/ncep/Jessica.Meixner/init_lmod_test |
Yes, looks good. Can you try building the APP S2SW? |
I submitted rt.sh -e and that still failed... I guess I'll have to switch from tcsh to bash? I think Denise can now build with the fix I suggested, so we can hopefully at least have that fixed, even if I can't do it myself. |
Good idea. Regardless of this issue. |
Build on gaea was added in PR #533 |
* Reset to zero coupling arrays for accumulated snow, large scale rain, and convective rain at the end of each coupling step if coupling with chemistry model. * Properly set kind type of literal constants defining zero and one. * Initialize to zero canopy resistance output variablein noah/osu land-surface model subdriver. * Re-implement radiation diagnostic output involving spectral band layer cloud optical depths (0.55 and 10 mu channels) to prevent floating invalid errors due to uninitialized optical depth arrays. * Temporarily disable filling export fields during the NUOPC Realize phase since it breaks coupling with aerosol component. * Increase maximum number of input aerosol scavenging factors to accommodate AQM/CMAQ 5.2.1 chemical tracers. * Remove inst_pres_height_surface from chemistryFieldNames as its imported already elsewhere Co-authored-by: Raffaele Montuoro <raffaele.montuoro@noaa.gov>
Description
The app=s2sw fails to build on Gaea.
To Reproduce:
Checkout the develop branch of ufs-weather-model. Edit rt.conf to contain a single S2SW compile and save it as rt.test:
Be sure to remove the
gaea.intel
from the next to last column, otherwise rt.sh will just exit.Run the test:
./rt.sh -l rt.test >output 2>&1 &
Look in the RT-directory that the jobs is compiling in: compile_001/build_fv3_001/ww3_make.log:
The text was updated successfully, but these errors were encountered: