id ftands:oai:ands.org.au::1444377
record_format openpolar
spelling ftands:oai:ands.org.au::1444377 2023-05-15T13:52:00+02:00 Zodiac (DNS code for Ice-ocean boundary layer) GAYEN, BISAKHDATTA (hasPrincipalInvestigator) GAYEN, BISAKHDATTA (processor) MONDAL, MAINAK (hasPrincipalInvestigator) MONDAL, MAINAK (processor) Australian Antarctic Data Centre (publisher) Temporal: From 2016-07-01 to 2019-06-30 https://researchdata.ands.org.au/zodiac-dns-code-boundary-layer/1444377 https://doi.org/10.26179/5e45f06351540 https://data.aad.gov.au/metadata/records/AAS_4422_Zodiac_code http://nla.gov.au/nla.party-617536 unknown Australian Antarctic Data Centre https://researchdata.ands.org.au/zodiac-dns-code-boundary-layer/1444377 5ac2e0a8-01e2-4800-85b6-a1e0c79a04ab doi:10.26179/5e45f06351540 AAS_4422_Zodiac_code https://data.aad.gov.au/metadata/records/AAS_4422_Zodiac_code http://nla.gov.au/nla.party-617536 Australian Antarctic Data Centre GLACIER MASS BALANCE/ICE SHEET MASS BALANCE EARTH SCIENCE CRYOSPHERE GLACIERS/ICE SHEETS DIRECT NUMERICAL SIMULATION CODE Computer &gt Computer MODELS EARTH SCIENCE SERVICES CLIMATE MODELS GEOGRAPHIC REGION &gt POLAR CONTINENT &gt ANTARCTICA dataset ftands https://doi.org/10.26179/5e45f06351540 2020-02-24T23:24:17Z From the project summary: Melting of grounded ice mass in the Arctic and Antarctic may play a key role in future global sea level rise and Earth's climate system. The Antarctic Ice Sheet is losing ice at an increasing rate, primarily due to ocean-driven melting beneath ice shelves. The physics of these ocean-ice interactions is poorly understood which, along with limited observation constraints, leads to uncertainties in the predictions of future melt rate. We will undertake cutting edge direct numerical simulations to examine the complex dynamics of melting of ice-shelves in the presence of convection and turbulence. The project will provide the knowledge base for improved representation of these Antarctic processes in future global ocean models from which more accurate projections of future climate and sea level will follow. Description of the Code: Zodiac is a pseudo spectral code with adjustable choices of domain periodicity. It is mainly developed for analyzing boundary layer turbulence with complex geometry. It uses a Rk3 solver, ADI for the the nonlinear terms and Multi-grid for convergence. It is MPI parallelised and the domain-decomposition can be customised based on the needs. The structure of the code is briefly described here. zodiac.F90: It is the main program that initialise the code and get input parameters (input.dat, grid_def), calls in the solver, manages output. duct.F90: solves the RK3 steps of the NS equations, uses FFT, calls in ADI for the implicit non-linear part, uses Multi-grid for faster convergence, deals with different forcing (written inside the same files as subroutines, viz. wave_forcing) boundary.F90: Provides the boundary conditions, in the present case it has been used to study the melting problem in the ice-water interface. It can be customised based on the problem). flow_statistics.F90: Deals with the tke and energy budget of the flow. It also stitches the decomposed domain from other processors. flow_output.F90: Deals with the output, presently it can output in .plt (for tecplot, that need tecio64.a files), .vtk(for preview) and also for netcdf(to be added as a patch). GRID_XY.dat: It is the main grid file for the present problem, that can be customized. Required Libraries: gcc/4.9.3 (or higher) netcdf-fortran fftw2 (the code is not compatible with fftw3) openmpi(1.10.2 or higher, for multiprocessing) tecplot library file (tecio64.a) The uses needs to create the blank directories: plane_data, plane_tke, last_saved The code can be downloaded from the github repository: https://github.com/mmainak/zodiac2 Dataset Antarc* Antarctic Antarctica Arctic Ice Sheet Ice Shelves Research Data Australia (Australian National Data Service - ANDS) Antarctic Arctic The Antarctic
institution Open Polar
collection Research Data Australia (Australian National Data Service - ANDS)
op_collection_id ftands
language unknown
topic GLACIER MASS BALANCE/ICE SHEET MASS BALANCE
EARTH SCIENCE
CRYOSPHERE
GLACIERS/ICE SHEETS
DIRECT NUMERICAL SIMULATION CODE
Computer &gt
Computer
MODELS
EARTH SCIENCE SERVICES
CLIMATE MODELS
GEOGRAPHIC REGION &gt
POLAR
CONTINENT &gt
ANTARCTICA
spellingShingle GLACIER MASS BALANCE/ICE SHEET MASS BALANCE
EARTH SCIENCE
CRYOSPHERE
GLACIERS/ICE SHEETS
DIRECT NUMERICAL SIMULATION CODE
Computer &gt
Computer
MODELS
EARTH SCIENCE SERVICES
CLIMATE MODELS
GEOGRAPHIC REGION &gt
POLAR
CONTINENT &gt
ANTARCTICA
Zodiac (DNS code for Ice-ocean boundary layer)
topic_facet GLACIER MASS BALANCE/ICE SHEET MASS BALANCE
EARTH SCIENCE
CRYOSPHERE
GLACIERS/ICE SHEETS
DIRECT NUMERICAL SIMULATION CODE
Computer &gt
Computer
MODELS
EARTH SCIENCE SERVICES
CLIMATE MODELS
GEOGRAPHIC REGION &gt
POLAR
CONTINENT &gt
ANTARCTICA
description From the project summary: Melting of grounded ice mass in the Arctic and Antarctic may play a key role in future global sea level rise and Earth's climate system. The Antarctic Ice Sheet is losing ice at an increasing rate, primarily due to ocean-driven melting beneath ice shelves. The physics of these ocean-ice interactions is poorly understood which, along with limited observation constraints, leads to uncertainties in the predictions of future melt rate. We will undertake cutting edge direct numerical simulations to examine the complex dynamics of melting of ice-shelves in the presence of convection and turbulence. The project will provide the knowledge base for improved representation of these Antarctic processes in future global ocean models from which more accurate projections of future climate and sea level will follow. Description of the Code: Zodiac is a pseudo spectral code with adjustable choices of domain periodicity. It is mainly developed for analyzing boundary layer turbulence with complex geometry. It uses a Rk3 solver, ADI for the the nonlinear terms and Multi-grid for convergence. It is MPI parallelised and the domain-decomposition can be customised based on the needs. The structure of the code is briefly described here. zodiac.F90: It is the main program that initialise the code and get input parameters (input.dat, grid_def), calls in the solver, manages output. duct.F90: solves the RK3 steps of the NS equations, uses FFT, calls in ADI for the implicit non-linear part, uses Multi-grid for faster convergence, deals with different forcing (written inside the same files as subroutines, viz. wave_forcing) boundary.F90: Provides the boundary conditions, in the present case it has been used to study the melting problem in the ice-water interface. It can be customised based on the problem). flow_statistics.F90: Deals with the tke and energy budget of the flow. It also stitches the decomposed domain from other processors. flow_output.F90: Deals with the output, presently it can output in .plt (for tecplot, that need tecio64.a files), .vtk(for preview) and also for netcdf(to be added as a patch). GRID_XY.dat: It is the main grid file for the present problem, that can be customized. Required Libraries: gcc/4.9.3 (or higher) netcdf-fortran fftw2 (the code is not compatible with fftw3) openmpi(1.10.2 or higher, for multiprocessing) tecplot library file (tecio64.a) The uses needs to create the blank directories: plane_data, plane_tke, last_saved The code can be downloaded from the github repository: https://github.com/mmainak/zodiac2
author2 GAYEN, BISAKHDATTA (hasPrincipalInvestigator)
GAYEN, BISAKHDATTA (processor)
MONDAL, MAINAK (hasPrincipalInvestigator)
MONDAL, MAINAK (processor)
Australian Antarctic Data Centre (publisher)
format Dataset
title Zodiac (DNS code for Ice-ocean boundary layer)
title_short Zodiac (DNS code for Ice-ocean boundary layer)
title_full Zodiac (DNS code for Ice-ocean boundary layer)
title_fullStr Zodiac (DNS code for Ice-ocean boundary layer)
title_full_unstemmed Zodiac (DNS code for Ice-ocean boundary layer)
title_sort zodiac (dns code for ice-ocean boundary layer)
publisher Australian Antarctic Data Centre
url https://researchdata.ands.org.au/zodiac-dns-code-boundary-layer/1444377
https://doi.org/10.26179/5e45f06351540
https://data.aad.gov.au/metadata/records/AAS_4422_Zodiac_code
http://nla.gov.au/nla.party-617536
op_coverage Temporal: From 2016-07-01 to 2019-06-30
geographic Antarctic
Arctic
The Antarctic
geographic_facet Antarctic
Arctic
The Antarctic
genre Antarc*
Antarctic
Antarctica
Arctic
Ice Sheet
Ice Shelves
genre_facet Antarc*
Antarctic
Antarctica
Arctic
Ice Sheet
Ice Shelves
op_source Australian Antarctic Data Centre
op_relation https://researchdata.ands.org.au/zodiac-dns-code-boundary-layer/1444377
5ac2e0a8-01e2-4800-85b6-a1e0c79a04ab
doi:10.26179/5e45f06351540
AAS_4422_Zodiac_code
https://data.aad.gov.au/metadata/records/AAS_4422_Zodiac_code
http://nla.gov.au/nla.party-617536
op_doi https://doi.org/10.26179/5e45f06351540
_version_ 1766256145089953792