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

Add cycled-run capability #101

Merged
merged 19 commits into from
May 20, 2024
Merged

Conversation

chan-hoo
Copy link
Collaborator

@chan-hoo chan-hoo commented May 19, 2024

Description

  • Adds the cycled-run capability.
  • Re-organizes the tasks for cycled runs.
  • Makes each task run in its own working directory.

Anticipated changes to regression tests:

  • Is baseline change expected ?

Subcomponents involved:

  • apply_incr.fd (NOAA-PSL/land-apply_jedi_incr)
  • ufsLand.fd (NOAA-EPIC/ufs-land-driver-emc-dev)
  • ufs_model.fd (ufs-community/ufs-weather-model)
  • vector2tile_converter.fd (NOAA-PSL/land-vector2tile)
  • none

Linked PR's and Issues:

Testing (for CM's):

  • RDHPCS
    • Hera
    • Orion
    • Jet
    • Gaea
    • Cheyenne
  • CI
    • Completed
  • PW-Clouds
    • AWS
    • AZURE
    • GCP

@chan-hoo
Copy link
Collaborator Author

    Start 1: test_vector2tile
1/7 Test #1: test_vector2tile .................   Passed    5.35 sec
    Start 2: test_create_ens
2/7 Test #2: test_create_ens ..................   Passed    3.41 sec
    Start 3: test_letkfoi_snowda
3/7 Test #3: test_letkfoi_snowda ..............   Passed   36.37 sec
    Start 4: test_apply_jediincr
4/7 Test #4: test_apply_jediincr ..............   Passed    5.94 sec
    Start 5: test_tile2vector
5/7 Test #5: test_tile2vector .................   Passed   25.31 sec
    Start 6: test_land_driver
6/7 Test #6: test_land_driver .................   Passed   13.17 sec
    Start 7: test_ufs_datm_land
7/7 Test #7: test_ufs_datm_land ...............   Passed  530.55 sec

100% tests passed, 0 tests failed out of 7

Total Test time (real) = 620.27 sec

@chan-hoo
Copy link
Collaborator Author

    Start 1: test_vector2tile
1/7 Test #1: test_vector2tile .................   Passed   11.75 sec
    Start 2: test_create_ens
2/7 Test #2: test_create_ens ..................   Passed   12.18 sec
    Start 3: test_letkfoi_snowda
3/7 Test #3: test_letkfoi_snowda ..............   Passed   66.48 sec
    Start 4: test_apply_jediincr
4/7 Test #4: test_apply_jediincr ..............   Passed    4.39 sec
    Start 5: test_tile2vector
5/7 Test #5: test_tile2vector .................   Passed   14.58 sec
    Start 6: test_land_driver
6/7 Test #6: test_land_driver .................   Passed    9.18 sec
    Start 7: test_ufs_datm_land
7/7 Test #7: test_ufs_datm_land ...............   Passed  515.76 sec

100% tests passed, 0 tests failed out of 7

Total Test time (real) = 634.47 sec

jkbk2004
jkbk2004 previously approved these changes May 20, 2024
@chan-hoo chan-hoo merged commit b0f0853 into ufs-community:develop May 20, 2024
2 checks passed
@chan-hoo chan-hoo deleted the feature/cycle branch May 22, 2024 20:31
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

Successfully merging this pull request may close these issues.

Each task should run in DATA directory Rocoto yaml needs to be updated for cycled runs
2 participants