ufs-community / land-DA_workflow

Creative Commons Zero v1.0 Universal
3 stars 9 forks source link

Update hash of ufs weather model #146

Closed chan-hoo closed 1 month ago

chan-hoo commented 1 month ago

Description

To run a new ctest script:

cd sorc/test
./run_ctest_platform.sh

Anticipated changes to regression tests:

Subcomponents involved:

Linked PR's and Issues:

Resolves Issue #145

Testing (for CM's):

chan-hoo commented 1 month ago
+ ctest
Test project /work/noaa/epic/chjeon/landda_test/land-DA_workflow/sorc/build
    Start 1: test_create_ens
1/4 Test #1: test_create_ens ..................   Passed    2.47 sec
    Start 2: test_letkfoi_snowda
2/4 Test #2: test_letkfoi_snowda ..............   Passed    4.80 sec
    Start 3: test_apply_jediincr
3/4 Test #3: test_apply_jediincr ..............   Passed    2.43 sec
    Start 4: test_ufs_datm_land
4/4 Test #4: test_ufs_datm_land ...............   Passed   59.31 sec

100% tests passed, 0 tests failed out of 4

Total Test time (real) =  69.02 sec
jkbk2004 commented 1 month ago

@chan-hoo can you test with limited resource in ufs.configure as we have develop? It's good to see fast run with more PEs. But I think limited resource option is still good to maintain others: container, run on clouds, etc.

chan-hoo commented 1 month ago

On Hera:

Test project /scratch2/NAGAPE/epic/Chan-hoo.Jeon/landda_test/land-DA_workflow/sorc/build
    Start 1: test_create_ens
1/4 Test #1: test_create_ens ..................   Passed    4.61 sec
    Start 2: test_letkfoi_snowda
2/4 Test #2: test_letkfoi_snowda ..............   Passed   16.43 sec
    Start 3: test_apply_jediincr
3/4 Test #3: test_apply_jediincr ..............   Passed    1.70 sec
    Start 4: test_ufs_datm_land
4/4 Test #4: test_ufs_datm_land ...............   Passed   42.74 sec

100% tests passed, 0 tests failed out of 4

Total Test time (real) =  65.49 sec
chan-hoo commented 1 month ago

On Orion:

Test project /work/noaa/epic/chjeon/landda_test/land-DA_workflow/sorc/build
    Start 1: test_create_ens
1/4 Test #1: test_create_ens ..................   Passed   10.80 sec
    Start 2: test_letkfoi_snowda
2/4 Test #2: test_letkfoi_snowda ..............   Passed   31.44 sec
    Start 3: test_apply_jediincr
3/4 Test #3: test_apply_jediincr ..............   Passed    2.49 sec
    Start 4: test_ufs_datm_land
4/4 Test #4: test_ufs_datm_land ...............   Passed   70.28 sec

100% tests passed, 0 tests failed out of 4

Total Test time (real) = 115.11 sec
chan-hoo commented 1 month ago

On Hercules:

Test project /work/noaa/epic/chjeon/landda_test_hercules/land-DA_workflow/sorc/build
    Start 1: test_create_ens
1/4 Test #1: test_create_ens ..................   Passed   55.87 sec
    Start 2: test_letkfoi_snowda
2/4 Test #2: test_letkfoi_snowda ..............   Passed  280.26 sec
    Start 3: test_apply_jediincr
3/4 Test #3: test_apply_jediincr ..............   Passed    2.50 sec
    Start 4: test_ufs_datm_land
4/4 Test #4: test_ufs_datm_land ...............   Passed   69.36 sec
chan-hoo commented 1 month ago

@jkbk2004, plz review this PR again.