Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2023
License: CC BY
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2023
License: CC BY
Data sources: ZENODO
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2022
License: CC BY
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2022
License: CC BY
Data sources: ZENODO
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2023
License: CC BY
Data sources: Datacite
versions View all 3 versions
addClaim

Heat transport across the Antarctic Slope Front controlled by cross-slope salinity gradients

Authors: Si, Yidongfang; Stewart, Andrew L.; Eisenman, Ian;

Heat transport across the Antarctic Slope Front controlled by cross-slope salinity gradients

Abstract

Feb 2023 updates: Add code for EKE spectral analysis to MITgcm_ASF-heat-ver3/analysis/spectrum/ Add products of 5km and 10km runs to products_new-ver3 Add MITgcm source code, copied from http://mitgcm.org This release contains updates on analysis code and products. MITgcm_ASF-heat-ver3/newexp/: the Matlab scripts used to generate and run the MITgcm simulations MITgcm_ASF-heat-ver3/analysis/cross_slope/ and MITgcm_ASF-heat-ver2/analysis/plots/: the Matlab scripts used to analyze model output and make plots. MITgcm_ASF-heat-ver3/analysis/spectrum/: the Matlab scripts to calculate EKE spectra exps_configuration.zip: the configurations of the MITgcm simulations. products_new-ver3.zip: the products calculated from MITgcm diagnostics, including 7-year means of all the model outputs, overturning streamfunctions, neutral density, shoreward heat transport, kinetic energy, temporal decomposition, isopycnal thickness fluxes of the 5km and 10km runs, etc. ThicknessFlux_FreshShelf.zip: products of isopycnal thickness flux, used to calculate the decomposition of eddy/tidal heat advection/diffusion, for the "fresh-shelf" simulation. ThicknessFlux_ref.zip: as above, but for the reference simulation. ThicknessFlux_DenseShelf.zip: as above, but for the "dense-shelf" simulation. The source code of the Massachusetts Institute of Technology General Circulation Model (MITgcm) is available at: http://mitgcm.org. All the raw data of the model output are available at: https://doi.org/10.15144/S47P49. To reproduce MITgcm_ASF simulations: Start each simulation with a 20-year spin-up integration. Before running each simulation, you need to substitute &OBCS_PARM04 with &OBCS_PARM05 in the file input/data.obcs, and substitute &EXF_NML_05 with &EXF_NML_OBCS in the file input/data.exf. For simulations with very fresh shelf waters (e.g., shelf salinity = 33 psu), you need to spin up the simulation with a very small time step (e.g., 60s) for ~ two months, and then use a larger time step. Initialize the production run from the corresponding spin-up run, using the Matlab script initialize.m in the folder MITgcm_ASF-heat-ver2/newexp/. When using the LAYERS package, you need to substitute numperlist = 1 with numperlist = 2 in the file code/DIAGNOSTICS_SIZE.h before running the simulations. Notes on calculationg the overturning streamfunction and its mean/eddy/tidal decomposition using the MITgcm LAYERS package: avg_t: Calculate time averages. It has been modified since the vertical number of layers can be different from Nr. calc_Overturning_pt, usscar_plot_overturning_pt: calculate and plot eddy/mean/isopycnal overturning streamfunction using potential temperature layer fluxes. calc_Overturning_rho, usscar_plot_overturning_rho: calculate and plot eddy/mean/isopycnal overturning streamfunction using potential density layer fluxes. calc_Overturning_pt_Aocean, usscar_pt_overturning_rho_Aocean (recommended if your bathymetry is not flat): calculate and plot eddy/mean/isopycnal overturning streamfunction using potential temperature layer fluxes. For each latitude, use the total ocean area below a certain level to interpolate the streamfunction from pt space to z space. calc_Overturning_rho_Aocean, usscar_plot_overturning_rho_Aocean (recommended if your bathymetry is not flat): calculate and plot eddy/mean/isopycnal overturning streamfunction using potential density layer fluxes. For each latitude, use the total ocean area below a certain level to interpolate the streamfunction from potential density space to z space. calc_decomposition_OT, plot_OT_rho_Aocean_TidalEddyMean: decompose the isopycnal overturning streamfunction into tidal/eddy/mean components, using potential density layer fluxes. Feel free to contact Yidongfang Si via ysi@g.ucla.edu if you have any questions.

This work is supported by the National Science Foundation, under award numbers OCE-1751386 and OPP-2023244, as well as awards OCE-2048590 and OPP-1643445. This work used the Extreme Science and Engineering Discovery Environment XSEDE, which is supported by the National Science Foundation grant number ACI-1548562. This work also used the Hoffman2 Cluster, which is supported by the IDRE Research Technology Group at UCLA. We thank the MITgcm team for their contribution to numerical modeling and for making their code available. Y. Si acknowledges China Scholarship Council.

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
    OpenAIRE UsageCounts
    Usage byUsageCounts
    visibility views 54
    download downloads 2
  • 54
    views
    2
    downloads
    Powered byOpenAIRE UsageCounts
Powered by OpenAIRE graph
Found an issue? Give us feedback
visibility
download
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
views
OpenAIRE UsageCountsViews provided by UsageCounts
downloads
OpenAIRE UsageCountsDownloads provided by UsageCounts
0
Average
Average
Average
54
2
Related to Research communities