Revision 7680d5700027790da23a49619343d59e0b92dd3d authored by Gautam Bisht on 16 November 2023, 19:29:27 UTC, committed by Gautam Bisht on 16 November 2023, 19:29:27 UTC
Adding the initialization of a variable used in MOSART-heat; otherwise, the main-channel temperature
will be overestimated. The change made only affects stream temperature, nothing else.

Fixes #5941
[BFB]
2 parent s a3a53ba + d816847
Raw File
config.yml
version: 2.1
jobs:
  build:
    machine:
      image: ubuntu-2004:202010-01
    steps:
      - checkout
      - run: bash .circleci/setup.sh
      - run: bash .circleci/checkout.sh
      - run: bash .circleci/container.sh
      - run:
          command: singularity exec --hostname singularity e3sm.sif .circleci/run.sh
          no_output_timeout: 60m
back to top