Skip to content

NOAA-EMC/GDASApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

417ed5e · Jan 22, 2025
Dec 17, 2024
Jan 18, 2025
Jan 13, 2025
Nov 13, 2024
Jan 10, 2025
Jan 22, 2025
Dec 26, 2024
Nov 15, 2024
Jan 21, 2025
Jan 10, 2025
Jan 10, 2025
Jan 22, 2025
Jan 18, 2025
Jan 18, 2025
Mar 17, 2022
Jun 10, 2024
Mar 16, 2022
Jun 17, 2024
Nov 6, 2024

Repository files navigation

GDASApp

Global Data Assimilation System Application

The one app to rule them all

Notes to developers

1 - As a developer, you will have to build the GDASApp againt the dev/gdasapp branch of the global-workflow

git clone --recursive --jobs 8 --branch dev/gdasapp https://github.com/NOAA-EMC/global-workflow.git

2 - For the most part (boundaries of that terminology is stil TBD), changes to the global-workflow related to the GDASApp developement will be issued in the dev/gdasapp branch.

3 - If your feature development involves changes to the global-workflow and the GDASApp, you will have to issue a PR in each repository. The GDASApp PR will have to have the same name in order for the GDASApp CI to build and run the correct branches.

4 - If your work is contained within the global-workflow only, you will have to submit a dummy PR in the GDASApp with the same branch name. To submit a dummy PR, just create a branch with an empty commit:

git commit --allow-empty -m "Dummy commit to trigger PR"

Orion Hera

Unit Tests on GitHub CI Coding Norms