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

PR to test openacc in main #632

Open
wants to merge 383 commits into
base: openacc_test_main
Choose a base branch
from
Open

PR to test openacc in main #632

wants to merge 383 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    c178e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e13fdd View commit details
    Browse the repository at this point in the history
  3. separate all DVD contributions from Redi into difheR (horiz expl), d…

    …ifveR (vertical expl) and difviR (vertical impl)
    patrickscholz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b752d38 View commit details
    Browse the repository at this point in the history
  4. solve merge conflict

    patrickscholz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    69129b9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refactoring_bugfix_hnodein_difveRedi' into refactoring_…

    …bugfix_hnode_in_Trz_and_difveR_which_tr_in_Trxy
    patrickscholz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    11d035e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refactoring_bugfix_tracer4tr_xyz' into refactoring_bugf…

    …ix_hnode_in_Trz_and_difveR_which_tr_in_Trxy
    patrickscholz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3d0c3ac View commit details
    Browse the repository at this point in the history
  7. delte obsolete comment

    patrickscholz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1213794 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat(recom): Call recom from fesom

    Initialize recom variables, modify BGC tracers, call recom
    
    Recom related tracer fields are generated by fesom.
    The first step in recom is to make sure that we have correct units
    and initial values. This is done in recom_init and after the ocean_setup.
    ogurses committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    461f584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118be2e View commit details
    Browse the repository at this point in the history
  3. revert some changes that belonged to the DVD implementation, and will…

    … come in an separate commit
    patrickscholz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    da54780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2acd582 View commit details
    Browse the repository at this point in the history
  5. Update oce_ale_tracer.F90

    delete unnecessary variable
    patrickscholz authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ec67d7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db88695 View commit details
    Browse the repository at this point in the history
  7. merge latest refactoring and solve merging conflicts in src/gen_modul…

    …es_diag.F90, src/oce_ale_tracer.F90, config/namelist.cvmix
    patrickscholz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    74d2d6e View commit details
    Browse the repository at this point in the history
  8. fix small merging bug

    patrickscholz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8acd21b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat(recom): add some of the BGC boundary conditions to FESOM2.5

    Read the file names and associated variables from the namelist.recom
    
    Atmospheric CO2, Fe and N deposition,
    riverine input of alkalinity, DIC, DIN, DOC, DON, Fe
    and erosion as PON and POC are read.
    ogurses committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7e22dcf View commit details
    Browse the repository at this point in the history
  2. fix small issue with the initialisation of the adams-bashfort tracer …

    …order, if it is not setted in namelist.tra
    patrickscholz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fa59750 View commit details
    Browse the repository at this point in the history
  3. solve merge conflict

    patrickscholz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    06f2ba6 View commit details
    Browse the repository at this point in the history
  4. solve merge conflict

    patrickscholz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0c7464a View commit details
    Browse the repository at this point in the history
  5. include bugfix about which tracer have to be used to compute the tra…

    …cer gradients. Its was decided to use tr^n, which means that the tr_AB can be kicked out from the DVD computation
    patrickscholz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d4efb46 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. kick out variables tracer%work%dvd_trold and tracer%work%dvd_trAB, th…

    …e first ones isnt need anymore due to the AB2/3 order update, the later one isnt need anymore due to the fixed bug from tracer synchronisation of the tracer gradient computation
    patrickscholz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7dbd70a View commit details
    Browse the repository at this point in the history
  2. introduce trold in dvd as pointer to array tracers%data(tr_num)%valu…

    …esold(1, :, :), therefor allocate new array for trstar= (trold + tr)*0.5_WP
    patrickscholz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e9bfaf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4660a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed2418 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix minor bug

    patrickscholz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5a6ebee View commit details
    Browse the repository at this point in the history
  2. update blowup message

    patrickscholz committed Mar 19, 2024
    3 Configuration menu
    Copy the full SHA
    646e0f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    47eb51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881528f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(recom): mask hydrothermal vent in Eastern Equatorial Pacific (D…

    …issolved Iron)
    
    Dissolved iron concentration is limited by the cut-off value 0.6 (umol/m3)
    in deep Eastern Equatorial Pacific.
    
    High concentration of dissolved iron in deep ocean disperses
    in all directions quickly. After several decades, mid-ocean iron
    concentration reaches higher levels.
    Exclude the depths shallower than 2000 m.
    ogurses committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7db4f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore(recom): add DIC_PI option and fill Alk_surf

    Read the correct file for DIC during initialisation.
    Keep the initial surface ocean alkalinity in Alk_surf.
    
    There is an option to read preindustrial or modern
    Dissolved Inorganic Carbon (DIC). It is controlled
    via DIC_PI switch in namelist.recom.
    Alk_surf holds the initial state of surface ocean alkalinity.
    Iterated alkalinity field is nudged to Alk_surf to keep
    the model drift plausible.
    ogurses committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    28e8f00 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 11, 2024

  1. feat(recom)!: Basic FESOM2.5-REcoM setup with 2p1z1d

    Add REcoM and MOCSY2.0 routines for the
    ecosystem and carbonate chemistry in the ocean
    
    Basic coupled FESOM2.5-REcoM setup with 2 phytoplankton,
    1 zooplankton and 1 detritus functional types. Tracers are
    restructured to be operated within water column.
    CO2 and O2 fluxes are calculated in recom_forcing.F90
    using MOCSY2.0 routines.recom_sms.F90 has the sources
    minus sink terms.
    
    BREAKING CHANGE: FESOM2.5-REcoM setup with 2p1z1d
    ogurses committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2d8cb38 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat(recom): Add missing MOCSY2.0 files and REcoM diagnostics

    Use Diags in namelist.recom to compute diagnostics
    
    Several 2D and 3D fields are saved to monitor the
    model performance. 2D fields include net primary production,
    respiration, chlorophyll of phytoplankton groups. 3D fields include
    PAR, calcite dissolution, calcification as well as aggregation,
    respiration and net primary production of small phytoplankton/diatoms
    in the water column are computed.
    ogurses committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ced0c99 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. feat(recom)!: FESOM2.5-REcoM version with 2p3z2d

    Add second and third zooplankton classes in addition to
    second detritus class to REcoM
    
    Standard REcoM version with 2 phytoplankton (small pytoplankton
    and diatoms), 3 zooplankton (micro-, meso- and macrozooplankton)
    and 2 detritus (slow- and fast-sinking) functional types.
    Vertical sinking for fast-sinking detritus is assumed to be constant
    whereas slow-sinking detritus variable sinking has variable sinking
    option.
    
    BREAKING CHANGE: FESOM2.5-REcoM version with 2p3z2d
    ogurses committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0a90225 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat(recom): FESOM2.5-REcoM version with 3p3z2d

    Add third phytoplankton (coccolithophores) and associated
    output variables
    
    Standard REcoM version with 3 phytoplankton (small pytoplankton,
    diatoms and coccolithophores), 3 zooplankton (micro-, meso- and
    macrozooplankton) and 2 detritus (slow- and fast-sinking) functional types.
    __coccos decides the background vertical sinking speed of
    intracellular calcite concentration (VCocco  in case of __coccos
    otherwise VPhy) including depth dependency. The list of output files
    is  extended with coccolithophores related variables.
    ogurses committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7148caa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 23, 2024

  1. fixed bug in realization of residual heat flux

    sidorenko1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    51305ac View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. Add flushes to fesom

    Razvan Aguridan authored and raguridan committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1b60fe6 View commit details
    Browse the repository at this point in the history
  2. Remove extra flag

    raguridan committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b23b594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69968c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #592 from raguridan/updates_2.5.0.4_de

    Updates 2.5.0.4 de
    trackow authored May 28, 2024
    Configuration menu
    Copy the full SHA
    d85a386 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. feat(recom): Add ballasting, OmegaC dependent calcite dissolution,

    CO2 dependence of photosynthesis rate, the formation and
    dissolution of CaCO3 by coccolithophores and oxygen dependency
    of organic matter remineralisation.
    
    Use namelist.recom to activate ballasting, CO2lim, OmegaC_diss
    and O2dep_remin. Carbonate chemistry is computed at every tracer
    point.
    
    Sinking velocity of particle (fast and slow) is scaled by particle density and/or
    water viscosity (optional). Ocean carbonate chemistry is calculated
    in/below the euphoric zone weekly/monthly using  MOCSY2.0
    routines. The output variables are used to compute
    OmegaC dependent calcite dissolution (before depth dependent) and
    CO2 dependence on the photosynthesis rate of phytoplankton groups.
    Organic matter remineralisation rate is not only depend on temperature
    but also O2 concentration. Namelist.recom in config/bin_3p3z2d folder
    is updated.
    ogurses committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d5f9f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4232da8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. after long discussions with Dmitry Sein, Sergey Danilov & Sveta here …

    …is the improved sea ice thermodynamics for coupling with IFS/OpenIFS
    sidorenko1 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e7ee547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640645c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e8e01 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #595 from raguridan/fix/circular-dependency

    Fix circular module dependency
    trackow authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7aded4d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    156b2ee View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    Argument mismatch allowed on GNU Compiler on Ubuntu
    pgierz authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dc4d463 View commit details
    Browse the repository at this point in the history
  3. Remove PARMS solver

    This removes the most obvious traces and builds, no real test run done yet
    Sebastian Beyer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    92e94fb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #571 from FESOM/production_DE

    Production de merge into refactoring
    patrickscholz authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7849ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c507c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86df473 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #354 from FESOM/refactoring_better_metadata

    Refactoring better metadata
    JanStreffing authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c4cedb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b01be5b View commit details
    Browse the repository at this point in the history
  2. solve conflict

    patrickscholz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    596c71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6769f4 View commit details
    Browse the repository at this point in the history
  4. name not path

    JanStreffing committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    986c0e6 View commit details
    Browse the repository at this point in the history
  5. typo

    JanStreffing committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5aca76d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #598 from FESOM/refactoring_default_paths

    change some paths, remove ollie and mistral as HPCs are long gone
    JanStreffing authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5db791b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63fb9f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f829f07 View commit details
    Browse the repository at this point in the history
  9. update gitignore

    JanStreffing committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    11db3a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5263f9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    837a775 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35aa899 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcd2925 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #599 from FESOM/refactoring_bugfix_iomean

     stream for the forcing output bundle was defined twice
    JanStreffing authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    17168c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    586d022 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #602 from raguridan/fix/cray-compilation-issues

    Fix FESOM compilation on Cray compilers
    JanStreffing authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f8bf022 View commit details
    Browse the repository at this point in the history
  3. fix landice fw bug

    ackerlar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    05bd3d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #603 from FESOM/fix/landice_fw_bug

    fix landice fw bug
    JanStreffing authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c1e17a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    88b9642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c96d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #604 from FESOM/fix/allocation_bug

    fix missing/miss placed allocation
    ackerlar authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6bf98ba View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    a13bc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae733f0 View commit details
    Browse the repository at this point in the history
  3. rebase and remove old commits

    pgierz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a7d8caa View commit details
    Browse the repository at this point in the history
  4. builds on levante

    pgierz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    262b9b5 View commit details
    Browse the repository at this point in the history
  5. enables traceback on errors

    pgierz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d1ff2e6 View commit details
    Browse the repository at this point in the history
  6. enables backtrace

    pgierz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1c74c7f View commit details
    Browse the repository at this point in the history
  7. enables backtrace 2

    pgierz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b48a653 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'refactoring' into refactoring_qres

    Dmitri Sidorenko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7eafa24 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. setting default for tracers/AB_order = 2 in oce_setup_step.F90

    Hey folks! I've reworked AB_tracer. Now it initializes by default, so even if you forget to set it in the namelist, it won't run wild with random values. We've identified the chaos monster!
    dsidoren authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c4a89ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #608 from FESOM/dsidoren-patch-1

    setting default for tracers/AB_order = 2 in oce_setup_step.F90
    JanStreffing authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7028049 View commit details
    Browse the repository at this point in the history
  3. drop an error message if AB_order for tracers is ridiculous

    Dmitri Sidorenko committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    904860c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/FESOM/fesom2

    Dmitri Sidorenko committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3e08c5a View commit details
    Browse the repository at this point in the history
  5. drop an error message for ridiculous values for AB_order in oce_trace…

    …r_mod.F90
    
    drop an error message for ridiculous values for AB_order in oce_tracer_mod.F90
    dsidoren authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bfb192c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refactoring_qres'

    Dmitri Sidorenko committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b83cfe2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #609 from FESOM/dsidoren-patch-1

    drop an error message for ridiculous values for AB_order in oce_trace…
    JanStreffing authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e32ce80 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update README.md

    remove duplicate info
    JanStreffing authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8c6b15a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge branch 'main' of https://github.com/FESOM/fesom2

    Dmitri Sidorenko committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8e7e1a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Redo ozgures leapyear problem: (ii) make choice of calendar settings …

    …not dependent on include_fleapyear flag, make it only dependent on the calendar choice of the forcing files. That means we could run JRA55 forcing with gregorian calendar but without the leapyears, (ii) make sure that when include_fleapyear=.false. but the forcing contains fleapyear, that the 29 Feb is realy skipped also in the temporal interpolation cache
    patrickscholz committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fb06ccb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. clean up a bit after ickecked that the results resume the same when c…

    …ompared to a clean refactoring branch
    patrickscholz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    43f67b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd50131 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #613 from FESOM/refactoring_improve4ogurses_calend…

    …ar_new
    
    Refactoring improve4ogurses calendar new
    JanStreffing authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    eecc017 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix ib fw flux

    ackerlar committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ac44b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0053c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e98f4bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #614 from FESOM/fix/ib_fw_flux

    Fix/ib fw flux
    ackerlar authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7b801dc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Added export command in env.sh to recitify 'Not found blas' for cpu c…

    …ompilation
    seshadri levante committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    626a371 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    16b29db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ad762 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b0bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc3309 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #597 from FESOM/remove_PARMS

    Remove PARMS solver
    JanStreffing authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f59e8c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af42b8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eab17b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #377 from FESOM/refactoring_bugfix_ice_cutoff

     make sure when we cutoff a_ice=0.0 that we also cutoff m_ice and m_snow
    koldunovn authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d6cbab8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    195ae8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e80ee9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad5ed1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3885df3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80a7660 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #610 from FESOM/JanStreffing-patch-1

    Update README.md
    JanStreffing authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b5e42d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8279f49 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #575 from FESOM/refactoring_bugfix_hnode_in_Trz_an…

    …d_difveR_which_tr_in_Trxy
    
    Refactoring bugfix: fix three small bugs in the tracer part
    JanStreffing authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    077431a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    06b805b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47c57a9 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #86 from FESOM/ice_fct_screening

    Ice fct screening
    JanStreffing authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a333397 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d169703 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    ae0e3bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7055cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #616 from FESOM/mbutzin_patch_transit

    Bugfix: Reintroduce the calculation of auxiliary latitude variables for transient tracer…
    JanStreffing authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5c8b780 View commit details
    Browse the repository at this point in the history
  4. Remove checkout refactoring from getting_started.rst

    Since main is now the default branch we need to update the documentation in that regard :)
    sebastianbeyer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    db84c17 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #618 from FESOM/sebastianbeyer-update_doc

    Remove checkout refactoring from getting_started.rst
    JanStreffing authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    00e54b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    11167b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e844fc0 View commit details
    Browse the repository at this point in the history
  3. Update io_meandata.F90

    JanStreffing authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4b41980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d5a3f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d322f21 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #497 from FESOM/refactoring_addsshsubcycl

    Draft: Refactoring addsshsubcycl
    JanStreffing authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2a68b33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e835f5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f05cbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbb2512 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    986ad35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62d167c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49d914c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f0f60d View commit details
    Browse the repository at this point in the history
  2. playing around with OMP 2

    dsidoren authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    04ece32 View commit details
    Browse the repository at this point in the history
  3. playing around with OMP 3

    dsidoren authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e437467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581e1b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1d078e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #578 from FESOM/refactoring_addDVDsergeyandknut

    Add Discret Variance Decay (DVD) diagnostic of Knut and Sergey
    JanStreffing authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    191ef67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e47cf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eb1d7f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #619 from FESOM/updates_2.5.0.4_de

    get 2.5.0.6_de back into main
    JanStreffing authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0c5e307 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2489da2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3b4732 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. adjust pi test truth

    JanStreffing committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    46759d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #612 from FESOM/main_ifs_thermo

    Main ifs thermo
    JanStreffing authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4ee8400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a576e48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36ed15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8361cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65b5022 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6ba16b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #120 from FESOM/workbench_fixsrfstress

    Workbench fixsrfstress
    JanStreffing authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ccee202 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    a22e596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988f0c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57c93d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87687a9 View commit details
    Browse the repository at this point in the history
  5. Update io_meandata.F90

    patrickscholz authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8adfce8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a633830 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd1a079 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24c9909 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #600 from FESOM/refactoring_gitignore

    Refactoring gitignore
    patrickscholz authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b9fe855 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fdbaaa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bb651f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #583 from FESOM/refac_recom

    RECOM into refactoring
    patrickscholz authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    11eeb70 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update namelist.io

    JanStreffing authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    82d3639 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #622 from FESOM/compression_by_default

    Turn on netcdf compression by default
    JanStreffing authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f7dcdfb View commit details
    Browse the repository at this point in the history
  3. Update gen_surface_forcing.F90

    comment debug messages
    patrickscholz authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    95d0df6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #623 from FESOM/patrickscholz-patch-1

    Update gen_surface_forcing.F90
    JanStreffing authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eb8f8e5 View commit details
    Browse the repository at this point in the history
  5. include DVD from surface boundary condition and short wave penetratio…

    …n into Sergeys DVD diagnostic, so that the total DVD between Sergeys and Knuts diagnostic becomes better comparable, adds another splitable subcomponent to Sergeys DVD
    patrickscholz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    74c5680 View commit details
    Browse the repository at this point in the history
  6. combine if condition

    patrickscholz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    405af58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35e2060 View commit details
    Browse the repository at this point in the history
  8. add diagnostic to compute squared velocities for (u,v,w) , to compute…

    … variances and add diagnostic to compute online tracer gradients horizontally and vertically
    patrickscholz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6592c46 View commit details
    Browse the repository at this point in the history
  9. solve conflicts

    patrickscholz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    93a96e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    2921aa5 View commit details
    Browse the repository at this point in the history
  2. improve work/job_albedo_chain file, save file_chain_id in results fol…

    …der instead of work folder
    patrickscholz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3d9ebb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d8fc39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1223d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #624 from FESOM/refactoring_addDVDsergeyandknut_02

    Refactoring add dv dsergeyandknut 02
    patrickscholz authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    59f9b2b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. update mpif.h to use mpi

    Sebastian Beyer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0e5bfdc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Merge pull request #627 from FESOM/update_mpi

    update mpif.h to use mpi
    JanStreffing authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a560e74 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into refactoring_blas_bug_fix

    seshadri levante committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e5c1c79 View commit details
    Browse the repository at this point in the history
  3. Removed the unnecessary exports in shell.gnu and shell.intel

    seshadri levante committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5d4473d View commit details
    Browse the repository at this point in the history
  4. Update env.sh

    Co-authored-by: Miguel <[email protected]>
    basava70 and mandresm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    59b3f64 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #615 from FESOM/refactoring_blas_bug_fix

    Fixed "refactoring" is not compiling on Levante (in CPU).
    JanStreffing authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e900ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. delete unused files

    Sebastian Beyer authored and sebastianbeyer committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d1ba3f2 View commit details
    Browse the repository at this point in the history
  2. remove old files

    pgierz authored and sebastianbeyer committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    44ec629 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ca9b39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec878cb View commit details
    Browse the repository at this point in the history
  3. avoid unneccesary loop

    ackerlar committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c8f287a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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

Commits on Oct 7, 2024

  1. fix segfault

    ackerlar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bfee944 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/ib_flx_cpling' of https://github.com/FESOM/fesom2 i…

    …nto fix/ib_flx_cpling
    ackerlar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6a61693 View commit details
    Browse the repository at this point in the history
  3. try to make icepack to compile. Try to preliminary fix the icepack r…

    …estart. This still needs to be checked
    patrickscholz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aff740d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a66454e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. bug fix: use_cavity_fw2press does not work

    Pengyang Song committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    97d2441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf43fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #633 from FESOM/refactoring_bugfix_cavity

    bug fix: use_cavity_fw2press does not work
    patrickscholz authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fe4330e View commit details
    Browse the repository at this point in the history
  4. Revert "update mpif.h to use mpi"

    This reverts commit 0e5bfdc.
    JanStreffing committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a5d6ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #634 from FESOM/revert_update_mpi

    Revert "update mpif.h to use mpi"
    JanStreffing authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    531fcec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b26d7bd View commit details
    Browse the repository at this point in the history
  7. fix segfault, really...

    ackerlar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f6e04d6 View commit details
    Browse the repository at this point in the history
  8. update mpif.h to use mpi

    Sebastian Beyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d3aca8b View commit details
    Browse the repository at this point in the history
  9. add use mpi to cpl_driver

    Sebastian Beyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ed87d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. small fix

    ackerlar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7445768 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #628 from FESOM/fix/ib_flx_cpling

    Iceberg 3D heat flux, fix cell saturation
    JanStreffing authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    35974e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3252603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da877f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e62e2c2 View commit details
    Browse the repository at this point in the history
  6. add icepack bugfix from ancient debugging round in 2021, Problem in …

    …moment Volume is not conserved
    patrickscholz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2d0b474 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    9be15d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #635 from FESOM/update_mpi_again

    Update mpi again
    JanStreffing authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5d1f98a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edabc9f View commit details
    Browse the repository at this point in the history
  4. make last changes so that icepack is fully volume conserving under z…

    …star, there are also two changes in icepack itself
    patrickscholz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    15a2ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. add openmp loop in ice_oce_:coupling.F90, delete uneccessary comment …

    …in ../src/icepack_drivers/icedrv_transfer.F90
    patrickscholz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2efe5b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. fix silly misstake...

    ackerlar committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    fcf69bb View commit details
    Browse the repository at this point in the history
  2. write out 3D icb heat flux

    ackerlar committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b5cef00 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #636 from FESOM/fix/ibhf_vertical_mean

    Fix/ibhf vertical mean
    JanStreffing authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e9a4586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd374e7 View commit details
    Browse the repository at this point in the history
  3. add some comments

    patrickscholz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bfea5f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    6951b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de84cd View commit details
    Browse the repository at this point in the history
  3. reduce number of def_nod_var subroutines, make ncat index an optional…

    … parameter for def_node_var_3d
    patrickscholz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dbb76f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix the icepack netcdf restart, add additional restart variables, now…

    … also the restart is volume conserving. Also only write eiter .ice. or .icepack. restart files
    patrickscholz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4a5d97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d344d9 View commit details
    Browse the repository at this point in the history
  3. fix minor issue

    patrickscholz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5801e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb6e281 View commit details
    Browse the repository at this point in the history
  5. change default ICEPACK branch in download_icepack.sh from icepack_fes…

    …om2 into icepack_fesom2_bugfix
    patrickscholz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d9a4ae5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. solve icb related segfault

    ackerlar committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f65da84 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #638 from FESOM/fix/icb_segfault

    solve icb related segfault
    ackerlar authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7f374ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203a3f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #637 from FESOM/workbench_mainf26_icepack

    Workbench mainf26 icepack
    JanStreffing authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    367d333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804c3b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #630 from FESOM/clean_up_repo

    delete unused files
    JanStreffing authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0047a67 View commit details
    Browse the repository at this point in the history
  6. fix MPI_ABORT in oifs context after change to use mpi

    Sebastian Beyer committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9897294 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #640 from FESOM/fix/partitioner_oifs_mpi

    fix MPI_ABORT in oifs context after change to 'use mpi'
    JanStreffing authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3b9c8ed View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. add icebergs namelist section to namelist.config.toy_soufflet, other…

    …wise the channel configuration runs into EOF file reading problems, searching for the icebergs section
    patrickscholz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    55f1b77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #641 from FESOM/workbench_fixchannel

     change namelist.config.toy_soufflet
    JanStreffing authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93aebcb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    9c16aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3087528 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge pull request #645 from FESOM/fix/ibhf_ocea_ale_tra

    Fix/ibhf ocea ale tra
    JanStreffing authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8231e55 View commit details
    Browse the repository at this point in the history