Search found 18 matches
- Wed Jul 31, 2024 5:47 pm
- Forum: Meetings/Workshops
- Topic: Call for abstract The 23rd Symposium on the Coastal Environment at the 105th AMS 2025
- Replies: 0
- Views: 3962
- Wed Jul 12, 2023 6:26 pm
- Forum: Meetings/Workshops
- Topic: The 22nd Symposium on the Coastal Environment at the 2024 AMS Annual Meeting
- Replies: 0
- Views: 9834
The 22nd Symposium on the Coastal Environment at the 2024 AMS Annual Meeting
Submit an abstract – The 22nd Symposium on the Coastal Environment at the 2024 AMS Annual Meeting The 22nd Symposium on the Coastal Environment is sponsored by the American Meteorological Society (AMS) and organized by the AMS Committee on Coastal Environment. The symposium will be held as part of t ...
- Wed Apr 26, 2023 6:13 pm
- Forum: Meetings/Workshops
- Topic: Unifying Innovations in Forecasting Capabilities workshop (UIFCW), in Boulder, 24-28 July 2023.
- Replies: 0
- Views: 8616
Unifying Innovations in Forecasting Capabilities workshop (UIFCW), in Boulder, 24-28 July 2023.
Hello Everyone - You are cordially invited to submit abstracts to the parallel session of “Emerging Applications 1 - Coastal and Marine” at the upcoming Unifying Innovations in Forecasting Capabilities workshop (UIFCW), in Boulder, 24-28 July 2023. You can submit an abstract by May 19th here: Un ...
- Wed Mar 08, 2023 3:32 pm
- Forum: Job Opportunities
- Topic: NOAA Federal Term Position (Miami, FL)
- Replies: 0
- Views: 8983
NOAA Federal Term Position (Miami, FL)
All NOAA National Ocean Service, Coast Survey is hiring a Physical Scientist - Coastal Hydrodynamic modeler position at #NOAA National Hurricane Center in Miami, FL to support NHC for building the next generation "The Probabilistic Hurricane Storm Surge model (P-Surge)" system. Come and join the t ...
- Tue Sep 13, 2022 2:00 pm
- Forum: Job Opportunities
- Topic: Open positions at NOAA
- Replies: 0
- Views: 5365
Open positions at NOAA
All, Are you a Coastal Ocean Modeler /or/ DevOps Engineer /or/ Statistician /or/ Numerical Modeler /or/ Computer Scientist /or/ you believe that your expertise is relevant to this job description? Do you like to work at NOAA? There are two positions open at SFI: https://recruiting.paylocity.com ...
- Sat Aug 21, 2021 2:51 am
- Forum: Meetings/Workshops
- Topic: AMS 2022: Coastal Ocean Modeling to Support Resilience, Navigation, and the Blue Economy
- Replies: 0
- Views: 7262
AMS 2022: Coastal Ocean Modeling to Support Resilience, Navigation, and the Blue Economy
Dear Colleagues, This is the final call for submitting an abstract to AMS 2022 at the Understanding and Predicting Coastal Zone Processes to Support Resilience, Navigation, and the Blue Economy session. We specifically encourage abstract submissions for oral and poster presentations on: * Coastal ...
- Tue Jul 25, 2017 12:11 pm
- Forum: Meetings/Workshops
- Topic: The Nearshore Processes session at the 2018 Ocean Sciences
- Replies: 0
- Views: 7651
The Nearshore Processes session at the 2018 Ocean Sciences
Dear ROMS List members, We would like to encourage you to submit an abstract to the Nearshore Processes session at the upcoming 2018 Ocean Sciences Meeting that will be held 11-16 February 2018 at the Oregon Convention Center in Portland, Oregon. *Abstracts submission website: http://osm.agu.org ...
- Sun Jan 04, 2015 9:02 pm
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi,
You can implement your own or use more advanced packages like the one adopted from Matlab. look at pyroms code here:
https://github.com/kshedstrom/pyroms/tr ... y_smoother
Good luck,
Saeed.
You can implement your own or use more advanced packages like the one adopted from Matlab. look at pyroms code here:
https://github.com/kshedstrom/pyroms/tr ... y_smoother
Good luck,
Saeed.
- Mon Dec 08, 2014 11:10 pm
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi again, Here is what I wrote as note when I tried octant years ago. I hope it helps you. Saeed. ############################################################################ #saeed Moghimi #moghimis@gmail.com #Fri 09 Dec 2011 06:43:12 AM CET Octant Installation: A. download: #Download octant: svn ...
- Mon Dec 08, 2014 4:35 pm
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi,
It seems the 'libcsa' is not in this directory '/home/fagundes/libsmodels/Grid/lib'.
As a test, would you please copy all the libs (.a and .so) files into your ~/.local/lib/ and complie the octant once again.
Saeed.
It seems the 'libcsa' is not in this directory '/home/fagundes/libsmodels/Grid/lib'.
As a test, would you please copy all the libs (.a and .so) files into your ~/.local/lib/ and complie the octant once again.
Saeed.
- Sat Dec 06, 2014 1:03 am
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi again, I guess, you either need to find the location of the library and change the path to this location inside the code (e.g. here octant.__path__[0] and other places based on the error message)and do python setup install again, or make a symbulic link to that library into your usr/local/lib or ...
- Tue Oct 28, 2014 1:29 pm
- Forum: ROMS Discussion
- Topic: ROMS Boundary Condition: Clamped vs. Flather
- Replies: 4
- Views: 4767
Re: ROMS Boundary Condition: Clamped vs. Flather
Hi,
Thanks for the answer. Not yet.
I am trying to get the model run with what Kate proposed. Would you please explain more about what combination of CPP defs do you mean to be used for compilation?
Saeed.
Thanks for the answer. Not yet.
I am trying to get the model run with what Kate proposed. Would you please explain more about what combination of CPP defs do you mean to be used for compilation?
Saeed.
- Fri Oct 24, 2014 5:19 pm
- Forum: ROMS Discussion
- Topic: ROMS Boundary Condition: Clamped vs. Flather
- Replies: 4
- Views: 4767
ROMS Boundary Condition: Clamped vs. Flather
Dear All, I am modeling a tidal inlet. Here is the information at open boundaries: - OTPS tide file - I generated non-tidal water surface elevation at open boundaries (zeta). - I do not have non-tidal 2D velocities at the open boundaries (no ubar and vbar). I wonder what would be the correct ...
- Thu Oct 23, 2014 12:44 am
- Forum: ROMS Bugs
- Topic: When to use clamped boundary condition
- Replies: 0
- Views: 2571
When to use clamped boundary condition
Dear All, I am modeling a tidal inlet. Here is the information at open boundaries: - OTPS tide file - I generated non-tidal water surface elevation at open boundaries (zeta). - I do not have non-tidal 2D velocities at the open boundaries (no ubar and vbar). I wonder what would be the correct ...
- Tue Oct 14, 2014 1:08 am
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi,
Here is one of my examples.
I hope it helps. I wrote it for GETM which should work for ROMS too.
Good luck,
Saeed.
Here is one of my examples.
I hope it helps. I wrote it for GETM which should work for ROMS too.
Good luck,
Saeed.
- Sat Oct 11, 2014 12:57 am
- Forum: ROMS Tools and Techniques
- Topic: octant generating curvilinear gird
- Replies: 14
- Views: 17040
Re: octant generating curvilinear gird
Hi,
I have used Octant however I learn it more by looking at the source code and run commands interactively by Ipython. If you have specific question I will be happy to answer/help.
- Saeed.
I have used Octant however I learn it more by looking at the source code and run commands interactively by Ipython. If you have specific question I will be happy to answer/help.
- Saeed.
- Sun Jul 27, 2014 12:48 am
- Forum: ROMS Tools and Techniques
- Topic: run time
- Replies: 1
- Views: 2208
Re: run time
Hi Pooran, Increasing number of nodes does not decrease computation time with the same ratio. There are other factors kicks in to prevent you from your desired results. Communication between nodes and load balancing is the most important ones. Especially for ROMS, I suspect to load balancing the ...
- Fri May 28, 2010 4:42 pm
- Forum: ROMS Installation
- Topic: Compiling ROMS with ESMF
- Replies: 5
- Views: 7111
Re: Compiling ROMS with ESMF
Dear turuncu , Please, note that the ESMF-ROMS is still work-in-progress, to my understanding, in the sense that ESMF is still applied in the current SVN/trunk version as a wrapper for ROMS, and not yet coupled to other models like WRF or SWAN ) - thus #ifdef MODEL_COUPLING does not apply. I've ...