-
Notifications
You must be signed in to change notification settings - Fork 114
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
Compilation of WRFextraction (WRTOOF) #82
Comments
Hi Huseyin, I went through the same compilation process and after a few hiccups, I managed to get it working using |
Hi Mr. Thedin, I've run I should also note that I didn't use only the Just for the reference, here are the warnings:
|
Yeah, these warnings can be ignored. Glad it worked! |
Hi Huseyin, Thedin, I have tried the same compile processing with you and got the same warnings. When I run opening : flnm(i) 1 wrfout_d01_2015-08-05_05_40_00.nc My question is that I cannot find the output file in the folder. Does it run correctly or the result is included in other files? Thank you very much! |
Answered in #83. |
Hello, I extracted the boundary but the operation always returns an error as follows: opening : flnm(i) 1 wrfout_d01_2000-01-24_16:00:00 Dimensions: 1 50 1 50 1 50 Reading latitude/longitude from latlong.nc The WRF grid is blessings approx. -0.00000 deg. From true Lat /lon. Getting variables from solution file Have heat flux: T Processing body 1 : west_bc.dat Precomputing points for body 1 Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0x7efd5e8952ed in ??? #1 0x7efd5e894503 in ??? #2 0x7efd5e129f0f in ??? #3 0x55754b1f1ab7 in ??? #4 0x55754b1e76be in ??? #5 0x7efd5e10cc86 in ??? #6 0x55754b1e76f9 in ??? #7 0xffffffffffffffff in ??? Segmentation fault (core dumped) I feel like it might be because there's a problem with the _bC.dat I extracted. So I would like to ask how to extract the coordinates x,y,z of each boundary point and convert them into longitude/latitude/altitude. Is there a program that can be provided? |
Hi,
I am running into some problems while building the WRFextraction tool.
First of all, is it still up-to-date? The README mentions a compressed file and WRFTOOF directory, which don't exist. I assume that the aforementioned directory is WRFextraction itself? Just to make sure, am I correct?
The only thing I change in the Makefile is
FC=gfortran
. Should I change anything else? (i.e.FCFLAGS
is defined twice and such).Then, I just run
make
. Themodule_dm.f90
file I get with the/lib/cpp -C -P module_dm.F > module_dm.f90
command could not be compiled by the
gfortran -o module_dm.o -c -O3 -g -I/usr/include module_dm.f90
command, because the header that is commented by
/* ... */
in themodule_dm.f90
file could not be processed by thegfortran
compiler, leading to error:I am not very experienced with pre-processing with
cpp
and I'm sure that I'm making a silly mistake here, but I'm completely lost and can't figure it out what the Makefile is doing. Any help would be greatly appreciated.Regards,
Huseyin
The text was updated successfully, but these errors were encountered: