Revision 8d267a66700c9f6cb99d18673364354b4e884b75 authored by Wuyin Lin on 12 April 2022, 21:23:01 UTC, committed by Wuyin Lin on 12 April 2022, 21:23:01 UTC
Revert changes to elm namelist_defaults for ne30pg2 and simyr1850

Revert the changes to fsurdat and flndtopo for ne30pg2 and 1850.
The changes were introduced by #4781.

[BFB] but NML diff when involving 1850 land on ne30pg2
2 parent s 48ff595 + 570bd47
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