Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move existing UFSDA scripts to GDASApp #13

Closed
CoryMartin-NOAA opened this issue Mar 23, 2022 · 3 comments
Closed

Move existing UFSDA scripts to GDASApp #13

CoryMartin-NOAA opened this issue Mar 23, 2022 · 3 comments
Assignees

Comments

@CoryMartin-NOAA
Copy link
Contributor

Both j-jobs/exscripts for atm analysis but also python ush scripts.

@CoryMartin-NOAA CoryMartin-NOAA self-assigned this Mar 23, 2022
@CoryMartin-NOAA
Copy link
Contributor Author

Copied everything in feature/ufsda_files, still need to clean it up and add everything to cmake. @aerorahul any special way to handle j-jobs and ex-scripts in the cmake build? Would they just copy to build(install)/jobs and build(install)/scripts?

@aerorahul
Copy link
Contributor

Copied everything in feature/ufsda_files, still need to clean it up and add everything to cmake. @aerorahul any special way to handle j-jobs and ex-scripts in the cmake build? Would they just copy to build(install)/jobs and build(install)/scripts?

See the CMakeLists.txt in obsproc here
make install would then copy the relevant files to the INSTALL_PREFIX/jobs directory.

@CoryMartin-NOAA
Copy link
Contributor Author

Closed through #19 but still needs cleaned up and updated for this new app

guillaumevernieres added a commit that referenced this issue May 28, 2024
**What was done:**
- reorganization/code tidy to facilitate the addition of a GFSv17
prototype ctest
- exclude the new ctest by default, the user will have to run ```cmake
-DRUNGWCI=ON .``` on an old build to configure the new ctest

He're the current list:

```
 Test project /scratch1/NCEPDEV/stmp2/Guillaume.Vernieres/runs/prs/global-workflow/sorc/gdas.cd/build/gdas/test/gw-ci
  Test  #1: WCDA-3DVAR-C48mx500
  Test  #2: WCDA-3DVAR-C48mx500_gdasfcst_202103241200
  Test  #3: WCDA-3DVAR-C48mx500_gdasprepoceanobs_202103241800
  Test  #4: WCDA-3DVAR-C48mx500_gdasocnanalprep_202103241800
  Test  #5: WCDA-3DVAR-C48mx500_gdasocnanalbmat_202103241800
  Test  #6: WCDA-3DVAR-C48mx500_gdasocnanalrun_202103241800
  Test  #7: WCDA-3DVAR-C48mx500_gdasocnanalchkpt_202103241800
  Test  #8: WCDA-3DVAR-C48mx500_gdasocnanalpost_202103241800
  Test  #9: Aero-Snow-3DVAR-C96
  Test #10: Aero-Snow-3DVAR-C96_gdasfcst_202112201200
  Test #11: Atm-hyb-C96C48
  Test #12: Atm-hyb-C96C48_gdasfcst_202402231800
  Test #13: GFSv17-3DVAR-C384mx025
  Test #14: GFSv17-3DVAR-C384mx025_gdasfcst_202106300000
  Test #15: GFSv17-3DVAR-C384mx025_gdasprepoceanobs_202106300600
  Test #16: GFSv17-3DVAR-C384mx025_gdasocnanalprep_202106300600
  Test #17: GFSv17-3DVAR-C384mx025_gdasocnanalbmat_202106300600
  Test #18: GFSv17-3DVAR-C384mx025_gdasocnanalrun_202106300600
  Test #19: GFSv17-3DVAR-C384mx025_gdasocnanalchkpt_202106300600
  Test #20: GFSv17-3DVAR-C384mx025_gdasocnanalpost_202106300600
  Test #21: GFSv17-3DVAR-C384mx025_gdasocnanalvrfy_202106300600
  Test #22: GFSv17-3DVAR-C384mx025_gdasprep_202106300600
  Test #23: GFSv17-3DVAR-C384mx025_gdasanal_202106300600

Total Tests: 23
```

---------

Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants