Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transient Tracers #572

Closed
wants to merge 77 commits into from
Closed

Transient Tracers #572

wants to merge 77 commits into from

Commits on May 4, 2021

  1. fesom2.1 with enabled stable water isotopes

    Xiaoxu Shi committed May 4, 2021
    Configuration menu
    Copy the full SHA
    eb991d8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. update

    Xiaoxu Shi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    fb6eab8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Code update: implementing new scheme for the isotopic composition of …

    …sea ice; sea ice delta values now passed to ECHAM atmosphere model; minor code cleanup
    mwerner-awi committed May 25, 2021
    Configuration menu
    Copy the full SHA
    68b970d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Improvements of the isotopic composition of sea ice scheme; some gene…

    …ral minor code improvements
    mwerner-awi committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    94546de View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. limit h2o16_ice within 0-1500

    Xiaoxu Shi committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5c1562a View commit details
    Browse the repository at this point in the history
  2. limit h2o16_ice within 0-1500

    Xiaoxu Shi committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    50d55c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. improved isotope code for (i) lwiso=.false. option in, (ii) parallel …

    …use of water isotope tracers and other tracers; minor code cleanup
    mwerner-awi committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    2de3b53 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'wiso' of https://gitlab.dkrz.de/FESOM/fesom2 into wiso

    Conflicts:
    	src/ice_oce_coupling.F90
    mwerner-awi committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    94d04d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c91e05a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. set lower bound for h2o16_ice to 300

    Xiaoxu Shi committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    028bef6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Fix problem with FESOM2.0 reproducability bias on ollie

    - FESOM2.0 simulations on AWI ollie HPC were not always reproducible. Runs with identical namelists, init-conditions ... could lead to sligthly different results.
    - Natalja solved that issue by changing the compiler flag -fast-transcendentals with -fimf-use-svml
    - with this option loops with exp, sin, cos ... (IEEE function) will be always computed through the vector implementation otherwise the compiler is not fixed  how IEEE funtions should be treated, which can be either Vector, Scalar or something else. All three can give slightly different results
    patrickscholz authored and pgierz committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    cca2716 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    67f6027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b1f7b View commit details
    Browse the repository at this point in the history
  3. minor code cleanup

    mwerner-awi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    299d4cb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    7ed3c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. after merge of wiso and pico

    Dirk Barbi committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ce72461 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. allow freshwater input

    Xiaoxu Shi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5d1eca6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    ef9855d View commit details
    Browse the repository at this point in the history
  2. fix

    ackerlar committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    40e98de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    0f6ec15 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. complete wiso code

    Xiaoxu Shi committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    fb9449b View commit details
    Browse the repository at this point in the history
  2. fix bugs in KPP

    Xiaoxu Shi committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    33b3462 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    e8a49e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166fc3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0146037 View commit details
    Browse the repository at this point in the history
  4. 1. add isotope flux caused be iceberg melt, 2. small update in io_mea…

    …ndata.F90
    Xiaoxu Shi committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f0a14ca View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    68b975b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'paleodyn/awiesm-2.1-gamma' of https://gitlab.dkrz.de/FE…

    …SOM/fesom2 into paleodyn/awiesm-2.1-gamma
    pgierz committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    240b34b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    896fbd6 View commit details
    Browse the repository at this point in the history
  4. avoid double main loop

    ackerlar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3753e15 View commit details
    Browse the repository at this point in the history
  5. some code clean up

    ackerlar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    17c2740 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    6a60df7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    676d3ec View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    502c52f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    4d5f39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbc886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5849622 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    030ce72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03336f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e19fb97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3c49cf View commit details
    Browse the repository at this point in the history
  5. Initial commit.

    mbutzin committed May 10, 2022
    Configuration menu
    Copy the full SHA
    10550bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    134a30e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    711b13a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    2fda8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae3fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97abef View commit details
    Browse the repository at this point in the history
  4. Fix typo.

    mbutzin committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1e44410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d297b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    e4d2c8b View commit details
    Browse the repository at this point in the history
  2. Modify the formulation of transient tracer boundary to be compatible …

    …with coupled model setups.
    mbutzin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0267599 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    d8483a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fa8c5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    c062230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a2f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    a2ca41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a4a35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39eeb9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df7ab0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79f406d View commit details
    Browse the repository at this point in the history
  6. Include subroutine to read transient tracer input data and modify nam…

    …elist variables accordingly.
    mbutzin committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    855be30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32b2ab1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f72dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    07def5e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    c8f04bd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    fe39ef6 View commit details
    Browse the repository at this point in the history
  2. Change 14C initialization.

    mbutzin committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d974ac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    ae40ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9e936 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    c358587 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Delete config/namelist.config.transit

    This namelist file is obsolete (as all namelist switches necessary for transient tracers are included in namelist.config now).
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d8cf345 View commit details
    Browse the repository at this point in the history
  2. Update namelist.config

    Remove dated path to tracer input file ifile_transit.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ce75ad0 View commit details
    Browse the repository at this point in the history
  3. Delete config/namelist.transit

    This namelist file has become obsolete.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    85efeeb View commit details
    Browse the repository at this point in the history
  4. Update namelist.config

    Update comment on the file name of ifile_transit.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bc898e0 View commit details
    Browse the repository at this point in the history
  5. Delete config/namelist.oce.transit

    This file has become obsolete for transient tracer simulations.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bd94cb0 View commit details
    Browse the repository at this point in the history
  6. Update namelist.oce

    Update and fix settings for transient tracers.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2c291d4 View commit details
    Browse the repository at this point in the history
  7. Delete config/namelist.oce.c14

    This namelist has become obsolete for transient tracer simulations.
    mbutzin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b8ea1e8 View commit details
    Browse the repository at this point in the history