Search found 11 matches
- Thu May 30, 2024 1:57 am
- Forum: ROMS Discussion
- Topic: Some issues encountered when transitioning from ROMS to CROCO
- Replies: 0
- Views: 5130
Some issues encountered when transitioning from ROMS to CROCO
Hi, Recently, I wanted to use CROCO to simulate some NBQ processes, but I have some confusion regarding the LBC settings in CROCO. In ROMS, my settings were as follows: Lateral Boundary Conditions: NLM ============================ Variable Grid West Edge South Edge East Edge North Edge ...
- Mon Oct 24, 2022 1:37 am
- Forum: ROMS Discussion
- Topic: converting roms grid to swan grid
- Replies: 7
- Views: 8045
Re: converting roms grid to swan grid
I'm running ROMS-SWAN model. I also have the same question. I set up my own application according to the Inlet_test case. Would you please give me any suggestions?
- Sun Jan 03, 2021 5:11 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
Ok, I've solved it during this weekend. The problem is very tricky, which is the open boundary condition settings. I have the inconsistent open boundary condition between physical and biological parts. For example, I closed the boundary in the north-south direction, while my biological open boundary ...
- Thu Dec 31, 2020 1:22 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
In my ana_grid.f90, some codes related to the pm and pn value are as follows: 383 #elif defined UPWELLING 384 Xsize=1000.0_r8*REAL(Lm(ng),r8) 385 Esize=1000.0_r8*REAL(Mm(ng),r8) 386 depth=150.0_r8 387 f0=-8.26E-05_r8 388 beta=0.0_r8 511 #else 512 dx=Xsize/REAL(Lm(ng),r8) 513 dy=Esize/REAL(Mm(ng),r8 ...
- Wed Dec 30, 2020 5:31 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
The code of line 758 in analytical.f90 is as follows: 714 !----------------------------------------------------------------------- 715 ! Compute coordinate transformation metrics at RHO-points "pm" and 716 ! "pn" (1/m) associated with the differential distances in XI and 717 ! ETA, respectively. 718 ...
- Tue Dec 29, 2020 2:05 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
Yeah, idpthR isn't in my varinfo.dat file, besides, there are time-averaging variables that aren't in my varinfo.dat. I have added them to my varinfo.dat. Now the Upwelling test case without bio_UMAINE15 can run successfully. If I activate the bio_UMAINE15, there is another problem. For more ...
- Mon Dec 28, 2020 7:06 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
Now, line 2611 are as follows: In my ocean_roms.in file, there actually isn't Hout(idpthR,ng) , while it's "if" judegment code in read_phypar.f90. In my opinion, it doesn't matter whether Hout(idpthR,ng) in my ocean_roms.in file or not. 2600 IF (Hout(idWvel,ng)) WRITE (out,170) Hout(idWvel,ng ...
- Sun Dec 27, 2020 3:42 pm
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
Hi, Mrs Kate. I have checked out the varinfo.dat many times in last two days, while I can't find the errors. Nowadays I guess the errors are maybe in the varinfo.dat. Could you please tell me how to find where is inconsistent between my varinfo.dat and CoSiNE. Is there all the variable name used in ...
- Fri Dec 25, 2020 6:57 am
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Re: Issues when running ROMS coupled with bio_UMAINE15 model
What I used is the UMAINE15 model, the ROMS version is 3.8. The ROMS code is download from www.myroms.org , not your Github account. I don't know whether is the reason for the ROMS version. Because the UMAINE15 code is from Professor Xiu Peng, while what he gives to me is the whole ROMS 3.6 code ...
- Thu Dec 24, 2020 3:03 pm
- Forum: ROMS Problems
- Topic: Issues when running ROMS coupled with bio_UMAINE15 model
- Replies: 14
- Views: 33404
Issues when running ROMS coupled with bio_UMAINE15 model
varinfo.dat Hi, I got puzzled when running ROMS with UMAINE15 (CoSiNE) model. I can run ROMS successfully without CoSiNE. However, when I running with the CoSiNE model, there are some issues. I know there is someone running it successfully, and I only got one FAQ about the CoSiNE (https://www ...
- Sat Dec 07, 2019 6:16 am
- Forum: ROMS Problems
- Topic: An error in run the test case of riverplume2
- Replies: 4
- Views: 4089
Re: An error in run the test case of riverplume2
How did you make it out? I have the same trouble as you, while my varinfo.dat is located in {HOME}/roms/projects/upwelling. Where should I define the directory of the varinfo.dat? I'm hoping for your help. Thank you! Model Input Parameters: ROMS/TOMS version 3.8 Saturday - December 7, 2019 - 2:07:12 ...