#!/usr/bin/env cwl-runner $graph: - class: Workflow doc: Execution of SWAN wave model, designed specifically for the Heraklion Port area inputs: cmems_password: doc: Password for CMEMS Download type: string s:description: Password for CMEMS Download s:keywords: - string - password s:name: CMEMS Password cmems_username: doc: Username for CMEMS Download type: string s:description: Username for CMEMS Download s:keywords: - string - username s:name: CMEMS Username forecast: doc: forecast for the model type: int s:description: forecast for the model s:keywords: - int - forecast s:name: Hindcast hindcast: doc: Hindcast for the model type: int s:description: Hindcast for the model s:keywords: - int - Hindcast s:name: Hindcast wrf_ftpserver: doc: Password for WRF Download type: string s:description: FTP Server for WRF Download s:keywords: - string - password s:name: WRF Password wrf_password: doc: Username for WRF Download type: string s:description: Username for WRF Download s:keywords: - string - username s:name: WRF Username wrf_username: doc: Username for WRF Download type: string s:description: Username for WRF Download s:keywords: - string - username s:name: WRF Username outputs: swan_output: type: Directory outputSource: execution50m/swan_result steps: preparation: in: forecast: forecast hindcast: hindcast cmems_password: cmems_password cmems_username: cmems_username wrf_ftpserver: wrf_ftpserver wrf_username: wrf_username wrf_password: wrf_password run: '#preparation' out: - swan_preparation_directory execution500m: in: forecast: forecast hindcast: hindcast swan_preparation_directory: preparation/swan_preparation_directory run: '#execution500m' out: - swan_execution500m_directory execution50m: in: forecast: forecast hindcast: hindcast swan_directory: execution500m/swan_execution500m_directory run: '#execution50m' out: - swan_result id: run_swan_creta s:author: - class: s:Person s:email: miguel.delgado@hidromod.com s:name: Miguel Delgado - class: s:Person s:email: joao.ribeiro@hidromod.com s:name: João Ribeiro s:contributor: - class: s:Person s:email: joao.ribeiro@hidromod.com s:name: João Ribeiro - class: s:Person s:email: miguel.delgado@hidromod.com s:name: Miguel Delgado s:description: |- This 500m and 50m resolution SWAN wave model is designed specifically for the Heraklion Port area, spanning a geographical range from West: 25.0 to East: 25.3, and South: 35.32 to North: 35.57. It utilizes ocean boundary conditions derived from the CMEMS Mediterranean Sea Waves Analysis and Forecast model to ensure accurate wave dynamics within the Mediterranean context. Meteorological forcing is provided by the high-resolution ICON 7km dataset, offering detailed and reliable atmospheric inputs. s:keywords: - swan - Heraklion - wave - hidromod s:name: Execution of SWAN wave model s:programmingLanguage: python s:softwareVersion: 1.0.0 s:sourceOrganization: - class: s:Organization s:name: Hidromod s:url: https://hidromod.com/