Model:ROMS: Difference between revisions
From CSDMS
m removed old questionnaire information. Replaced with form |
m Text replacement - "{{End headertab}}" to "{{End headertab}} {{{{PAGENAME}}_autokeywords}}" |
||
(49 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Model identity | |||
|Model type=Modular | |||
}} | |||
{{Start models incorporated}} | |||
{{Models incorporated | |||
|Incorporated modules=CBOFS2 | |||
}} | |||
{{Models incorporated | |||
|Incorporated modules=ChesROMS | |||
}} | |||
{{Models incorporated | |||
|Incorporated modules=UMCESroms | |||
}} | |||
{{End a table}} | |||
{{Model identity2 | |||
|ModelDomain=Marine | |||
|One-line model description=Regional Ocean Modeling System | |||
|Extended model description=ROMS is a Free-surface, terrain-following, orthogonal curvilinear, primitive equations ocean model. Its dynamical kernel is comprised of four separate models including the nonlinear, tangent linear, representer tangent linear, and adjoint models. It has multiple model coupling (ESMF, MCT) and multiple grid nesting (composed, mosaics, refinement) capabilities. The code uses a coarse-grained parallelization with both shared-memory (OpenMP) and distributed-memory (MPI) paradigms coexisting together and activated via C-preprocessing. | |||
}} | |||
{{Start model keyword table}} | |||
{{Model keywords | |||
|Model keywords=flow dynamics | |||
}} | |||
{{Model keywords | |||
|Model keywords=wave dynamics | |||
}} | |||
{{Model keywords | |||
|Model keywords=physical oceanography | |||
}} | |||
{{End a table}} | |||
{{Modeler information | {{Modeler information | ||
|First name=Hernan G. | |First name=Hernan G. | ||
Line 7: | Line 37: | ||
|Town / City=New Brunswick | |Town / City=New Brunswick | ||
|Postal code=08901-8521 | |Postal code=08901-8521 | ||
|Country=United States | |||
|State=New Jersey | |State=New Jersey | ||
|Email address=arango@marine.rutgers.edu | |Email address=arango@marine.rutgers.edu | ||
|Phone=(732) 932-6555 x266 | |Phone=(732) 932-6555 x266 | ||
Line 16: | Line 46: | ||
|Additional last name=Shchepetkin | |Additional last name=Shchepetkin | ||
|Additional type of contact=Model developer | |Additional type of contact=Model developer | ||
}} | }} | ||
{{Model technical information | {{Model technical information | ||
Line 28: | Line 52: | ||
|Programming language=Fortran90 | |Programming language=Fortran90 | ||
|Start year development=1998 | |Start year development=1998 | ||
|Does model development still take place?= | |Does model development still take place?=Yes | ||
|DevelopmentCode=Active | |||
|DevelopmentCodeYearChecked=2020 | |||
|Model availability=As code | |Model availability=As code | ||
|Source code availability=Through web repository | |Source code availability=Through web repository | ||
|Source web address=https://www.myroms.org/index.php?page=login | |||
|Program license type=Other | |Program license type=Other | ||
|Program license type other= | |Program license type other=MIT/X License, see License_ROMS.txt. | ||
|Memory requirements=Depends on application but it is relatively small in distributed-memory since only the tile partition is allocated for global and local arrays. All the state model variables are dynamically allocated and passed as arguments to the computational routines via de-referenced pointer structures. | |||
|Typical run time=Depends on application and resolution. Usually it takes several hours to run a realistic application for a simulation month. | |||
|Memory requirements=Depends on application but it is relatively small in distributed-memory since only the tile partition is allocated for global and local arrays. All the state model variables are dynamically allocated and passed as arguments to the computational routines via de-referenced pointer structures. | |||
|Typical run time=Depends on application and resolution. Usually it takes several hours to run a realistic application for a simulation month. | |||
}} | }} | ||
{{Input - Output description | {{Input - Output description | ||
|Describe input parameters=There are hundreds of input parameters for the physical, ecosystem, and sediment models. In addition, there are input scripts for floats, stations, model coupling, and data assimilation. | |Describe input parameters=There are hundreds of input parameters for the physical, ecosystem, and sediment models. In addition, there are input scripts for floats, stations, model coupling, and data assimilation. | ||
|Input format=ASCII | |Input format=ASCII | ||
|Other input format=ASCII (input scripts), NetCDF (input fields). | |Other input format=ASCII (input scripts), NetCDF (input fields). | ||
|Describe output parameters=There are hundreds of output parameters and fields that are written to several NetCDF files. | |Describe output parameters=There are hundreds of output parameters and fields that are written to several NetCDF files. | ||
|Other output format=NetCDF, CF-convections. | |Other output format=NetCDF, CF-convections. | ||
|Pre-processing software needed?=No | |Pre-processing software needed?=No | ||
|Post-processing software needed?=Yes | |Post-processing software needed?=Yes | ||
|Describe post-processing software=Yes, ROMS I/O is via NetCDF and follows CF-standard conventions. Therefore, any visualization software for NetCDF files can be used for pre- and post-processing. | |Describe post-processing software=Yes, ROMS I/O is via NetCDF and follows CF-standard conventions. Therefore, any visualization software for NetCDF files can be used for pre- and post-processing. | ||
|Visualization software needed?=Yes | |Visualization software needed?=Yes | ||
|Other visualization software=Yes, a plotting package is provided. It uses the NCAR's graphics Library. Any visualization package for NetCDF files can be used, like IDL, Matlab, and others. | |Other visualization software=Yes, a plotting package is provided. It uses the NCAR's graphics Library. Any visualization package for NetCDF files can be used, like IDL, Matlab, and others. | ||
}} | }} | ||
{{Process description model | {{Process description model | ||
|Describe processes represented by the model=ROMS resolved fast (gravity waves) and slow (Rossby waves) dynamics. Hydrostatic approximation but there is a nonhydrostatic version of ROMS. | |Describe processes represented by the model=ROMS resolved fast (gravity waves) and slow (Rossby waves) dynamics. Hydrostatic approximation but there is a nonhydrostatic version of ROMS. | ||
|Describe key physical parameters and equations=Navier-Stokes primitive equations. Bio-optical, biogeochemical, and ecosystem models equations. Cohesive and non cohesive sediment equations. Several vertical turbulece equations (KPP, GLS, MY-2.5). Air-Sea interaction coupling equations (COARE). Bottom boundary layer model equations. | |Describe key physical parameters and equations=Navier-Stokes primitive equations. Bio-optical, biogeochemical, and ecosystem models equations. Cohesive and non cohesive sediment equations. Several vertical turbulece equations (KPP, GLS, MY-2.5). Air-Sea interaction coupling equations (COARE). Bottom boundary layer model equations. | ||
|Describe length scale and resolution constraints=Estuary, regional, and basin scales. There are couple of global applications. | |Describe length scale and resolution constraints=Estuary, regional, and basin scales. There are couple of global applications. | ||
|Describe time scale and resolution constraints=Hours, days, seasons. It also can be used for climate research (decades). | |Describe time scale and resolution constraints=Hours, days, seasons. It also can be used for climate research (decades). | ||
|Describe any numerical limitations and issues=ROMS has a predictior-corrector algorithm that is efficient and accuarate. This class of model (terrain-following) exhibits stronger sensitivity to topography which results in pressure gradient errors. ROMS has several pressure gradient algorithms that minimize this problem. | |Describe any numerical limitations and issues=ROMS has a predictior-corrector algorithm that is efficient and accuarate. This class of model (terrain-following) exhibits stronger sensitivity to topography which results in pressure gradient errors. ROMS has several pressure gradient algorithms that minimize this problem. | ||
}} | }} | ||
{{Model testing | {{Model testing | ||
|Describe available calibration data sets=There are several idealized and realistic test cases. Some of the idealized test cases have quasi-analytical solutions. | |Describe available calibration data sets=There are several idealized and realistic test cases. Some of the idealized test cases have quasi-analytical solutions. | ||
|Describe available test data sets=We have a website for test problems: http://marine.rutgers.edu/po/index.php?model=test-problems | |Describe available test data sets=We have a website for test problems: http://marine.rutgers.edu/po/index.php?model=test-problems | ||
|Describe ideal data for testing=We have test cases for both laboratory and field observations. In the past, we have used data from rotating tanks. | |Describe ideal data for testing=We have test cases for both laboratory and field observations. In the past, we have used data from rotating tanks. | ||
}} | }} | ||
{{Users groups model | {{Users groups model | ||
|Do you have current or future plans for collaborating with other researchers?=Yes, we work with several modeling groups around the world. | |Do you have current or future plans for collaborating with other researchers?=Yes, we work with several modeling groups around the world. | ||
}} | }} | ||
{{Documentation model | {{Documentation model | ||
|Manual model available=Yes | |Manual model available=Yes | ||
|Model website if any=https://www.myroms.org | |Model website if any=https://www.myroms.org | ||
Line 75: | Line 98: | ||
There is a very active ROMS user's forum: https://www.myroms.org/forum | There is a very active ROMS user's forum: https://www.myroms.org/forum | ||
NOTICE: REGISTRATION IS NEEDED TO RECEIVE THE SOURCE CODE: | |||
https://www.myroms.org/index.php?page=login | |||
}} | }} | ||
{{ | {{CSDMS staff part | ||
| | |OpenMI compliant=No but possible | ||
| | |IRF interface=Yes | ||
| | |CMT component=Yes | ||
| | |CCA component=Yes | ||
}} | }} | ||
{{Start coupled table}} | |||
{{End a table}} | |||
{{End headertab}} | |||
{{{{PAGENAME}}_autokeywords}} | |||
<!-- Edit the part above to update info on other papers --> | <!-- Edit the part above to update info on other papers --> | ||
==Introduction== | ==Introduction== | ||
Line 91: | Line 120: | ||
== History == | == History == | ||
== | == References == | ||
<br>{{AddReferenceUploadButtons}}<br><br> | |||
{{#ifexist:Template:{{PAGENAME}}-citation-indices|{{{{PAGENAME}}-citation-indices}}|}}<br> | |||
{{Include_featured_references_models_cargo}}<br> | |||
== Issues == | == Issues == | ||
== Help == | == Help == | ||
{{#ifexist:Model_help:{{PAGENAME}}|[[Model_help:{{PAGENAME}}]]|}} | |||
== Input Files == | == Input Files == | ||
== Output Files == | == Output Files == | ||
Latest revision as of 20:19, 16 September 2020
ROMS
Metadata
|
|
Introduction
History
References
Nr. of publications: | 875 |
Total citations: | 26892 |
h-index: | 69 |
m-quotient: | 2.16 |
Featured publication(s) | Year | Model described | Type of Reference | Citations |
---|---|---|---|---|
Haidvogel, D.B.; Arango, H.; Budgell, W.P.; Cornuelle, B.D.; Curchitser, E.; Di Lorenzo, E.; Fennel, K.; Geyer, W.R.; Hermann, A.J.; Lanerolle, L.; Levin, J.; McWilliams, J.C.; Miller, A.J.; Moore, A.M.; Powell, T.M.; Shchepetkin, A.F.; Sherwood, C.R.; Signell, R.P.; Warner, J.C.; Wilkin, J.; 2008. Ocean forecasting in terrain-following coordinates: Formulation and skill assessment of the Regional Ocean Modeling System. Journal of Computational Physics, 227, 3595–3624. 10.1016/j.jcp.2007.06.016 (View/edit entry) | 2008 | CBOFS2 ChesROMS ROMS UMCESroms |
Model overview | 1200 |
Shchepetkin, Alexander F.; McWilliams, James C.; 2005. The regional oceanic modeling system (ROMS): a split-explicit, free-surface, topography-following-coordinate oceanic model. Ocean Modelling, 9, 347–404. 10.1016/j.ocemod.2004.08.002 (View/edit entry) | 2005 | CBOFS2 ChesROMS ROMS UMCESroms |
Model application | 4222 |
Song, Yuhe; Haidvogel, Dale; 1994. A Semi-implicit Ocean Circulation Model Using a Generalized Topography-Following Coordinate System. Journal of Computational Physics, 115, 228–244. 10.1006/jcph.1994.1189 (View/edit entry) | 1994 | CBOFS2 ChesROMS ROMS UMCESroms |
Model overview | 819 |
See more publications of ROMS |