[{"content":"A collection of high-resolution visualizations from various research projects, including ICON sea-ice modelling and global ocean tide simulations.\nHigh-resolution Sea Ice Simulation with ICON Visualizing complex sea ice dynamics using the ICON model at high resolution.\nGlobal Ocean Tide Simulation Global modelling of surface and internal tides using advanced finite-difference methods.\nMareNostrum 5 Deployment: EC-Earth4 Showcasing the large-scale deployment and performance of EC-Earth4 on the latest BSC supercomputer.\nView more on my Simulation Playlist\n","permalink":"https://vlap.github.io/simulations/","summary":"Visual gallery of high-resolution climate and fluid dynamics simulations.","title":"Simulations"},{"content":"Maintaining a high-performance research workflow requires more than just knowing how to run simulations; it requires building a modular, portable, and safe environment that scales with your research. After years of managing experiments across BSC and ECMWF clusters, here are five \u0026lsquo;senior dev\u0026rsquo; habits that have proven most effective.\n1. Large Data Transfers: The Resumable Rsync When transferring massive simulation outputs between clusters or to your local machine, a simple rsync -av is insufficient on unstable connections.\nSenior Tip: Use rsync -avzP --exclude='.git'.\n-z: Compresses data during transfer (essential for text-heavy log files). -P: Combines --partial (keeps partially transferred files if connection drops) and --progress (real-time speed monitoring). The Habit: You can stop a transfer at any point, close your laptop, and resume exactly where you left off later. 2. Research Reproducibility: Environment Snapshots A common pitfall in scientific computing is a simulation that works today but fails in six months because a library was updated.\nSenior Tip: Export your Conda environment to a YAML file inside your experiment\u0026rsquo;s directory.\nThe Habit: Run conda env export --no-builds \u0026gt; environment.yml at the start of every major simulation.\nThe --no-builds flag ensures the file is portable across different OS versions while keeping library versions strict, making your science reproducible by your future self and the wider community.\n3. Automated Monitoring: The Watch Habit Stop manual status checking. Let the terminal do the work while you focus on analysis.\nSenior Tip: Use the watch command.\nThe Habit: Run watch -n 60 hpc_check (or your custom queue/disk monitoring command).\nThis keeps your jobs and disk quotas in a side Tmux pane or terminal window, updating every 60 seconds without manual intervention.\n4. Rapid Documentation: TLDR over Man Standard man pages are often too dense for a quick flag lookup.\nSenior Tip: Use the tldr utility.\nThe Habit: Type tldr tar or tldr rsync instead of reading the manual. It provides the most common \u0026ldquo;real-world\u0026rdquo; examples for any command, saving minutes of searching every day.\n5. Strategic Migration: Modern Python (3.10+) If you are still running Python 3.6 or 3.8, you are missing out on significant performance gains and modern syntax that simplifies code maintenance.\nSenior Tip: Gradually migrate new experiments to Python 3.10 or 3.12.\nF-Strings: Modern Python features like print(f\u0026quot;{var=}\u0026quot;) make debugging logs significantly faster. Performance: Python 3.11+ is roughly 10-25% faster than legacy versions. Library Support: Core research libraries (Numpy, Scipy, Pandas) are increasingly dropping support for legacy Python versions. Conclusion A professional research environment is a version-controlled asset. By modularizing your shell configurations and automating repetitive checks, you free up mental bandwidth for the actual science.\n","permalink":"https://vlap.github.io/posts/senior-dev-hpc-workflows/","summary":"High-impact workflow tips for climate modelling and large-scale simulation management, from resumable transfers to environment snapshots.","title":"Senior Dev Workflows for HPC Research"},{"content":"After many years of serving me well, my old XHTML-based website—handcrafted during my postdoc days at the University of Leeds—has finally been retired.\nWhy the change? The old site was a \u0026ldquo;mess\u0026rdquo; of manual HTML files, hardcoded paths, and outdated information. As a Senior Research Engineer at BSC, I needed something that:\nReflects my current role in Climate Modelling and HPC. Is Low Maintenance: I want to spend my time on research, not on debugging broken HTML tags. Is Data-Driven: My CV is now automatically generated from the same YAML files I use for my TeX-based CV. What\u0026rsquo;s new? I\u0026rsquo;ve moved to Hugo with the PaperMod theme. It\u0026rsquo;s fast, minimal, and doesn\u0026rsquo;t require a complex Ruby environment like Jekyll. I\u0026rsquo;ve also managed to preserve some of the personal touches from the original site—like the classic ocean-themed GIFs and images that have personal value to me.\nWhat\u0026rsquo;s next? This site will serve as a hub for my professional profile, a place to track my latest publications and trainings, and occasionally, a platform to share technical insights into the world of climate modelling and data preprocessing.\nWelcome to the new vlap.github.io!\n","permalink":"https://vlap.github.io/posts/migrating-to-hugo/","summary":"\u003cp\u003eAfter many years of serving me well, my old XHTML-based website—handcrafted during my postdoc days at the University of Leeds—has finally been retired.\u003c/p\u003e\n\u003ch3 id=\"why-the-change\"\u003eWhy the change?\u003c/h3\u003e\n\u003cp\u003eThe old site was a \u0026ldquo;mess\u0026rdquo; of manual HTML files, hardcoded paths, and outdated information. As a Senior Research Engineer at BSC, I needed something that:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eReflects my current role\u003c/strong\u003e in Climate Modelling and HPC.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eIs Low Maintenance:\u003c/strong\u003e I want to spend my time on research, not on debugging broken HTML tags.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eIs Data-Driven:\u003c/strong\u003e My CV is now automatically generated from the same YAML files I use for my TeX-based CV.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3 id=\"whats-new\"\u003eWhat\u0026rsquo;s new?\u003c/h3\u003e\n\u003cp\u003eI\u0026rsquo;ve moved to \u003cstrong\u003eHugo\u003c/strong\u003e with the \u003cstrong\u003ePaperMod\u003c/strong\u003e theme. It\u0026rsquo;s fast, minimal, and doesn\u0026rsquo;t require a complex Ruby environment like Jekyll. I\u0026rsquo;ve also managed to preserve some of the personal touches from the original site—like the classic ocean-themed GIFs and images that have personal value to me.\u003c/p\u003e","title":"Goodbye XHTML, Hello Hugo: Migrating my Professional Portfolio"},{"content":"I am always open to discussing new projects, ML/HPC opportunities, or climate science consultancy.\nProfessional Contact Email: vladimir.lapin@bsc.es LinkedIn: vladimir-lapin GitHub: vlap Office Location Barcelona Supercomputing Center (BSC)\nPlaça Eusebi Güell, 1-3\n08034 Barcelona, Spain\nFor academic inquiries, you can also find me on Google Scholar and ORCID.\n","permalink":"https://vlap.github.io/contact/","summary":"\u003cp\u003eI am always open to discussing new projects, ML/HPC opportunities, or climate science consultancy.\u003c/p\u003e\n\u003ch3 id=\"professional-contact\"\u003eProfessional Contact\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eEmail:\u003c/strong\u003e \u003ca href=\"mailto:vladimir.lapin@bsc.es\"\u003evladimir.lapin@bsc.es\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eLinkedIn:\u003c/strong\u003e \u003ca href=\"https://linkedin.com/in/vladimir-lapin\"\u003evladimir-lapin\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eGitHub:\u003c/strong\u003e \u003ca href=\"https://github.com/vlap\"\u003evlap\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"office-location\"\u003eOffice Location\u003c/h3\u003e\n\u003cp\u003e\u003cstrong\u003eBarcelona Supercomputing Center (BSC)\u003c/strong\u003e\u003cbr\u003e\nPlaça Eusebi Güell, 1-3\u003cbr\u003e\n08034 Barcelona, Spain\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cem\u003eFor academic inquiries, you can also find me on \u003ca href=\"https://scholar.google.com/citations?user=ZVQF-ggAAAAJ\u0026amp;hl=en\"\u003eGoogle Scholar\u003c/a\u003e and \u003ca href=\"https://orcid.org/0000-0001-7302-8539\"\u003eORCID\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e","title":"Contact"},{"content":"I have authored 25+ peer-reviewed journal articles, conference proceedings, and technical reports.\nJournal Articles \u0026amp; Proceedings 2026 Multi-model reconstructions and predictions of the CO2 fluxes and atmospheric CO2 variations Bulletin of the American Meteorological Society DOI: 10.1175/bams-d-25-0139.1 2026 The key role of Mediterranean and North Atlantic sea surface temperatures on the 2024 record-breaking Valencia precipitation event Weather and Climate Extremes DOI: 10.1016/j.wace.2026.100877 2025 Comparing the seasonal predictability of the Tropical Pacific variability in EC-Earth3 at two horizontal resolutions DOI: 10.5194/egusphere-2025-4658 2025 Comparing the seasonal predictability of Tropical Pacific variability in EC-Earth3 at two different horizontal resolutions DOI: 10.5194/egusphere-egu24-19229 2025 Arctic sea-ice loss drives a strong regional atmospheric response over the North Pacific and North Atlantic on decadal scales Communications Earth \\\u0026amp; Environment DOI: 10.1038/s43247-025-02059-w 2025 Multi-decadal initialized climate predictions using the EC-Earth3 global climate model DOI: 10.5194/egusphere-2025-1208 2025 The sensitivity of EC-Earth3 decadal predictions to the choice of volcanic forcing dataset: insights for the next major eruption Geoscientific Model Development DOI: 10.5194/gmd-18-6239-2025 2024 Comparing the seasonal predictability of ENSO and the Tropical Pacific variability in EC-Earth3 at two different horizontal resolutions DOI: 10.5194/ems2024-752 2024 Ocean biogeochemical reconstructions to estimate historical ocean CO2 uptake Earth System Dynamics DOI: 10.5194/esd-15-1255-2024 2024 AERA-MIP: emission pathways, remaining budgets, and carbon cycle dynamics compatible with 1.5 and 2 °C global warming stabilization Earth System Dynamics DOI: 10.5194/esd-15-1591-2024 2022 Added value of assimilating springtime Arctic sea ice concentration in summer-fall climate predictions Environmental Research Letters DOI: 10.1088/1748-9326/ac6c9b 2022 WMO Global Annual to Decadal Climate Update: A Prediction for 2021–25 Bulletin of the American Meteorological Society DOI: 10.1175/bams-d-20-0311.1 2022 Pacific Decadal Oscillation modulates the Arctic sea-ice loss influence on the midlatitude atmospheric circulation in winter Weather and Climate Dynamics DOI: 10.5194/wcd-3-845-2022 2022 Near-term prediction of the global carbon cycle using EC-Earth3-CC, the Carbon Cycle version of the EC-Earth3 Earth System Model DOI: 10.5194/egusphere-egu22-10228 2020 Evaluation of global ocean–sea-ice model simulations based on the experimental protocols of the Ocean Model Intercomparison Project phase 2 (OMIP-2) Geoscientific Model Development DOI: 10.5194/gmd-13-3643-2020 2014 An example where lubrication theory comes short: hydraulic jumps in a flow down an inclined plate Journal of Fluid Mechanics DOI: 10.1017/jfm.2014.719 2014 Accuracy assessment of global barotropic ocean tide models Reviews of Geophysics DOI: 10.1002/2014rg000450 2013 On resonant over-reflection of waves by jets Geophysical and Astrophysical Fluid Dynamics DOI: 10.1080/03091929.2012.709515 2013 Inertial instability of flows on the inside or outside of a rotating horizontal cylinder Journal of Fluid Mechanics DOI: 10.1017/jfm.2013.530 2011 Shock waves in Stokes flows down an inclined plate Physical Review E - Statistical, Nonlinear, and Soft Matter Physics DOI: 10.1103/PhysRevE.83.066321 2011 On rimming flows with shocks Journal of Engineering Mathematics DOI: 10.1007/s10665-011-9512-2 2011 {Resonant over-reflection of waves by jets 2011 Stability of the Couette flow of ideal rigid-plastic bodies Moscow University Mechanics Bulletin DOI: 10.3103/s0027133011010018 2009 {The Effect of Mechanical Loading on the Frequency of an Oscillator Circuit. {Improved accuracy of finite difference ocean models with irregular boundaries. Ocean Model. Theses Resonant over-reflection of waves by jets in a rotating ocean\nPh.D. Thesis, University of Limerick, Ireland, 2011. Handle On stability of the plane flows of visco-plastic fluids\nDiploma Thesis, Moscow State University, Russia, 2008. ","permalink":"https://vlap.github.io/publications/","summary":"\u003cp\u003eI have authored \n\n\u003cstrong\u003e25+\u003c/strong\u003e\n peer-reviewed journal articles, conference proceedings, and technical reports.\u003c/p\u003e\n\u003ch3 id=\"journal-articles--proceedings\"\u003eJournal Articles \u0026amp; Proceedings\u003c/h3\u003e\n\n\u003cdiv class=\"publication-list\"\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2026\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1175/bams-d-25-0139.1\" target=\"_blank\" rel=\"noopener\"\u003eMulti-model reconstructions and predictions of the CO2 fluxes and atmospheric CO2 variations\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eBulletin of the American Meteorological Society\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1175/bams-d-25-0139.1\" target=\"_blank\" rel=\"noopener\"\u003e10.1175/bams-d-25-0139.1\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2026\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                The key role of Mediterranean and North Atlantic sea surface temperatures on the 2024 record-breaking Valencia precipitation event\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eWeather and Climate Extremes\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1016/j.wace.2026.100877\" target=\"_blank\" rel=\"noopener\"\u003e10.1016/j.wace.2026.100877\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2025\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/egusphere-2025-4658\" target=\"_blank\" rel=\"noopener\"\u003eComparing the seasonal predictability of the Tropical Pacific variability in EC-Earth3 at two horizontal resolutions\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/egusphere-2025-4658\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/egusphere-2025-4658\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2025\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/egusphere-egu24-19229\" target=\"_blank\" rel=\"noopener\"\u003eComparing the seasonal predictability of Tropical Pacific variability in EC-Earth3 at two different horizontal resolutions\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/egusphere-egu24-19229\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/egusphere-egu24-19229\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2025\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1038/s43247-025-02059-w\" target=\"_blank\" rel=\"noopener\"\u003eArctic sea-ice loss drives a strong regional atmospheric response over the North Pacific and North Atlantic on decadal scales\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eCommunications Earth \\\u0026amp; Environment\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1038/s43247-025-02059-w\" target=\"_blank\" rel=\"noopener\"\u003e10.1038/s43247-025-02059-w\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2025\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/egusphere-2025-1208\" target=\"_blank\" rel=\"noopener\"\u003eMulti-decadal initialized climate predictions using the EC-Earth3 global climate model\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/egusphere-2025-1208\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/egusphere-2025-1208\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2025\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                The sensitivity of EC-Earth3 decadal predictions to the choice of volcanic forcing dataset: insights for the next major eruption\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eGeoscientific Model Development\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/gmd-18-6239-2025\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/gmd-18-6239-2025\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2024\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                Comparing the seasonal predictability of ENSO and the Tropical Pacific variability in EC-Earth3 at two different horizontal resolutions\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/ems2024-752\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/ems2024-752\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2024\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                Ocean biogeochemical reconstructions to estimate historical ocean CO2 uptake\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eEarth System Dynamics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/esd-15-1255-2024\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/esd-15-1255-2024\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2024\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/esd-15-1591-2024\" target=\"_blank\" rel=\"noopener\"\u003eAERA-MIP: emission pathways, remaining budgets, and carbon cycle dynamics compatible with 1.5 and 2 °C global warming stabilization\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eEarth System Dynamics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/esd-15-1591-2024\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/esd-15-1591-2024\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2022\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1088/1748-9326/ac6c9b\" target=\"_blank\" rel=\"noopener\"\u003eAdded value of assimilating springtime Arctic sea ice concentration in summer-fall climate predictions\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eEnvironmental Research Letters\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1088/1748-9326/ac6c9b\" target=\"_blank\" rel=\"noopener\"\u003e10.1088/1748-9326/ac6c9b\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2022\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1175/bams-d-20-0311.1\" target=\"_blank\" rel=\"noopener\"\u003eWMO Global Annual to Decadal Climate Update: A Prediction for 2021–25\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eBulletin of the American Meteorological Society\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1175/bams-d-20-0311.1\" target=\"_blank\" rel=\"noopener\"\u003e10.1175/bams-d-20-0311.1\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2022\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/wcd-3-845-2022\" target=\"_blank\" rel=\"noopener\"\u003ePacific Decadal Oscillation modulates the Arctic sea-ice loss influence on the midlatitude atmospheric circulation in winter\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eWeather and Climate Dynamics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/wcd-3-845-2022\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/wcd-3-845-2022\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2022\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/egusphere-egu22-10228\" target=\"_blank\" rel=\"noopener\"\u003eNear-term prediction of the global carbon cycle using EC-Earth3-CC, the Carbon Cycle version of the EC-Earth3 Earth System Model\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/egusphere-egu22-10228\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/egusphere-egu22-10228\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2020\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.5194/gmd-13-3643-2020\" target=\"_blank\" rel=\"noopener\"\u003eEvaluation of global ocean–sea-ice model simulations based on the experimental protocols of the Ocean Model Intercomparison Project phase 2 (OMIP-2)\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eGeoscientific Model Development\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.5194/gmd-13-3643-2020\" target=\"_blank\" rel=\"noopener\"\u003e10.5194/gmd-13-3643-2020\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2014\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1017/jfm.2014.719\" target=\"_blank\" rel=\"noopener\"\u003eAn example where lubrication theory comes short: hydraulic jumps in a flow down an inclined plate\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eJournal of Fluid Mechanics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1017/jfm.2014.719\" target=\"_blank\" rel=\"noopener\"\u003e10.1017/jfm.2014.719\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2014\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1002/2014rg000450\" target=\"_blank\" rel=\"noopener\"\u003eAccuracy assessment of global barotropic ocean tide models\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eReviews of Geophysics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1002/2014rg000450\" target=\"_blank\" rel=\"noopener\"\u003e10.1002/2014rg000450\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2013\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                On resonant over-reflection of waves by jets\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eGeophysical and Astrophysical Fluid Dynamics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1080/03091929.2012.709515\" target=\"_blank\" rel=\"noopener\"\u003e10.1080/03091929.2012.709515\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2013\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1017/jfm.2013.530\" target=\"_blank\" rel=\"noopener\"\u003eInertial instability of flows on the inside or outside of a rotating horizontal cylinder\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eJournal of Fluid Mechanics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1017/jfm.2013.530\" target=\"_blank\" rel=\"noopener\"\u003e10.1017/jfm.2013.530\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2011\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                Shock waves in Stokes flows down an inclined plate\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003ePhysical Review E - Statistical, Nonlinear, and Soft Matter Physics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1103/PhysRevE.83.066321\" target=\"_blank\" rel=\"noopener\"\u003e10.1103/PhysRevE.83.066321\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2011\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.1007/s10665-011-9512-2\" target=\"_blank\" rel=\"noopener\"\u003eOn rimming flows with shocks\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eJournal of Engineering Mathematics\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.1007/s10665-011-9512-2\" target=\"_blank\" rel=\"noopener\"\u003e10.1007/s10665-011-9512-2\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2011\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://hdl.handle.net/10344/1965\" target=\"_blank\" rel=\"noopener\"\u003e{Resonant over-reflection of waves by jets\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2011\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://dx.doi.org/10.3103/S0027133011010018\" target=\"_blank\" rel=\"noopener\"\u003eStability of the Couette flow of ideal rigid-plastic bodies\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eMoscow University Mechanics Bulletin\u003c/div\u003e\n            \u003cdiv class=\"pub-doi\"\u003eDOI: \u003ca href=\"https://doi.org/10.3103/s0027133011010018\" target=\"_blank\" rel=\"noopener\"\u003e10.3103/s0027133011010018\u003c/a\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e2009\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                \u003ca href=\"http://www.macsi.ul.ie/2/esgi70/ESGI70%7b_\" target=\"_blank\" rel=\"noopener\"\u003e{The Effect of Mechanical Loading on the Frequency of an Oscillator Circuit.\u003c/a\u003e\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"pub-item\"\u003e\n        \u003cdiv class=\"pub-year\"\u003e\u003c/div\u003e\n        \u003cdiv class=\"pub-details\"\u003e\n            \u003ch4 class=\"pub-title\"\u003e\n                {Improved accuracy of finite difference ocean models with irregular boundaries.\n            \u003c/h4\u003e\n            \u003cdiv class=\"pub-journal\"\u003eOcean Model.\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003chr\u003e\n\u003ch3 id=\"theses\"\u003eTheses\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eResonant over-reflection of waves by jets in a rotating ocean\u003c/strong\u003e\u003cbr\u003e\nPh.D. Thesis, University of Limerick, Ireland, 2011. \u003ca href=\"http://hdl.handle.net/10344/1965\"\u003eHandle\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eOn stability of the plane flows of visco-plastic fluids\u003c/strong\u003e\u003cbr\u003e\nDiploma Thesis, Moscow State University, Russia, 2008.\u003c/li\u003e\n\u003c/ul\u003e","title":"Publications"},{"content":"A selection of 21+ presentations given at various international conferences, workshops, and seminars.\nSea Ice in ICON ICON winter meeting, DWD | Offenbach am Main | 2016-02 Sea Ice in ICON Ocean seminar, MPI-M | Hamburg | 2015-11 A global finite-difference model for surface and internal tides NOC seminars | Liverpool | 2014-09 Accuracy of finite-difference ocean models with staircased boundaries ClimathNet 2014 | University of Leeds | 2014-07 Global modelling of surface and internal tides EGU2014 | Vienna | 2014-04 Link Global modelling of surface and internal tides Applied Mathematics seminars | University of Leeds | 2014-03 Numerical modelling of surface and internal tides Applied seminars | University of Birmingham | 2014-01 Numerical modelling of tides MACSI seminars | University of Limerick | 2013-10 Global modelling of surface and internal tides 19th Conference on Atmospheric and Oceanic Fluid Dynamics of the AMS | Rhode Island | 2013-06 Link Challenges in global modelling of ocean tide The British Applied Mathematics Colloquium | University of Leeds | 2013-04 Rimming and coating flows: examples of problems beyond the lubrication theory Applied Mathematics seminars | Keele University | 2012-05 Shocks in thin film flows and resonant over-reflection of waves in GFD Fluids and MHD seminars | University of Leeds | 2011-11 Resonant over-reflection of waves as a marginally stable solution 4th meeting of the Wave-Flow Interactions Network | University of Cambridge | 2011-04 Link Shocks in coating flows in a rotating horizontal cylinder BAMC 2011 | University of Birmingham | 2011-04 Shocks in coating flows in a rotating horizontal cylinder SIAM Conference on Nonlinear Waves | Philadelphia | 2010-08 Shocks in coating flows in a rotating horizontal cylinder ECMI 2010 | Bergische Universität | 2010-07 Radiating instabilities and hyper-reflection of waves by jets in a rotating ocean MACSI colloquium | University of Limerick | 2009-12 Spectral stability analysis of the perfectly plastic Couette flow Lomonosov\u0026#39;s readings | Moscow State University | 2008-04 PDEs on the sphere Isaac Newton Institute | Cambridge | 2012-09 Link 2nd Wave-Flow Interactions Network meeting 2nd Wave-Flow Interactions Network meeting | Edinburgh | 2009-05 Variational and Topological Methods and Water Waves Workshop University of Bath | 2009-05 Download full CV (PDF)\n","permalink":"https://vlap.github.io/cv/presentations/","summary":"\u003cp\u003eA selection of \n\n\u003cstrong\u003e21+\u003c/strong\u003e\n presentations given at various international conferences, workshops, and seminars.\u003c/p\u003e\n\n\n\n\u003cdiv class=\"cv-section\"\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eSea Ice in ICON\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eICON winter meeting, DWD\u003c/span\u003e\n      \n       | \u003cspan\u003eOffenbach am Main\u003c/span\u003e\n      | \u003cspan\u003e2016-02\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eSea Ice in ICON\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eOcean seminar, MPI-M\u003c/span\u003e\n      \n       | \u003cspan\u003eHamburg\u003c/span\u003e\n      | \u003cspan\u003e2015-11\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eA global finite-difference model for surface and internal tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eNOC seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eLiverpool\u003c/span\u003e\n      | \u003cspan\u003e2014-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eAccuracy of finite-difference ocean models with staircased boundaries\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eClimathNet 2014\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Leeds\u003c/span\u003e\n      | \u003cspan\u003e2014-07\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eGlobal modelling of surface and internal tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eEGU2014\u003c/span\u003e\n      \n       | \u003cspan\u003eVienna\u003c/span\u003e\n      | \u003cspan\u003e2014-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://presentations.copernicus.org/EGU2014/EGU2014-14442_presentation.pdf\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eGlobal modelling of surface and internal tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eApplied Mathematics seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Leeds\u003c/span\u003e\n      | \u003cspan\u003e2014-03\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eNumerical modelling of surface and internal tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eApplied seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Birmingham\u003c/span\u003e\n      | \u003cspan\u003e2014-01\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eNumerical modelling of tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eMACSI seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Limerick\u003c/span\u003e\n      | \u003cspan\u003e2013-10\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eGlobal modelling of surface and internal tides\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003e19th Conference on Atmospheric and Oceanic Fluid Dynamics of the AMS\u003c/span\u003e\n      \n       | \u003cspan\u003eRhode Island\u003c/span\u003e\n      | \u003cspan\u003e2013-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://ams.confex.com/ams/19Fluid17Middle/webprogram/Paper227193.html\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eChallenges in global modelling of ocean tide\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eThe British Applied Mathematics Colloquium\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Leeds\u003c/span\u003e\n      | \u003cspan\u003e2013-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eRimming and coating flows: examples of problems beyond the lubrication theory\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eApplied Mathematics seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eKeele University\u003c/span\u003e\n      | \u003cspan\u003e2012-05\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eShocks in thin film flows and resonant over-reflection of waves in GFD\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eFluids and MHD seminars\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Leeds\u003c/span\u003e\n      | \u003cspan\u003e2011-11\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eResonant over-reflection of waves as a marginally stable solution\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003e4th meeting of the Wave-Flow Interactions Network\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Cambridge\u003c/span\u003e\n      | \u003cspan\u003e2011-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://webhomes.maths.ed.ac.uk/waveflow/cambridgemeeting/programme.shtml\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eShocks in coating flows in a rotating horizontal cylinder\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eBAMC 2011\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Birmingham\u003c/span\u003e\n      | \u003cspan\u003e2011-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eShocks in coating flows in a rotating horizontal cylinder\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eSIAM Conference on Nonlinear Waves\u003c/span\u003e\n      \n       | \u003cspan\u003ePhiladelphia\u003c/span\u003e\n      | \u003cspan\u003e2010-08\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eShocks in coating flows in a rotating horizontal cylinder\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eECMI 2010\u003c/span\u003e\n      \n       | \u003cspan\u003eBergische Universität\u003c/span\u003e\n      | \u003cspan\u003e2010-07\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eRadiating instabilities and hyper-reflection of waves by jets in a rotating ocean\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eMACSI colloquium\u003c/span\u003e\n      \n       | \u003cspan\u003eUniversity of Limerick\u003c/span\u003e\n      | \u003cspan\u003e2009-12\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eSpectral stability analysis of the perfectly plastic Couette flow\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eLomonosov\u0026#39;s readings\u003c/span\u003e\n      \n       | \u003cspan\u003eMoscow State University\u003c/span\u003e\n      | \u003cspan\u003e2008-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003ePDEs on the sphere\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eIsaac Newton Institute\u003c/span\u003e\n      \n       | \u003cspan\u003eCambridge\u003c/span\u003e\n      | \u003cspan\u003e2012-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.newton.ac.uk/event/ammw02/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e2nd Wave-Flow Interactions Network meeting\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003e2nd Wave-Flow Interactions Network meeting\u003c/span\u003e\n      \n       | \u003cspan\u003eEdinburgh\u003c/span\u003e\n      | \u003cspan\u003e2009-05\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eVariational and Topological Methods and Water Waves\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \u003cspan\u003eWorkshop University of Bath\u003c/span\u003e\n      \n      \n      | \u003cspan\u003e2009-05\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n  \u003c/div\u003e\n  \n\u003c/div\u003e\n\n\u003chr\u003e\n\u003cp\u003e\u003ca href=\"/downloads/vladimir-lapin-cv.pdf\"\u003eDownload full CV (PDF)\u003c/a\u003e\u003c/p\u003e","title":"Selected Presentations"},{"content":"I maintain and contribute to several key software projects in the climate modelling and HPC ecosystem.\nEC-Earth4 Core technical contributions to the European Earth System Model. Focus on OpenIFS integration and OASIS3-MCT coupling.\nFortran C\u0026#43;\u0026#43; HPC OASIS3-MCT Prediction Data Workflow Lead developer of a modular framework for preprocessing and interpolating climate datasets (EN4, ERA5, ORAS5).\nPython CDO Data Engineering auto-ecearth4 Official Autosubmit runtime environment for EC-Earth4 experiments on Marenostrum 5.\nPython YAML Slurm Autosubmit dotfiles Modular senior-dev shell environment optimized for HPC research and local productivity.\nActive Development vlap.github.io PostScript Vladimir Lapin, climate modeller\nbaro_tides_fd FORTRAN Global finite difference model of barotropic tides\ninternal_tides_fd FORTRAN Global coupled finite difference model of barotropic and baroclinic tides\nFor a full list of my code contributions, visit my GitHub profile.\n","permalink":"https://vlap.github.io/software/","summary":"\u003cp\u003eI maintain and contribute to several key software projects in the climate modelling and HPC ecosystem.\u003c/p\u003e\n\n\u003cdiv class=\"software-container\"\u003e\n    \u003cdiv class=\"software-card\"\u003e\n        \u003cdiv class=\"software-card-header\"\u003e\n            \u003ch3\u003e\n                \u003ca href=\"https://ec-earth.org/ec-earth/ec-earth4/\" target=\"_blank\" rel=\"noopener\"\u003eEC-Earth4\u003c/a\u003e\n            \u003c/h3\u003e\n        \u003c/div\u003e\n        \u003cp class=\"software-desc\"\u003eCore technical contributions to the European Earth System Model. Focus on OpenIFS integration and OASIS3-MCT coupling.\u003c/p\u003e\n        \u003cdiv class=\"software-tags\"\u003e\n            \u003cspan class=\"software-tag\"\u003eFortran\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eC\u0026#43;\u0026#43;\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eHPC\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eOASIS3-MCT\u003c/span\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"software-card\"\u003e\n        \u003cdiv class=\"software-card-header\"\u003e\n            \u003ch3\u003e\n                \u003ca href=\"https://gitlab.earth.bsc.es/es/prediction-data-workflow\" target=\"_blank\" rel=\"noopener\"\u003ePrediction Data Workflow\u003c/a\u003e\n            \u003c/h3\u003e\n        \u003c/div\u003e\n        \u003cp class=\"software-desc\"\u003eLead developer of a modular framework for preprocessing and interpolating climate datasets (EN4, ERA5, ORAS5).\u003c/p\u003e\n        \u003cdiv class=\"software-tags\"\u003e\n            \u003cspan class=\"software-tag\"\u003ePython\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eCDO\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eData Engineering\u003c/span\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"software-card\"\u003e\n        \u003cdiv class=\"software-card-header\"\u003e\n            \u003ch3\u003e\n                \u003ca href=\"https://earth.bsc.es/gitlab/es/auto-ecearth4\" target=\"_blank\" rel=\"noopener\"\u003eauto-ecearth4\u003c/a\u003e\n            \u003c/h3\u003e\n        \u003c/div\u003e\n        \u003cp class=\"software-desc\"\u003eOfficial Autosubmit runtime environment for EC-Earth4 experiments on Marenostrum 5.\u003c/p\u003e\n        \u003cdiv class=\"software-tags\"\u003e\n            \u003cspan class=\"software-tag\"\u003ePython\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eYAML\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eSlurm\u003c/span\u003e\n            \u003cspan class=\"software-tag\"\u003eAutosubmit\u003c/span\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"software-card\"\u003e\n        \u003cdiv class=\"software-card-header\"\u003e\n            \u003ch3\u003e\n                \u003ca href=\"https://github.com/vlap/dotfiles\" target=\"_blank\" rel=\"noopener\"\u003edotfiles\u003c/a\u003e\n            \u003c/h3\u003e\n            \u003cspan class=\"github-icon\"\u003e\n                \u003csvg viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A3.37 3.37 0 0 0 19 4.77a3.07 3.07 0 0 0-.08-2.3s-.82-.26-2.68 1.03a9.21 9.21 0 0 0-4.85 0C9.62 2.21 8.8 2.47 8.8 2.47a3.07 3.07 0 0 0-.08 2.3 3.37 3.37 0 0 0-.94 2.61c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58V22\"\u003e\u003c/path\u003e\u003c/svg\u003e\n            \u003c/span\u003e\n        \u003c/div\u003e\n        \u003cp class=\"software-desc\"\u003eModular senior-dev shell environment optimized for HPC research and local productivity.\u003c/p\u003e","title":"Software \u0026 Projects"},{"content":"I leverage a multidisciplinary stack to bridge the gap between high-level project coordination and deep technical implementation in AI and Earth Sciences.\nPyTorch MLOps MareNostrum 5 Slurm Agile/Scrum Xarray Autosubmit AI \u0026amp; Data Engineering (The AI Factory Focus) MLOps \u0026amp; Scaling: Architecting end-to-end pipelines for AI surrogates using PyTorch, focusing on model deployment and monitoring on the MN5 AI partition. Data Workflows: Expert-level manipulation of terabyte-scale datasets using Xarray, Dask, and NetCDF, ensuring high-throughput data availability for AI training. AI Integration: Strategic alignment of AI services with traditional Earth System Models (EC-Earth, NEMO) to accelerate physical simulations. HPC Orchestration \u0026amp; Project Management Workflow Coordination: Lead developer of Autosubmit templates, managing reproducible, multi-institution research workflows on Tier-0 systems. System Administration \u0026amp; Optimization: Expert in Slurm job scheduling, software environment management (LMOD/Conda), and optimizing hardware utilization for GPU-heavy AI workloads. Agile Coordination: Driving technical excellence within international consortia using Agile and Scrum methodologies for software development lifecycles. Mathematical Foundations \u0026amp; Performance Numerical Excellence: Strong foundations in Applied Mathematics, including finite difference methods and multiscale averaging (♾️ ∫). Performance Programming: Developing high-performance model components in Fortran, C++, and Python. Focused on the technical coordination and engineering infrastructure required to realize the next generation of AI-enhanced Climate Science.\n","permalink":"https://vlap.github.io/tools/","summary":"\u003cp\u003eI leverage a multidisciplinary stack to bridge the gap between high-level project coordination and deep technical implementation in AI and Earth Sciences.\u003c/p\u003e\n\u003cdiv class=\"badge-container\"\u003e\n    \u003cspan class=\"badge badge-ai\"\u003ePyTorch\u003c/span\u003e\n    \u003cspan class=\"badge badge-ai\"\u003eMLOps\u003c/span\u003e\n    \u003cspan class=\"badge badge-hpc\"\u003eMareNostrum 5\u003c/span\u003e\n    \u003cspan class=\"badge badge-hpc\"\u003eSlurm\u003c/span\u003e\n    \u003cspan class=\"badge badge-lead\"\u003eAgile/Scrum\u003c/span\u003e\n    \u003cspan class=\"badge\"\u003eXarray\u003c/span\u003e\n    \u003cspan class=\"badge\"\u003eAutosubmit\u003c/span\u003e\n\u003c/div\u003e\n\u003ch3 id=\"ai--data-engineering-the-ai-factory-focus\"\u003eAI \u0026amp; Data Engineering (The AI Factory Focus)\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eMLOps \u0026amp; Scaling:\u003c/strong\u003e Architecting end-to-end pipelines for AI surrogates using \u003cstrong\u003ePyTorch\u003c/strong\u003e, focusing on model deployment and monitoring on the \u003cstrong\u003eMN5 AI partition\u003c/strong\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eData Workflows:\u003c/strong\u003e Expert-level manipulation of terabyte-scale datasets using \u003cstrong\u003eXarray\u003c/strong\u003e, \u003cstrong\u003eDask\u003c/strong\u003e, and \u003cstrong\u003eNetCDF\u003c/strong\u003e, ensuring high-throughput data availability for AI training.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAI Integration:\u003c/strong\u003e Strategic alignment of AI services with traditional Earth System Models (EC-Earth, NEMO) to accelerate physical simulations.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"hpc-orchestration--project-management\"\u003eHPC Orchestration \u0026amp; Project Management\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eWorkflow Coordination:\u003c/strong\u003e Lead developer of \u003cstrong\u003eAutosubmit\u003c/strong\u003e templates, managing reproducible, multi-institution research workflows on Tier-0 systems.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eSystem Administration \u0026amp; Optimization:\u003c/strong\u003e Expert in \u003cstrong\u003eSlurm\u003c/strong\u003e job scheduling, software environment management (LMOD/Conda), and optimizing hardware utilization for GPU-heavy AI workloads.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAgile Coordination:\u003c/strong\u003e Driving technical excellence within international consortia using \u003cstrong\u003eAgile\u003c/strong\u003e and \u003cstrong\u003eScrum\u003c/strong\u003e methodologies for software development lifecycles.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"mathematical-foundations--performance\"\u003eMathematical Foundations \u0026amp; Performance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eNumerical Excellence:\u003c/strong\u003e Strong foundations in \u003cstrong\u003eApplied Mathematics\u003c/strong\u003e, including finite difference methods and multiscale averaging (♾️ ∫).\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePerformance Programming:\u003c/strong\u003e Developing high-performance model components in \u003cstrong\u003eFortran\u003c/strong\u003e, \u003cstrong\u003eC++\u003c/strong\u003e, and \u003cstrong\u003ePython\u003c/strong\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cem\u003eFocused on the technical coordination and engineering infrastructure required to realize the next generation of AI-enhanced Climate Science.\u003c/em\u003e\u003c/p\u003e","title":"Technical Stack \u0026 MLOps Workflow"},{"content":"I regularly participate in professional trainings to stay updated with the latest advancements in AI, HPC, and Climate Science.\nEPICURE High Scalability Workshop EPICURE | 2026-03 Link Skills: MPI, OpenMP, Performance Analysis, MareNostrum 5 Reinforcement Learning BSC AI Factory | 2026-07 Link Skills: Q-Learning, Policy Gradients, Stable Baselines3, Gymnasium Advanced HPC training ECMWF | 2026-06 Link Skills: Parallel I/O, GPU Programming, HPC Workflows Fundamentals of Deep Learning BSC AI Factory | 2026-04 Link Skills: Neural Networks, Computer Vision, PyTorch Industrial Computational Fluids Dynamics BSC AI Factory | 2026-04 Link Skills: CFD, OpenFOAM, HPC for Engineering Generative and Self-Supervised ML BSC AI Factory | 2026-01 Link Skills: GANs, Transformers, Self-Supervised Learning Data assimilation ECMWF | 2022-02 Link Skills: 4D-Var, Ensemble Methods, Numerical Weather Prediction Data Assimilation in Geophysics University of the Balearic Islands (UiB) | 2019-10 Skills: Data Assimilation, Geophysical Fluid Dynamics, Ensemble Kalman Filters Energy transfers in Atmosphere and Ocean University of Hamburg | 2017-05 Link Skills: Atmospheric Dynamics, Ocean Dynamics, Turbulence ICON developer meeting Löwenstein | 2016-09 Skills: ICON Model, Fortran, Unstructured Grids 3D Visualization with ParaView DKRZ | 2016-04 Skills: ParaView, VTK, Scientific Visualization Energy transfers in Atmosphere and Ocean University of Hamburg | 2015-05 Skills: Wave-Flow Interactions, Energy Cascades 9th Earth System Modeling School MPI-M | 2015-09 Skills: ESM Couplers, Climate Dynamics, HPC Infrastructure ESGI 100 University of Oxford | 2014-04 Link Skills: Industrial Mathematics, Mathematical Modelling, Problem Solving The Dynamics of Rotating Fluids Meeting UCL | 2014-01 Link Skills: Rotating Fluids, Geophysical Fluid Dynamics 3rd DNVA-RSE Norway-Scotland Waves Symposium Oslo | 2013-10 Link Skills: Wave Dynamics, Internal Tides Nonlinear Waves in Fluids Loughborough University | 2012-09 Skills: Nonlinear Waves, Numerical Methods, Fluid Mechanics ESGI 82 University of Limerick | 2011-06 Link Skills: Applied Mathematics, Optimization 1st Russian Study Group with Industry Moscow | 2010-10 Skills: Mathematical Modelling, Industry Collaboration ESGI 75 University of Limerick | 2010-06 Link Skills: Mathematical Physics, Stochastic Processes 3rd Wave-Flow Interactions Network meeting University of St Andrews | 2010-06 Link Skills: Wave-Flow Interaction, Geostrophic Flows Asymptotic Methods in Fluid Mechanics Udine | 2009-09 Skills: Asymptotic Analysis, Perturbation Methods Multiscale and Adaptivity: Modeling, Numerics and Applications Cetraro | 2009-07 Skills: Numerical Analysis, Multiscale Modelling ESGI 70 University of Limerick | 2009-07 Link Skills: Data Analysis, Mathematical Finance Nonlinear PDE \u0026amp; Free Boundary Problems University of Warwick | 2009-06 Skills: Partial Differential Equations, Free Boundary Problems Mathematics of Weather and Climate Prediction Met Office | 2009-04 Link Skills: Numerical Weather Prediction, Climate Dynamics Download full CV (PDF)\n","permalink":"https://vlap.github.io/cv/trainings/","summary":"\u003cp\u003eI regularly participate in professional trainings to stay updated with the latest advancements in AI, HPC, and Climate Science.\u003c/p\u003e\n\n\n\n\u003cdiv class=\"cv-section\"\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eEPICURE High Scalability Workshop\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eEPICURE\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-03\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://epicure-hpc.eu/2026/03/02/high-scalability-workshop-on-marenostrum-5/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e MPI, OpenMP, Performance Analysis, MareNostrum 5\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eReinforcement Learning\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eBSC AI Factory\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-07\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://bsc-aifactory.eu/training/reinforcement-learning/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Q-Learning, Policy Gradients, Stable Baselines3, Gymnasium\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eAdvanced HPC training\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eECMWF\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://events.ecmwf.int/event/500/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Parallel I/O, GPU Programming, HPC Workflows\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eFundamentals of Deep Learning\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eBSC AI Factory\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://bsc-aifactory.eu/training/fundamentals-of-deep-learning/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Neural Networks, Computer Vision, PyTorch\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eIndustrial Computational Fluids Dynamics\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eBSC AI Factory\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://bsc-aifactory.eu/training/industrial-cfd/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e CFD, OpenFOAM, HPC for Engineering\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eGenerative and Self-Supervised ML\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eBSC AI Factory\u003c/span\u003e\n      \n      | \u003cspan\u003e2026-01\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://bsc-aifactory.eu/training/generative-and-self-supervised-ml/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e GANs, Transformers, Self-Supervised Learning\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eData assimilation\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eECMWF\u003c/span\u003e\n      \n      | \u003cspan\u003e2022-02\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://events.ecmwf.int/event/376/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e 4D-Var, Ensemble Methods, Numerical Weather Prediction\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eData Assimilation in Geophysics\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of the Balearic Islands (UiB)\u003c/span\u003e\n      \n      | \u003cspan\u003e2019-10\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Data Assimilation, Geophysical Fluid Dynamics, Ensemble Kalman Filters\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eEnergy transfers in Atmosphere and Ocean\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Hamburg\u003c/span\u003e\n      \n      | \u003cspan\u003e2017-05\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.trr-energytransfers.de/events/workshop-2017\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Atmospheric Dynamics, Ocean Dynamics, Turbulence\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eICON developer meeting\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eLöwenstein\u003c/span\u003e\n      \n      | \u003cspan\u003e2016-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e ICON Model, Fortran, Unstructured Grids\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e3D Visualization with ParaView\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eDKRZ\u003c/span\u003e\n      \n      | \u003cspan\u003e2016-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e ParaView, VTK, Scientific Visualization\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eEnergy transfers in Atmosphere and Ocean\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Hamburg\u003c/span\u003e\n      \n      | \u003cspan\u003e2015-05\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Wave-Flow Interactions, Energy Cascades\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e9th Earth System Modeling School\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eMPI-M\u003c/span\u003e\n      \n      | \u003cspan\u003e2015-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e ESM Couplers, Climate Dynamics, HPC Infrastructure\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eESGI 100\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Oxford\u003c/span\u003e\n      \n      | \u003cspan\u003e2014-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.maths.ox.ac.uk/events/conferences/esgi-100\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Industrial Mathematics, Mathematical Modelling, Problem Solving\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eThe Dynamics of Rotating Fluids Meeting\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUCL\u003c/span\u003e\n      \n      | \u003cspan\u003e2014-01\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.ucl.ac.uk/mathematical-physical-sciences/maths/events/previous-events/previous-dynamics-rotating-fluids-meetings/dynamics-rotating-fluids-meeting-2014\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Rotating Fluids, Geophysical Fluid Dynamics\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e3rd DNVA-RSE Norway-Scotland Waves Symposium\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eOslo\u003c/span\u003e\n      \n      | \u003cspan\u003e2013-10\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.mn.uio.no/math/english/research/groups/mechanics/events/conferences/3rd-norway-scotland-waves-symposium.html\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Wave Dynamics, Internal Tides\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eNonlinear Waves in Fluids\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eLoughborough University\u003c/span\u003e\n      \n      | \u003cspan\u003e2012-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Nonlinear Waves, Numerical Methods, Fluid Mechanics\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eESGI 82\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Limerick\u003c/span\u003e\n      \n      | \u003cspan\u003e2011-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://miis.maths.ox.ac.uk/view/studygroups/esgi82.html\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Applied Mathematics, Optimization\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e1st Russian Study Group with Industry\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eMoscow\u003c/span\u003e\n      \n      | \u003cspan\u003e2010-10\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Mathematical Modelling, Industry Collaboration\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eESGI 75\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Limerick\u003c/span\u003e\n      \n      | \u003cspan\u003e2010-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://miis.maths.ox.ac.uk/view/studygroups/esgi75.html\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Mathematical Physics, Stochastic Processes\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003e3rd Wave-Flow Interactions Network meeting\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of St Andrews\u003c/span\u003e\n      \n      | \u003cspan\u003e2010-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://webhomes.maths.ed.ac.uk/waveflow/\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Wave-Flow Interaction, Geostrophic Flows\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eAsymptotic Methods in Fluid Mechanics\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUdine\u003c/span\u003e\n      \n      | \u003cspan\u003e2009-09\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Asymptotic Analysis, Perturbation Methods\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eMultiscale and Adaptivity: Modeling, Numerics and Applications\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eCetraro\u003c/span\u003e\n      \n      | \u003cspan\u003e2009-07\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Numerical Analysis, Multiscale Modelling\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eESGI 70\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Limerick\u003c/span\u003e\n      \n      | \u003cspan\u003e2009-07\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://miis.maths.ox.ac.uk/view/studygroups/esgi70.html\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Data Analysis, Mathematical Finance\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eNonlinear PDE \u0026amp; Free Boundary Problems\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eUniversity of Warwick\u003c/span\u003e\n      \n      | \u003cspan\u003e2009-06\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Partial Differential Equations, Free Boundary Problems\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n  \u003cdiv class=\"cv-item\" style=\"margin-bottom: 1.5em;\"\u003e\n    \u003ch4 style=\"margin: 0;\"\u003eMathematics of Weather and Climate Prediction\u003c/h4\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #666;\"\u003e\n      \n      \u003cspan\u003eMet Office\u003c/span\u003e\n      \n      | \u003cspan\u003e2009-04\u003c/span\u003e\n    \u003c/div\u003e\n    \n    \u003ca href=\"https://www.maths.ox.ac.uk/groups/oxpde/archive/previous-events/2009/workshop-mathematics-weather-and-climate-prediction\" target=\"_blank\" style=\"font-size: 0.8em;\"\u003eLink\u003c/a\u003e\n    \n    \n    \u003cdiv style=\"font-size: 0.8em; margin-top: 0.3em;\"\u003e\n      \u003cstrong\u003eSkills:\u003c/strong\u003e Numerical Weather Prediction, Climate Dynamics\n    \u003c/div\u003e\n    \n  \u003c/div\u003e\n  \n\u003c/div\u003e\n\n\u003chr\u003e\n\u003cp\u003e\u003ca href=\"/downloads/vladimir-lapin-cv.pdf\"\u003eDownload full CV (PDF)\u003c/a\u003e\u003c/p\u003e","title":"Trainings \u0026 Certifications"},{"content":"The page you are looking for doesn\u0026rsquo;t exist.\nReturn to the Portfolio Home Page\n","permalink":"https://vlap.github.io/404/","summary":"Page not found","title":"404: Page Not Found"},{"content":"Software Coordinator \u0026amp; Senior Research Engineer | AI Factory \u0026amp; Climate Science I am a Senior Research Engineer and Technical Coordinator specialized in architecting the intersection of Climate Science, High-Performance Computing (HPC), and Artificial Intelligence.\nCurrently, I lead technical efforts at the Barcelona Supercomputing Center (BSC) to scale AI-driven enhancements for Earth System Models, ensuring strategic alignment with European initiatives like the AI Factory.\nTechnical Coordination HPC Architecture MLOps \u0026 AI Scaling MareNostrum 5 (MN5) Agile Methodologies Professional Focus \u0026amp; Leadership AI/ML Strategy: Coordinating the deployment of AI software frameworks and MLOps pipelines on Tier-0 supercomputing partitions, specifically the MareNostrum 5 AI partition. Technical Liaison: Acting as a bridge between multidisciplinary scientific teams, technical experts, and external partners to deliver complex, large-scale software projects. HPC Engineering: Optimizing data-intensive workflows (CMIP7 ready) and Earth System Models for maximum throughput on international supercomputing clusters. Technical Expertise Computing: Python (Xarray, PyTorch, Pandas), Fortran, C++, Bash, R. Infrastructure: Autosubmit, Slurm/PBS, Conda, LMOD, Git/Agile. Domains: AI Surrogate Modelling, Climate Data Assimilation, Fluid Dynamics. I am actively involved in the technical leadership and strategic direction of the Earth Sciences software ecosystem at BSC.\n","permalink":"https://vlap.github.io/about/","summary":"\u003ch3 id=\"software-coordinator--senior-research-engineer--ai-factory--climate-science\"\u003eSoftware Coordinator \u0026amp; Senior Research Engineer | AI Factory \u0026amp; Climate Science\u003c/h3\u003e\n\u003cp\u003eI am a Senior Research Engineer and Technical Coordinator specialized in architecting the intersection of \u003cstrong\u003eClimate Science\u003c/strong\u003e, \u003cstrong\u003eHigh-Performance Computing (HPC)\u003c/strong\u003e, and \u003cstrong\u003eArtificial Intelligence\u003c/strong\u003e.\u003c/p\u003e\n\u003cp\u003eCurrently, I lead technical efforts at the \u003cstrong\u003eBarcelona Supercomputing Center (BSC)\u003c/strong\u003e to scale AI-driven enhancements for Earth System Models, ensuring strategic alignment with European initiatives like the \u003cstrong\u003eAI Factory\u003c/strong\u003e.\u003c/p\u003e\n\u003cdiv class=\"badge-container\"\u003e\n    \u003cspan class=\"badge badge-lead\"\u003eTechnical Coordination\u003c/span\u003e\n    \u003cspan class=\"badge badge-hpc\"\u003eHPC Architecture\u003c/span\u003e\n    \u003cspan class=\"badge badge-ai\"\u003eMLOps \u0026 AI Scaling\u003c/span\u003e\n    \u003cspan class=\"badge\"\u003eMareNostrum 5 (MN5)\u003c/span\u003e\n    \u003cspan class=\"badge\"\u003eAgile Methodologies\u003c/span\u003e\n\u003c/div\u003e\n\u003ch3 id=\"professional-focus--leadership\"\u003eProfessional Focus \u0026amp; Leadership\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAI/ML Strategy:\u003c/strong\u003e Coordinating the deployment of AI software frameworks and MLOps pipelines on Tier-0 supercomputing partitions, specifically the \u003cstrong\u003eMareNostrum 5 AI partition\u003c/strong\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eTechnical Liaison:\u003c/strong\u003e Acting as a bridge between multidisciplinary scientific teams, technical experts, and external partners to deliver complex, large-scale software projects.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHPC Engineering:\u003c/strong\u003e Optimizing data-intensive workflows (CMIP7 ready) and Earth System Models for maximum throughput on international supercomputing clusters.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"technical-expertise\"\u003eTechnical Expertise\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eComputing:\u003c/strong\u003e Python (Xarray, PyTorch, Pandas), Fortran, C++, Bash, R.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eInfrastructure:\u003c/strong\u003e Autosubmit, Slurm/PBS, Conda, LMOD, Git/Agile.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDomains:\u003c/strong\u003e AI Surrogate Modelling, Climate Data Assimilation, Fluid Dynamics.\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cem\u003eI am actively involved in the technical leadership and strategic direction of the Earth Sciences software ecosystem at BSC.\u003c/em\u003e\u003c/p\u003e","title":"About Me"}]