version_variable.h
1! This file is part of MOM6, the Modular Ocean Model version 6.
2! See the LICENSE file for licensing information.
3! SPDX-License-Identifier: Apache-2.0
4
5#ifdef _FILE_VERSION
6 character(len=*), parameter :: version = _FILE_VERSION
7#else
8 character(len=*), parameter :: version = 'unknown'
9#endif