Search found 16 matches

by sdsjkj
Sat Jan 01, 2011 1:47 pm
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

Re: A Grid value problem by Octant

Dear, Robert Hetland;

I appreciate it.
Happy new year!

Best regards,
Don
by sdsjkj
Tue Dec 21, 2010 8:23 pm
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

Re: A Grid value problem by Octant

Dear, Kate;

When I ran Roms with a grid which is generated with four corners, It ran.
Thank you again.
Now I am going to try with a complex domain filling some none zero number on the masked cells.

Best regards,
Don
by sdsjkj
Tue Dec 21, 2010 7:35 pm
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

Re: A Grid value problem by Octant

Dear, Kate;

I appreciate it.

Best regards,
Don
by sdsjkj
Tue Dec 21, 2010 7:04 pm
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

Re: A Grid value problem by Octant

Dear, Kate;

Thank you for your prompt answer.
Can I input 'zero' meaning Land onto the masked cells?

Best regards,
Don
by sdsjkj
Tue Dec 21, 2010 6:48 pm
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

Re: A Grid value problem by Octant

Dear, Kate; Thank you so much! Yes, I made a complicated grid with OCTANT python. Actually, when I tested Roms with grid having four coners, same depth, and no masked area, it worked. In my opinion, on complex domain or masked domain Python fills arbitrary numbers on masked grid when it output value...
by sdsjkj
Tue Dec 21, 2010 3:55 am
Forum: ROMS Tools and Techniques
Topic: A Grid value problem by Octant
Replies: 9
Views: 6441

A Grid value problem by Octant

Dear, all; I made a grid with OCTANT and tried to run ROMS(version 448) without any force to check if the grid is working or not. But Roms didn't run. In the logfile, DXmax and DYmax were infinite, so i checked the grid values. Values:f,h,mask_u,mask_v,mask_rho,mask_psi look fine. But,I found lots o...
by sdsjkj
Fri Dec 17, 2010 5:21 pm
Forum: ROMS Tools and Techniques
Topic: gridgen-c warning: F(): NaN detected or Segmentation fault
Replies: 11
Views: 9502

Re: gridgen-c warning: F(): NaN detected or Segmentation fau

Dear, all; Finally, I figured it out. It wasn't trouble with Octant and gridgen-c but my stupid fault. I am so sorry for that. I linked self.libgridgen to the newest libgridgen.so I installed. Then it works now in 64bit Ubuntu although warning(invalid value encountered in sqrt) occured. Thank you so...
by sdsjkj
Fri Dec 17, 2010 12:04 am
Forum: ROMS Tools and Techniques
Topic: gridgen-c warning: F(): NaN detected or Segmentation fault
Replies: 11
Views: 9502

Re: gridgen-c warning: F(): NaN detected or Segmentation fau

Dear, Pavel Sakov;

I am sorry I couldn't understand which file I can remove with sigmas.
Thank you so much for your comment.

Sincerely yours,
Don
by sdsjkj
Sun Dec 12, 2010 6:59 pm
Forum: ROMS Tools and Techniques
Topic: gridgen-c warning: F(): NaN detected or Segmentation fault
Replies: 11
Views: 9502

Re: gridgen-c warning: F(): NaN detected or Segmentation fau

Thank you so much for your prompt answers. Dear, Kate; I am sorry for missing beta values in the question. Actually, "beta=np.array([1,-1,1,1,-1,1,1,1])" has been included in my code script. Thank you so much anyway! Dear, Robert Hetland; Segmentation fault occured with the square coordina...
by sdsjkj
Sat Dec 11, 2010 7:25 pm
Forum: ROMS Tools and Techniques
Topic: gridgen-c warning: F(): NaN detected or Segmentation fault
Replies: 11
Views: 9502

gridgen-c warning: F(): NaN detected or Segmentation fault

Dear, all; The following python code perfectly worked in a company where I worked internship. import numpy as np import octant x=np.array([0, 0, -3, -3, 0, 0, 5, 5]) y=np.array([5, 3, 4, 3, 2, 0, 0, 5]) grd=octant.grid.Gridgen(x,y,beta,(32,32)) The company used GNU compilers for C and C++, PGI fortr...
by sdsjkj
Tue Sep 14, 2010 2:15 pm
Forum: ROMS Installation
Topic: Compiling error
Replies: 17
Views: 16304

Re: Compiling error

I appreciate it. :D

Best regards,
Don
by sdsjkj
Wed Sep 08, 2010 8:10 pm
Forum: ROMS Installation
Topic: Compiling error
Replies: 17
Views: 16304

Re: Compiling error

Dear, Kate;
It works, and I got the executable file.
I really appreciate it.
But I got Warning as follows.

/opt/intel/fc/11.1.064/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail.

Could I ignore the warnig?

Best regards,
Don
by sdsjkj
Wed Sep 08, 2010 7:34 pm
Forum: ROMS Installation
Topic: Compiling error
Replies: 17
Views: 16304

Re: Compiling error

Dear, Kate; The results are as follows. > nm libnetcdf.a | grep strerror U nc3_strerror 00000000000002a0 T nc_strerror 0000000000000000 T nc3_strerror U strerror U nc_strerror >nm libnetcdff.a | grep strerror U nc_strerror 0000000000000130 T nf_strerror_ 0000000000063660 T netcdf_mp_nf90_strerror_ U...
by sdsjkj
Wed Sep 08, 2010 7:00 pm
Forum: ROMS Installation
Topic: Compiling error
Replies: 17
Views: 16304

Re: Compiling error

Thank you Kate! I compiled it with the ifort compiler and don't have pgi compilers. The result of the test is: U netcdf_mp_nf90_strerror_ The flags in .bash_profile to build NetCDF and Roms are as follows. export F77=ifort export F90=ifort export FC=ifort export FFLAGS='-g -O3 -no-prec-div -fPIC' ex...
by sdsjkj
Tue Sep 07, 2010 10:21 pm
Forum: ROMS Installation
Topic: Compiling error
Replies: 17
Views: 16304

Compiling error

Hello! I built Roms with intel compilers but got errors as the below. Please let me know what is wrong. My system information is "Linux x86_64 x86_64 x86_64 GNU/Linux" Thank you in advance! Don cd Build; /opt/intel/fc/11.1.064/bin/intel64/ifort -c -heap-arrays -fp-model precise -g -check u...