Dear feroda,
May I have a look at your modified code files that have been modified to include Bv ?
I struggled for a long time and don't know how to do it.
Thank God and you If get reply from you! If Ok, send it to my Gmail joe211010@gmail.com. Thank you again.
Best wishes!
Joe
Search found 27 matches
- Fri Jun 21, 2024 1:14 am
- Forum: ROMS Discussion
- Topic: How to add a 4-D variable into the Forcing file
- Replies: 9
- Views: 10349
- Wed Jun 19, 2024 11:22 pm
- Forum: ROMS Discussion
- Topic: Nonbreaking wave-induced mixing in ROMS?
- Replies: 8
- Views: 16747
Re: Nonbreaking wave-induced mixing in ROMS?
Yes, it's done by Wang et al., JGR 2010 based on Qiao et al, JPO 2004. I added it as a one of the switches (option) for vertical turbulent mixing :arrow: (lmd_vmix) to the CPP options list (ROMS 3.7), and is running now for the Mid-Atlantic Bight application :idea: . To extract wave induced mixing ...
- Tue Jun 11, 2024 2:41 pm
- Forum: ROMS Discussion
- Topic: how to output SST ?
- Replies: 2
- Views: 4163
how to output SST ?
Dear, How to output SST from ROMS ? I am confused with SST from ROMS, because I didn't see the option to output SST in the roms.in. The only option I see is Aout(idTvar) == T T ! temp, salt temperature and salinity. If I have output temp(lon,lat,vertical_level) with vertical_level=35, is temp(:,:,35 ...
- Tue Jun 11, 2024 2:34 pm
- Forum: ROMS Discussion
- Topic: Question about SST in WRF-ROMS coupling
- Replies: 7
- Views: 13275
Re: Question about SST in WRF-ROMS coupling
Looking back at the original post, i see that the SST from NCEP and the SST from ROMS are very different. So the 'coupling' is not the issue. It seems that the issue is "how did you set up the initial conditions for ROMS?" If ROMS is starting out 2-3 degrees cooler, then you cant expect similar ...
- Mon Feb 12, 2024 12:15 pm
- Forum: ROMS Discussion
- Topic: angle, wind, ocean current
- Replies: 3
- Views: 3258
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.
- Mon Feb 12, 2024 4:45 am
- Forum: ROMS Discussion
- Topic: angle, wind, ocean current
- Replies: 3
- Views: 3258
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 ...
- Tue Aug 15, 2023 3:33 am
- Forum: ROMS Discussion
- Topic: blowing up using ROMS820
- Replies: 0
- Views: 14639
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?
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?
- Thu Aug 03, 2023 9:43 am
- Forum: ROMS Ice
- Topic: ROMS coupled to CICE
- Replies: 21
- Views: 99324
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 ...
- Thu Aug 03, 2023 8:55 am
- Forum: ROMS FAQ
- Topic: Segmentation Faults
- Replies: 12
- Views: 52307
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 ...
- Thu Aug 03, 2023 8:46 am
- Forum: ROMS Discussion
- Topic: forrtl: severe (174): SIGSEGV, segmentation fault occurred
- Replies: 9
- Views: 19302
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 ...
- Sat Apr 22, 2023 2:17 pm
- Forum: ROMS Ice
- Topic: ROMS coupled to CICE
- Replies: 21
- Views: 99324
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 ...
- Tue Apr 04, 2023 1:03 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Mon Apr 03, 2023 6:08 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Mon Apr 03, 2023 5:29 pm
- Forum: ROMS Discussion
- Topic: Model could not recognize variables
- Replies: 8
- Views: 14624
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 ...
- Fri Mar 31, 2023 9:41 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Fri Mar 31, 2023 9:29 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Fri Mar 31, 2023 5:20 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 removed the ...
- Fri Mar 31, 2023 4:11 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Tue Mar 28, 2023 2:07 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Tue Mar 28, 2023 1:11 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Tue Mar 28, 2023 1:05 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Fri Mar 24, 2023 8:35 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Sun Mar 19, 2023 3:22 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Sun Mar 19, 2023 3:14 pm
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Fri Mar 17, 2023 7:01 am
- Forum: ROMS Ice
- Topic: ROMS from github error
- Replies: 21
- Views: 53854
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 ...
- Thu Mar 16, 2023 1:59 am
- Forum: ROMS Ice
- Topic: How add ice
- Replies: 8
- Views: 27808
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 ...
- Wed Nov 01, 2017 1:27 pm
- Forum: ROMS Tools and Techniques
- Topic: Seagrid & MEX, thanks
- Replies: 1
- Views: 3892
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","mexsepelid" path again. third ...