Search found 16 matches

by marinekame
Wed May 10, 2017 5:13 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

OK, I try it.
Thank you for your advice.
by marinekame
Wed May 10, 2017 4:54 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

Hi kate, Thank you for your reply. The compilers I use on Linux are Intel Fortran Compiler 11.1 20100806 and Intel C Compiler 11.1 20100806. For a test, I inserted the following code into the line 645 in dateclock.F ! integer :: intvar ! marinekame added character (len=1) :: chavar ! marinekame adde...
by marinekame
Tue May 09, 2017 7:28 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

Hi kate,

Even at the line where an integer is assigned to a character, like below,
write(character,'(i1)') integer
the segmentation error always occurs.
by marinekame
Tue May 09, 2017 6:46 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

Hi, kate.

When the segmentation fault occurred, imonth had 5, iday had 9, lmonth(imonth) had 3, and lday(iday) had 1.
But I can not understand why the error occurred at

Code: Select all

     WRITE (fmt,10) lmonth(imonth), lday(iday)
10   FORMAT ('(a',i1,',1x,i',i1,',1h,,1x,i4)')
Thanks.
by marinekame
Mon May 08, 2017 8:24 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

oceanG 0000000000414DC8 inp_par_ 53 inp_par.f90 oceanG 0000000000405875 ocean_control_mod 71 ocean_control.f90 oceanG 000000000040546E MAIN__ 73 master.f90 Here, I write also the lines in the other files in the above error message. The line 53 of inp_par.f90 is CALL get_date (date_str) The line 71 ...
by marinekame
Mon May 08, 2017 6:53 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

Re: segmentation fault when upwelling test case

Hello, kate. Thank you for your reply.
The line 91 of the file get_date.f90 in /home/mathuser/work/kameya/RomsRutgers/Projects/upwelling/Build directory is

Code: Select all

      WRITE (fmt,10) lmonth(imonth), lday(iday)
Thanks.
by marinekame
Mon May 08, 2017 6:19 am
Forum: ROMS Installation
Topic: segmentation fault when upwelling test case
Replies: 10
Views: 6531

segmentation fault when upwelling test case

Hi all, When I run oceanG for upwelling test case, segmentation fault occurs. I set stacksize to unlimited by ulimit -s unlimited . And I editted ocean_upwelling.in as follows: VARNAME = /home/mathuser/work/Roms/src/ROMS/External/varinfo.dat Lm == 5 NtileI == 8 NtileJ == 8 APARNAM = /home/mathuser/w...
by marinekame
Fri May 05, 2017 8:31 am
Forum: ROMS Installation
Topic: document how to run the DAMEE_4
Replies: 2
Views: 2359

Re: document how to run the DAMEE_4

I see. Thank you !
by marinekame
Tue May 02, 2017 6:15 am
Forum: ROMS Installation
Topic: document how to run the DAMEE_4
Replies: 2
Views: 2359

document how to run the DAMEE_4

Hello all,

Is there a document explaining the DAMEE_4 testcase and how to run it ?
I am searching it, but I have not yet found it.

Thanks.
by marinekame
Mon May 01, 2017 7:58 am
Forum: ROMS Installation
Topic: build.bash error for upwelling
Replies: 5
Views: 4982

Re: build.bash error for upwelling

Hello, kate. Your report was very helpful ! I succeeded in running build.bash. I added "export LD_RUN_PATH=${HOME}/lib" in my build.bash the other day. And after reading your report, I copied libintlc.so.5 of Intel Composer XE 2015 in "/usr/local/src/intel/composer_xe_2015.1.133/compi...
by marinekame
Mon May 01, 2017 1:35 am
Forum: ROMS Installation
Topic: build.bash error for upwelling
Replies: 5
Views: 4982

Re: build.bash error for upwelling

Hello, kate.

I'm sorry to have kept you waiting so long.
I attached the built.bash.log.txt file.
Would you please tell me how to solve the problem ?

Thanks.
by marinekame
Thu Apr 27, 2017 10:09 pm
Forum: ROMS Installation
Topic: build.bash error for upwelling
Replies: 5
Views: 4982

Re: build.bash error for upwelling

Hi, kate. Thank you for your reply !
On 1 May, I will show built.bash.log.txt file here from my PC at my workplace.
I'm sorry to keep you waiting.
by marinekame
Thu Apr 27, 2017 9:31 am
Forum: ROMS Installation
Topic: build.bash error for upwelling
Replies: 5
Views: 4982

build.bash error for upwelling

Hi all, I am using Intel Fortran 11.1 20100806 and NetCDF 4.3.3.1 . When I ran build.bash for upwelling, I got the following error massages. ---(start of messages)--- [mathuser@ENEG02 upwelling]$ ./build.bash > build.bash.log.txt makefile:239: INCLUDING FILE /home/mathuser/make_macros.mk WHICH CONTA...
by marinekame
Thu Apr 27, 2017 6:27 am
Forum: ROMS Usage
Topic: How to set the coordinate system (spherical or Cartesian)
Replies: 2
Views: 3352

Re: How to set the coordinate system (spherical or Cartesian

Hi, kate.
Thank you very much !
by marinekame
Thu Apr 27, 2017 5:35 am
Forum: ROMS Usage
Topic: How to set the coordinate system (spherical or Cartesian)
Replies: 2
Views: 3352

How to set the coordinate system (spherical or Cartesian)

Hi all,

Please let me know how to set the spherical coordinate system or Cartesian coordinate system in ROMS.

Is it set Manually by options in ROMS setting files by the user ?
Or Automatically by the coordinate system used in the input NetCDF files ?

Thanks
by marinekame
Fri Mar 03, 2017 3:01 am
Forum: ROMS Usage
Topic: Error when across the longitude 180
Replies: 1
Views: 3101

Error when across the longitude 180

Hello. I am a ROMSTOOLS user. I want to analyze the region from 170E to 170W across the 180E. Therefore I set lonmin=170 and lonmax=190 in the romstools_param.m. But, when I ran make_clim after make_forcing, the following errors occurred. Would you please tell me how to solve this problem ? --------...