Search found 23 matches

by Joeailvyou
Mon Feb 12, 2024 12:15 pm
Forum: ROMS Discussion
Topic: angle, wind, ocean current
Replies: 3
Views: 967

Re: angle, wind, ocean current

I have interpolated forcing, initial, boundary and climatological file into roms grid. The key point is whether rotate wind and ocean current velocity.
by Joeailvyou
Mon Feb 12, 2024 4:45 am
Forum: ROMS Discussion
Topic: angle, wind, ocean current
Replies: 3
Views: 967

angle, wind, ocean current

Dear arango, Kate, and wilkin, I have looked into many discussions about the grid angle and the rotation of wind and ocean current velocity , but got more confused ! 1. When I prepare the wind forcing, should I rotate the wind direction from geometrical eastward/northward to grid xi/eta in my forcin...
by Joeailvyou
Tue Aug 15, 2023 3:33 am
Forum: ROMS Discussion
Topic: blowing up using ROMS820
Replies: 0
Views: 11552

blowing up using ROMS820

Hello,
The ROMS blowing up after about 44days. I tried #define WET_DRY, but it did not work. I uploaded my .h, .in, and log file. Could you please help me out?
by Joeailvyou
Thu Aug 03, 2023 9:43 am
Forum: ROMS Ice
Topic: ROMS coupled to CICE
Replies: 21
Views: 79078

Re: ROMS coupled to CICE

Dear Kate, I noticed that you have ever tried METROMS. When I build and run roms standalone , everything gose well. But If I mpirun oceanG after build ROMS coupled with CICE (i.e. the METROMS https://github.com/metno/metroms), it turned forrtl: severe (174): SIGSEGV, segmentation fault occurred . Co...
by Joeailvyou
Thu Aug 03, 2023 8:55 am
Forum: ROMS FAQ
Topic: Segmentation Faults
Replies: 12
Views: 39200

Re: Segmentation Faults

kate wrote: > Just had a segmentation fault that I can't figure out at all: > [code]forrtl: severe (174): SIGSEGV, segmentation fault occurred > Image PC Routine Line Source > > oceanG 00000000035D46E5 Unknown Unknown Unknown > oceanG 00000000035D2307 Unknown Unknown Unknown > oceanG 000000000357EA6...
by Joeailvyou
Thu Aug 03, 2023 8:46 am
Forum: ROMS Discussion
Topic: forrtl: severe (174): SIGSEGV, segmentation fault occurred
Replies: 9
Views: 14127

Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred

Recompile your code in debug mode (un-comment the USE_DEBUG line in your build_roms.sh or build_roms.csh ), then run your model again with the resulting romsG (instead of romsM or romsS) executable. That will hopefully give you an idea where in the code the segfault is coming from to narrow down th...
by Joeailvyou
Sat Apr 22, 2023 2:17 pm
Forum: ROMS Ice
Topic: ROMS coupled to CICE
Replies: 21
Views: 79078

Re: ROMS coupled to CICE

Hello everyone, I got an error in the terminal, while I running the MetROMS. However, the log file does not contain any error massage. The following error massage are showing in the terminal: MPI_ABORT was invoked on rank 26 in communicator MPI_COMM_WORLD with errorcode 128. NOTE: invoking MPI_ABOR...
by Joeailvyou
Tue Apr 04, 2023 1:03 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

Inside ROMS, each variable can have its own time, no problem. The preferred method (last I was aware) is that each variable in the netcdf file should point to the appropriate time variable through the time attribute. This will override the varinfo.dat file. In terms of units, I wouldn't count on RO...
by Joeailvyou
Mon Apr 03, 2023 6:08 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

This one is not the fault of the Makefile, but rather a bug. Looking at mod_forces, I have: # ifdef SHORTWAVE real(r8), pointer :: srflx(:,:) # ifndef ANA_SRFLUX real(r8), pointer :: srflxG(:,:,:) # endif # ifdef ALBEDO real(r8), pointer :: albedo(:,:) # ifdef ICE_MODEL real(r8), pointer :: albedo_...
by Joeailvyou
Mon Apr 03, 2023 5:29 pm
Forum: ROMS Discussion
Topic: Model could not recognize variables
Replies: 8
Views: 10975

Re: Model could not recognize variables

I think you are confusing dimensions and coordinate variables. It does not matter whether a variable is dimensioned salt_time or mud_time. That conveys no information to ROMS about the time coordinate . Which time coordinate to use to interpret the index into the time dimension can be specified eit...
by Joeailvyou
Fri Mar 31, 2023 9:41 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

Hi, I also had the same problem when building the ROMS-Ice code, but only with the multi processor building: (./build_bash -j 8 ) I believe as Kate mentioned, the dependency order has to be taken care of. However, if I use single process to build, I get no problems with building. I chose not to spe...
by Joeailvyou
Fri Mar 31, 2023 9:29 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

So the dependency list is wrong and doesn't include the needs of the ice model. I never used Hernan's build system, so there must be something missing in his Makefile. I looked in his makefile and he's pointing to sea ice modules under ROMS/Nonlinear/SeaIce. Maybe if you move the ice routines to th...
by Joeailvyou
Fri Mar 31, 2023 5:20 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

You need to rebuild the dependency list. Some things need to be compiled before other things. The easiest way to do this is "make clean" or removing the build directory or whatever works for how you build the model. Dear Kate, I set "clean=1" in the build_roms.bash file. I also ...
by Joeailvyou
Fri Mar 31, 2023 4:11 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

Is this what you are asking about? read_icepar.f90: remark #5133: The input stream is empty Are you sure you turned on the ice model? I checked and my boundary file only has ocean_time. That's how I set up my varinfo.dat: 'zeta_west' ! Input 'free-surface western boundary condition' 'meter' ! [m] '...
by Joeailvyou
Tue Mar 28, 2023 2:07 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

What is more, dose the following output (while compile in debug mode) matter? ./build_roms.bash -j 24 > build.log svn: '.' is not a working copy svn: '.' is not a working copy svn: '.' is not a working copy svn: '.' is not a working copy svn: '.' is not a working copy svn: '.' is not a working copy ...
by Joeailvyou
Tue Mar 28, 2023 1:11 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

I forgot to tell you that the boundary file is prepared well, and the variable: ocean_time is present in the boundary. romsG couldn't find ocean_time because we comment out FFLAGS += -heap-arrays . But I don't know how to solve it. Thank you in advance ! $ ncdump -v ocean_time roms_bry.nc netcdf rom...
by Joeailvyou
Tue Mar 28, 2023 1:05 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

get_data_ 218 get_data.f90 What is it reading here? Are you sure it's the boundary file? It just read salinity climatology - should it read temperature climatology next? I would run it in the debugger or add a print statement to that line you highlighted. I don't know what's going on. Note: all the...
by Joeailvyou
Fri Mar 24, 2023 8:35 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

The way ROMS is compiled, you view the .F file, then an intermediate .f90 file is created off in some build directory. It is those line numbers you need to look at: read_phypar_ 1839 read_phypar.f90 You need to make sure you have an ocean.in that's compatible with the github ROMS, also varinfo.dat....
by Joeailvyou
Sun Mar 19, 2023 3:22 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

1. I'm not really supporting that code any more. 2. Yes, turning on the ice cpp flag is all that's needed. 3. You'll get a more useful model output on seg fault if you recompile in debug mode. 4. Your problem is probably in the ocean.in, with the ice code needing different options. 5. I suspect you...
by Joeailvyou
Sun Mar 19, 2023 3:14 pm
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

Re: ROMS from github error

1. I'm not really supporting that code any more. 2. Yes, turning on the ice cpp flag is all that's needed. 3. You'll get a more useful model output on seg fault if you recompile in debug mode. 4. Your problem is probably in the ocean.in, with the ice code needing different options. 5. I suspect you...
by Joeailvyou
Fri Mar 17, 2023 7:01 am
Forum: ROMS Ice
Topic: ROMS from github error
Replies: 21
Views: 39521

ROMS from github error

Help: Hello everyone, especially Kate, could you please help me? I run my case using the ROMS from svn well. Now, I want to using the SeaIce, so I download ROMS with SeaIce from github as Kate suggested. Before the ice module was added, I tested ocean module alone first (the version from github). Bu...
by Joeailvyou
Thu Mar 16, 2023 1:59 am
Forum: ROMS Ice
Topic: How add ice
Replies: 8
Views: 19565

Re: How add ice

Dear users I try to run ROMS in my domain. I run ROMS with rivers, fluxes, and also the initial conditions in the upwelling test case. Now I try to add ice into the model but I do not understand how to do it although I review this forum. In this case, I have some questions. Firstly, ROMS have this ...
by Joeailvyou
Wed Nov 01, 2017 1:27 pm
Forum: ROMS Tools and Techniques
Topic: Seagrid & MEX, thanks
Replies: 1
Views: 3342

Re: Seagrid & MEX, thanks

what did you do to solve the problem ?I am faced with the same problem too question about seagrid and mex first of all, I added "matlab" (downloaded from https://www.myroms.org/svn/src/matlab) folder to the work path in matlab. Second, I added "mexrect","mexinside",&quo...