-
Notifications
You must be signed in to change notification settings - Fork 0
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
Stand-alone WW3 compiling issues #15
Comments
Hi @uturuncoglu , Since I would like to generate the execs from WWiii, and from usf-coastal, by using Thank you! |
@yunfangsun which version of UFS Coastal are you using. You might need yo update CDEPS and needs to be consistent with the UFS Coastal version. You could not skip PIO in the newer version of WW3 if you want to go with netcdf. |
@yunfangsun you need to add |
Hi @uturuncoglu , This is the stand-alone WW3 outside of UFS-coastal, therefore, this issue is in the WW3 repo. I have tested the previous versions of WW3 from the https://github.com/oceanmodeling/WW3 outside the ufs-coastal by using the switch of It seems that the current version https://github.com/oceanmodeling/WW3/tree/0a34d192fa871e5aad82ab02390d75e7f08288f0 can't be compiled outside the ufs-coastal anymore. |
@yunfangsun I have no idea about it. You might want to ask to WW3 developers. Maybe you could open a ticket in NOAA-EMC/WW3. |
@yunfangsun You could also try to use WW3 from official repository to see any change. |
Hi @uturuncoglu, I have tried to compile WWiii inside ufs-coastal as you suggested by using It gave the following error
The compiled files are located at Do you have any suggestion to fix the ufs-coastal compilation problem? Thank you! |
@yunfangsun I fix the WW3 build (e49cee9). Try to update your model and try again. I could able to compile with this change. If you are trying to compile WW3 outside of the UFS Coastal. I think you have two option; (1) remove PIO switch or (2) Point PIO installation to WW3. |
@yunfangsun JFYI, I also opened an issue in NOAA-EMC side. NOAA-EMC#1362 |
Hi @uturuncoglu , Thank you for updating the code, now I can compile WW3 inside UFS-Coastal. |
Hi @uturuncoglu
For the https://github.com/oceanmodeling/WW3/tree/0a34d192fa871e5aad82ab02390d75e7f08288f0
When I am using the following switch:
NCO PDLIB SCOTCH SCRIP SCRIPNC NOGRB DIST MPI PIO PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT1 DB1 MLIM FLD2 TR0 BS0 RWND WNX1 WNT1 CRX1 CRT1 O0 O1 O2 O3 O4 O5 O6 O7 O14 O15 IC0 IS0 REF0
It gives me the following error:
CMake Error at model/src/CMakeLists.txt:18 (add_library):
Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
And when I try to avoid PIO, and used the following switch, it gives me the following error during compiling.
NCO PDLIB SCOTCH SCRIP SCRIPNC NOGRB DIST MPI PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT1 DB1 MLIM FLD2 TR0 BS0 RWND WNX1 WNT1 CRX1 CRT1 O0 O1 O2 O3 O4 O5 O6 O7 O14 O15 IC0 IS0 REF0
Do you have any suggestions to avoid the error? the second switch works for the previous versions of WWIII
The text was updated successfully, but these errors were encountered: