# soca **Repository Path**: weatherwise/soca ## Basic Information - **Project Name**: soca - **Description**: Fork from github - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-11 - **Last Updated**: 2026-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JEDI encapsulation of MOM6 (C) Copyright 2017-2024 UCAR. This software is licensed under the terms of the Apache Licence Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. ## Building For more details about JEDI, including installation see: https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/ 1. If building the MOM6 SOCA component: unlike other JEDI projects, this project contains its own bundle, it can be built as follows ``` git clone https://github.com/JCSDA/soca.git mkdir -p soca_build cd soca_build ecbuild ../soca/bundle cd soca make -j 4 ``` To generate doxygen documentation for the Fortran parts of the code, use the `-DENABLE_SOCA_DOC=ON` flag when running `ecbuild`. Documentation will be generated in the `soca/docs/html` path of the build directory. See the [JEDI Documentation](https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/) for additional details on how to setup, build, and test JEDI projects.