Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Now using -Ofast instead of -O3. Produces same results. #3

Now using -Ofast instead of -O3. Produces same results.

Now using -Ofast instead of -O3. Produces same results. #3

Workflow file for this run

name: Compile SOCRATES
on:
push:
branches: [main]
jobs:
install:
runs-on: ubuntu-latest
name: Install and build
steps:
- uses: actions/checkout@v4
- name: NetCDF
run: |
sudo apt update
sudo apt-get install libnetcdff-dev netcdf-bin gfortran gcc
- name: SOCRATES
run: |
export LD_LIBRARY_PATH=""
./configure
./build_code
source set_rad_env