Skip to content
View MPoinelli's full-sized avatar
🐢
Focus
🐢
Focus

Highlights

  • Pro

Organizations

@ISSMteam @UCI-Ice-Remote-Sensing-Group
Block or Report

Block or report MPoinelli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MPoinelli/README.md

Ciao! I'm Mattia

I make numerical models to study ice and ocean in Antarctica! 🇦🇶

Pinned Loading

  1. MITgcm MITgcm Public

    Forked from MITgcm/MITgcm

    M.I.T General Circulation Model master code and documentation repository

    Fortran

  2. IceCrevasse IceCrevasse Public

    IceCrevasse master code. This model simulates crack propagation on brittle ice, using a LEFM-based approach (Poinelli, 2019 GRL).

    MATLAB 1

  3. Poinelli2023a_TC Poinelli2023a_TC Public

    This repository includes code and input data to reproduce MITgcm model output presented in: Poinelli, M., Schodlok, M., Larour, E., Vizcaino, M., and Riva, R.: Can rifts alter ocean dynamics beneat…

    Shell

  4. Poinelli2023b_GRL Poinelli2023b_GRL Public

    This repository contains the necessary code and input data to reproduce the MITgcm model output presented in: Poinelli, M., Nakayama, Y., Larour, E., Vizcaino, M., and Riva, R.: Ice-front retreat c…

    Fortran

  5. Convert MITgcm iteration number to a... Convert MITgcm iteration number to a date
    1
    #!/bin/bash
    2
    # Help message function
    3
    print_help() {
    4
            echo "Convert MITgcm iteration number to a date."
    5
            echo "written by: Poinelli, Mattia"