-
Notifications
You must be signed in to change notification settings - Fork 542
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
error ww3_grib.o not found when i compile ww3-6.07 model with ncep2 #1239
Comments
It's admittedly been a while since I've run the 6.07 release, but usually it's because you don't have environment variables set right. For example if I was using the link file here: https://github.com/NOAA-EMC/WW3/blob/main/model/bin/link.wcoss_phase2#L143-L149 After loading my modules I would do: and make sure each of these variables are defined. |
I have all the libraries in a single directory called libs. Do I just declarein link libs=‘$libs’ or do I declare all the paths with the *.a in path ? can i have a exemple of declaration |
i tried use load each libraries using libs="${G2_LIB4} ${W3NCO_LIB4} ${BACIO_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}" in file of link but doesn t wok |
Have you tried using CMAKE in the develop branch instead of the older release? |
no i just use current version cmake (of system ubuntu 20.04) to install all libraries |
You might try that to see if you have better luck, with the WW3 CMAKE build finding the other libraries you've installed. |
can you send me link for cmake inthe branch develop because I didn t find it |
Hi @Tobyoo, the newest version of WW3, which uses
Here is a link to the full |
i m sourced all libraries in bashrc and then I change NOGRB of switch_ifremer1 to NCEP2 hen when I execute command cmake .. -DSWITCH=$HOME/NCEPLIBS/WW3/model/bin/switch_Ifremer1 -DCMAKE=$HOME/ww3_latest -DNETCDF=ON I have his error |
I would suggest looking into whether or not the bacio library is loaded correctly. If dependencies are not satisfied, cmake will not have what it needs to complete the build. |
I want to generate output format grib2.I change NOGRB to NCEP2 in switch and compile the libraries zlib1.2.6 g2lib-3.1.0 jasper-1.900.1 l ibpng-1.2.34 and w3lib-2.0.6 and add the path libs=" -L/home/user/libs/lib -L/home/user/g2lib.3.1.0 -lg2 -lw3 -ljasper -lpng " in the link but when i try to compile the model which NCEP2 he have error ww3_grib.o not found, i don t know how fix this error
mv: impossible d'évaluer 'ww3_grib.o': Aucun fichier ou dossier de ce type
Linking ww3_grib
*** file ww3_grib.o not found ***
*** Missing object files ***
make: *** [makefile:358 : /home/amine/WW3-6.07.1/model/exe/ww3_grib] Erreur 3
The text was updated successfully, but these errors were encountered: