Skip to content

Small changes to ensure that valid surface temperature and moisture data are used for the coupled SHiELD #429

Small changes to ensure that valid surface temperature and moisture data are used for the coupled SHiELD

Small changes to ensure that valid surface temperature and moisture data are used for the coupled SHiELD #429

Workflow file for this run

name: FMScoupler build test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
env:
CC: mpicc
FC: mpif90
CPPFLAGS: '-I/usr/include -Duse_LARGEFILE -DMAXFIELDMETHODS_=500'
FCFLAGS: '-fcray-pointer -fdefault-double-8 -fdefault-real-8 -Waliasing -ffree-line-length-none -fno-range-check'
LDFLAGS: '-L/usr/lib'
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run build test
run: t/null_model_build.sh