Additional topics
Nudging towards "climatology"
The nudging towards "climatology" is an optional step to avoid issue (like sharp gradients) near the open sea boundaries. A flow relexation zone can be implemented in ROMS by using the followings settings:
LtracerCLM == T T ! enable processing of CLIM data
LnudgeTCLM == T T ! nudge to CLIM data
TNUDG == 2*10.0d0 ! daysMake nudging on inflow is stronger than on outflow
OBCFAC == 10.0d0 ! nondimensionalSet also NUDNAME to the file name create by the julia script.
Atmospheric forcing fields
- For the Ligurian Sea, necessary parameters have already been prepared and are available in the file ROMS-implementation.zip. It containts data download the from
the ECMWF operational archive (Atmosphere/ecmwf_operational_archive_2018-12-01T00:00:00_2020-01-01T00:00:00.nc). This NetCDF file needs to be converted by the julia function ROMS.prepare_ecmwf.
- The remaining of this section explained how to download data from the ECMWF operational archive (e.g. for a different domain). These instructions are not needed now.
- Adapt the file name, longitude/latitude and time range (start one day earlier, and finish one day later) in
forcing_ecmwf.pyand execute the script as follows:
python3 forcing_ecmwf.pyList of variables (*: quantities accumulated over the integration period ("step"))
| NetCDF Variable name | Description |
|---|---|
| msl | Mean sea level pressure |
| u10 | 10 metre U wind component |
| v10 | 10 metre V wind component |
| t2m | 2 metre temperature |
| d2m | 2 metre dewpoint temperature |
| tcc | Total cloud cover* |
| sshf | Surface sensible heat flux* |
| strd | Surface thermal radiation downwards* |
| ssr | Surface net solar radiation* |
| str | Surface net thermal radiation* |
| ewss | Eastward turbulent surface stress* |
| nsss | Northward turbulent surface stress* |
| e | Evaporation* |
| ro | Runoff* |
| tp | Total precipitation* |
| sst | Sea surface temperature |
| par | Photosynthetically active radiation at the surface* |
Validation
Check out satellite data (e.g. sea surface temperature, sea surface height) at:
Make some comparison with satellite and the downloaded in situ observation
Hydrodynamic model troubleshooting
Hydrodynamic model troubleshooting
More information
- ROMS Wiki
- ROMS Wiki Frequently Asked Questions
- K. Hedström. 2016. Technical Manual for a Coupled Sea-Ice/Ocean Circulation Model (Version 4). U.S. Dept. of the Interior, Bureau of Ocean Energy Management, Alaska OCS Region. OCS, Study BOEM 2016-037. 176 pp.