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

Add freshwater tracers #108

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. update RCEMIP zenith angle

    whannah1 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b5d1e12 View commit details
    Browse the repository at this point in the history
  2. update RCE use case comment

    whannah1 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b33fa7d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add RCEMIP2 compsets

    whannah1 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f3278f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63cbca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3803486 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. update docn_comp_mod.F90

    whannah1 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    53b636a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57fee69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de8738 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. data land for moab driver

    use existing lnd_domain attribute in infodata
    we do not differentiate on coupler side if data land or not
    still need to send the proper land domain file
    iulian787 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c182a6 View commit details
    Browse the repository at this point in the history
  2. domain file or land data case

    domain file is actually set, in shr_strdata_type%domainFile
    all the other data models use the first stream file for domain
    information
    
    land is the one that actually has that member set in the SDLND
    structure
    
    it is easier to get it from there, then from stream
    the domain file in regular land case is defined by fatmlndfrac file
    iulian787 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2ad116b View commit details
    Browse the repository at this point in the history
  3. apply weights is not used anymore in fractions

    iMOAB_ApplyScalarProjectionWeights is not used
    anymore
    all maps are done now with seq_map method, and there is only
    one instance of iMOAB_ApplyScalarProjectionWeights in E3SM
    using moab driver
    iulian787 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9f0a28c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. initialize factors in area correction computations to 1.0

    only intel on chrysalis complained about it
    It could be a cause for trouble later on
    iulian787 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ffb3b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c991790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1379db5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7320a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    952a67c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0200065 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a43946 View commit details
    Browse the repository at this point in the history
  7. HOMME: minor GPTL timing related mods

    * Disable timing in prim_main for the first two teps
    * Add some timers in EulerStepFunctor
    oksanaguba authored and bartgol committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    132b3a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Hommexx: Isolate int-bool workaround to just the C++-F90 interface code.

    Also fix preqx's use of use_moisture. Remove MOIST-DRY enum to avoid confusion,
    since it's no longer used.
    ambrad committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    30b9f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. big flow error

    compute rof lnd interaction only if rof_c2_lnd is true
    we were computing an unnecessary map always
    even if rof_c2_lnd is false
    (for most coupled cases it is true)
    iulian787 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f38fe0e View commit details
    Browse the repository at this point in the history
  2. MPI group needs to be retrieved before use

    in case rof c2 lnd, we were not retrieving the the MPI group
    needed for comm graph computation, for same grid path
    we were retrieving it for intx only
    how come we never had samegrid land rof before ?
    iulian787 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1892887 View commit details
    Browse the repository at this point in the history
  3. reviews from Vijay

    iulian787 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e4b86b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. switch linker back to F

    oksanaguba committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f30afb2 View commit details
    Browse the repository at this point in the history
  2. more reviews

    iulian787 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a4c907f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Allow interpinic to accept any netCDF filetype for output. Print warn…

    …ing and continue (instead of failing) when input has month dimension and output does not.
    czender committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2c103c0 View commit details
    Browse the repository at this point in the history
  2. Place hexadecimal parameters within int() intrinsic in NaN module for…

    … modern compilers (per Xylar)
    czender committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4d1c5ea View commit details
    Browse the repository at this point in the history
  3. add newline at end of file

    whannah1 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    25fcf92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7aeca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece56d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6a6415a View commit details
    Browse the repository at this point in the history
  2. switch to 16,8 pair

    oksanaguba committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    30ffb16 View commit details
    Browse the repository at this point in the history
  3. adjust aurora flags

    oksanaguba committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    112fe79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcac3c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    66edb4d View commit details
    Browse the repository at this point in the history
  2. Update cam_diagnostics.F90

    whannah1 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    09e4ea5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'whannah/atm/rcemip-phase-2-update' (PR E3SM-Project#6616)

    This adds compsets and new output variables to facilitate the E3SM and E3SM-MMF
    contributions to phase 1 & 2 of the radiative-convective equilibrium model inter-comparison project (RCEMIP).
    
    NOTE: in the original RCE compsets there was a slight error in the value of constant_zenith_deg being off by 1/100. This difference is inconsequential, but I wanted to fix it here to ensure consistency with the other RCEMIP models.
    
    [non-BFB] - only for RCE cases because of updated constant_zenith_deg value
    rljacob authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cdb4ce6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'mahf708/ig/eamxx-prod-testing' into master (PR E3SM-Pro…

    …ject#6621)
    
    harden eamxx/prod testmod
    
    makes the ERS eamxx/prod test compare outputs in all files, requiring pulling a bugfix from the scream repo.
    
    [BFB]
    jgfouca committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    efe4269 View commit details
    Browse the repository at this point in the history
  5. Updates lc machines

    Signed-off-by: Jason Boutte <[email protected]>
    jasonb5 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    227f736 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Merge bartgol/homme/sycl' (PR E3SM-Project#6594)

    Changes needed for spot/aurora: sycl kokkos spaces,
    temporary TP changes (TP init will be sorted out later),
    switch booleans to ints in F<-->xx interfaces.
    
    see E3SM-Project#6569 for the original branch/history.
    
    [bfb]
    oksanaguba committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ac05a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Merge branch 'iulian787/data_land_moab' (PR E3SM-Project#6567)

    Add data land capability for moab driver;
    case tested: --res r05_r05 --compset RMOSGPCC
    standard data moab model, mainly adapt from data ocean implementation
    
    major change: Initialize all factors set by MOAB area correction init routine to 1.0. It affects all models,
    but it seems that some values were not initialized for data land case.
    On chrysalis, with intel compiler, it actually complained about non initialized values when applying correction factors.
    
    The compressing file errors seen during development were caused by non-ascii characters in the log files.
    Those were caused by an uninitialized mapper, for which we were still creating a MOAB map. It was never used,
    it is fixed properly now, the moab map is not computed anymore.
    
    [BFB]
    rljacob authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4a44b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge branch 'jonbob/mali/fix-globalstats-list' (PR E3SM-Project#6627)

    MALI update to fix issues from earlier PR causing sporadic test failures
    
    Including a variable that was deactivated in the globalStats stream
    caused sporadic failures during the second run of some ERS tests on
    several platform/compiler combinations. That variable is now only
    included when MALI is using Albany. Also updates a namelist default
    that had been missed but does not change answers.
    
    Fixes E3SM-Project#6600
    
    [NML] for configurations with MALI
    [BFB]
    jonbob committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    39d5295 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jasonb5/machinefiles/updates-lc-machines-modules' (PR E…

    …3SM-Project#6633)
    
    * Adds dane/ruby queue definitions
    * Updates dane/ruby cmake macros
    * Updates dane/ruby machine definition to use slurm and new modules
    * Removes lc_slurm
    jasonb5 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    83eaa7e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'czender/elm_mali/interpinic_netcdf_boz_fixes' (PR E3SM-…

    …Project#6614)
    
    This new feature allows `interpinic` to interpolate an ELM initial conditions file
    that require storage in `NC_FORMAT_64BIT_DATA` and other netCDF4 formats.
    
    [BFB] [Bugfix]
    bishtgautam committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3d4085f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506cd01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1247d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09e367e View commit details
    Browse the repository at this point in the history
  7. Change namelist bld files

    cbegeman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    51783c9 View commit details
    Browse the repository at this point in the history
  8. Update e3sm namelist files

    cbegeman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    41b46ff View commit details
    Browse the repository at this point in the history
  9. Fixup build-namelist

    cbegeman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc6c774 View commit details
    Browse the repository at this point in the history
  10. Fixup namelist defaults

    cbegeman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc95733 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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