i am trying to install WRF ELEC. while compiling WRF ELEC i got the following error. Problems building executables, look for errors in the build log make -i -r NETCDFPATH="/home/gitesh/Build_WRF/LIBRARIES/netcdf" \ FC="time mpif90 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" \ CPP="/lib/cpp -P -nostdinc" LDFLAGS=" -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " TRADFLAG="-traditional-cpp"...
i am trying to install WRF ELEC. while compiling WRF ELEC i got the following error. Problems building executables, look for errors in the build log make -i -r NETCDFPATH="/home/gitesh/Build_WRF/LIBRARIES/netcdf" \ FC="time mpif90 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" \ CPP="/lib/cpp -P -nostdinc" LDFLAGS=" -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " TRADFLAG="-traditional-cpp"...
i am trying to install WRF ELEC. while compiling WRF ELEC i have got the following error. Problems building executables, look for errors in the build log make -i -r NETCDFPATH="/home/gitesh/Build_WRF/LIBRARIES/netcdf" \ FC="time mpif90 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" \ CPP="/lib/cpp -P -nostdinc" LDFLAGS=" -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " TRADFLAG="-traditional-cpp"...
Sir/Ma'am, I have been trying t install WRF-elec. The BoxMG has been installed successfully. But an error occurs while installing WRF-elec. Hope you can help me with this. The error is as follows 119 | USE module_mp_nudge_light | 1 Fatal Error: Cannot open module file ‘module_mp_nudge_light.mod’ for reading at (1): No such file or directory compilation terminated. Command exited with non-zero status 1 0.22user 0.02system 0:00.26elapsed 93%CPU (0avgtext+0avgdata 29380maxresident)k 0inputs+8outputs...
For anyone who faced the same issues Uses the latest version in git : version b , Follow the instructions, and check whether the error is this: /usr/bin/ld: cannot find -lboxmg-extras_opt_sgl
For anyone who faced the same issues Uses the latest version in git : version b and check whether the error is this: /usr/bin/ld: cannot find -lboxmg-extras_opt_sgl
Uses the latest version in git : version b and check whether the error is this: /usr/bin/ld: cannot find -lboxmg-extras_opt_sgl
After 1 week fixing ..now installed successfully
in my GNU compiler : replacing the symbol "==" at line 1983 by ".EQ." or .eqv. still got another Error So i modify the logical if command to fix it ELSE IF ( lccna == 0 ) THEN !banyak error sebelum dipecah IF (f_cnatmp .eqv. .false. ) THEN !banyak error sebelum dipecah an(ix,1,kz,lccn) = qccn - ccw(ix,kz,jy) ENDIF !tambahan ENDIF akibat penambahan IF !code ori !IF ( lccna == 0 .and. (f_cnatmp == .false. ) THEN ! here always result ! in error !an(ix,1,kz,lccn) = qccn - ccw(ix,kz,jy) ELSE an(ix,1,kz,lccn)...
in my GNU compiler : replacing the symbol "==" at line 1983 by ".EQ." or .eqv. still got another Error So i modify the logical if command to fix it ELSE IF ( lccna == 0 ) THEN !banyak error sebelum dipecah IF (f_cnatmp .eqv. .false. ) THEN !banyak error sebelum dipecah an(ix,1,kz,lccn) = qccn - ccw(ix,kz,jy) ENDIF !tambahan ENDIF akibat penambahan IF !code ori !IF ( lccna == 0 .and. (f_cnatmp == .false. ) THEN ! here always result ! in error !an(ix,1,kz,lccn) = qccn - ccw(ix,kz,jy) ELSE an(ix,1,kz,lccn)...
in module_mp_nudge_light.F move the #ifdef and #endif at lines 13 and 15 at the very beginning of the line like this: ifdef DM_PARALLEL INCLUDE 'mpif.h' endif and in module_mp_nssl_2mom.F replace the symbol "==" at line 1983 by ".EQ." The third error should be fixed by the above corrections as the module module_mp_nudge_light will be built correctly. Make sure you make these changes in the .F file and not the .f90 as the latter are created during compilation (the .F are preprocessed/"cleaned up"...
Regarding WRF-Elec installation I have set: export DIR=/mnt/d/WRF/LIBRARIES export NETCDF=$DIR/netcdf export WRF_ELEC=1 export BOXMGLIBDIR=/mnt/d/WRF-ELEC/boxmg4wrf-0.1 Attached is configure.wrf: NETCDFPATH = /mnt/d/WRF/LIBRARIES/netcdf BOXMGPATH = /mnt/d/WRF-ELEC/boxmg4wrf-0.1 .... -I/mnt/d/WRF-ELEC/boxmg4wrf-0.1/include -I/mnt/d/WRF-ELEC/boxmg4wrf-0.1/extras/msg/include But after configure and compile still got the errors: build started: Tue Jan 4 10:22:52 WIB 2022 build completed: Tue Jan 4 10:34:17...
Changed order of hdf5 libs for correct dependency (for simple linkers)
Added README file for lightning data assimilation (Fierro et al.)
erm: Fixed missing changes to module_physics_init.F regarding f_qnn
erm: re-add missing .F files in external
erm: add missing files
erm: delete test file
erm: reverted to normal
erm: Fix formatting issue for gfortran
erm: update to track .F files on case insensitive system
erm: Fixed logical conditional that caused error with gfortran
Add lightning interpolation program
Initial commit
Uploaded a beta release of WRF-ELEC for version 3.9.1.1. The features are the same as the last 3.7.1 update, so it is only an update of the WRF version. EDIT: (11/11/2017) Beta 0.01 with bug fix for seg fault with mp_physics = 17. Thanks to Ling Sun for finding a problem. File affected is module_mp_nssl_2mom.F
Uploaded a beta release of WRF-ELEC for version 3.9.1.1. The features are the same as the last 3.7.1 update, so it is only an update of the WRF version.
A problem was found in module_mp_nssl_2mom.F where some arrays were not explicitly initialized. A new version has be added to the updates folder (elec-3.7-updates), and the full code is wrfelec37_update02a.tgz (replaces wrfelec37_update02.tgz). Thanks to Hosseini for running into this problem.
A problem was found in module_mp_nssl_2mom.F where some arrays were not explicitly initialized. A new version has be added to the updates folder, and the full code is wrfelec37_update02a.tgz (replaces wrfelec37_update02.tgz). Thanks to Hosseini for running into this problem.
A second minor update (wrfelec37_update02.tgz) fixes a compile problem for gfortran. It also contains the files from update01
A couple users reported errors when running a nested domain. It turned out that the...
The update wrfelec37_update01.tgz includes the WRF 3.8 NSSL microphysics. The 3.7...