Hi
How do you compile ROMS? I had a similar problem when trying the sea ice model, but when I compiled with -mcmodel=large, the program worked fine.
Search found 4 matches
- Thu Nov 27, 2025 10:47 am
- Forum: ROMS Discussion
- Topic: ROMS model blow up in new version while work fine in older version
- Replies: 7
- Views: 733
- Fri Oct 10, 2025 8:15 am
- Forum: ROMS Ice
- Topic: Problems reading ice boundary conditions
- Replies: 8
- Views: 5765
Re: Problems reading ice boundary conditions
Hello everyone
I have uploaded my code here: https://github.com/taleMET/roms-seaice/tree/boundary-fix
Please note that the code is not fully tested yet, but I can confirm that the boundary data are read from file in my setup using this fix. NB: In my setup I use ROMS v 4.2, not the develop branch ...
I have uploaded my code here: https://github.com/taleMET/roms-seaice/tree/boundary-fix
Please note that the code is not fully tested yet, but I can confirm that the boundary data are read from file in my setup using this fix. NB: In my setup I use ROMS v 4.2, not the develop branch ...
- Thu Oct 09, 2025 11:41 am
- Forum: ROMS Ice
- Topic: Problems reading ice boundary conditions
- Replies: 8
- Views: 5765
Re: Problems reading ice boundary conditions
Hello
I have figured out that in the current version of ROMS the boundary conditions for ice variables are not read in the get_data.F file in ROMS/Nonlinear/. I have implemented this and also fixed some other small bugs, and I will upload the code to https://github.com/taleMET/roms-seaice when I am ...
I have figured out that in the current version of ROMS the boundary conditions for ice variables are not read in the get_data.F file in ROMS/Nonlinear/. I have implemented this and also fixed some other small bugs, and I will upload the code to https://github.com/taleMET/roms-seaice when I am ...
- Tue Sep 30, 2025 1:59 pm
- Forum: ROMS Ice
- Topic: Problems reading ice boundary conditions
- Replies: 8
- Views: 5765
Problems reading ice boundary conditions
Hi everyone,
I am currently testing the seaice module in ROMS v. 4.3. My code compiles and runs, but it seems the boundary conditions are not read from my bry-file. I have the following boundary setup in my roms.in file:
! Ice boundary conditions
LBC(isAice) == Cla Clo Clo Clo ! ice concentration ...
I am currently testing the seaice module in ROMS v. 4.3. My code compiles and runs, but it seems the boundary conditions are not read from my bry-file. I have the following boundary setup in my roms.in file:
! Ice boundary conditions
LBC(isAice) == Cla Clo Clo Clo ! ice concentration ...