Skip to content

Fix for ww3_ta1 regtest and ww3_from_ftp.sh version echo string#992

Merged
JessicaMeixner-NOAA merged 2 commits into
NOAA-EMC:developfrom
MatthewMasarik-NOAA:fix/ww3_ta1-2
Apr 25, 2023
Merged

Fix for ww3_ta1 regtest and ww3_from_ftp.sh version echo string#992
JessicaMeixner-NOAA merged 2 commits into
NOAA-EMC:developfrom
MatthewMasarik-NOAA:fix/ww3_ta1-2

Conversation

@MatthewMasarik-NOAA
Copy link
Copy Markdown
Contributor

Pull Request Summary

A fix for the ww3_ta1 result from matrix.comp, additionally a fix for ww3_from_ftp.sh output.

Description

Two small fixes:

Please also include the following information:

  • Add any suggestions for a reviewer
  • Mention any labels that should be added:
    • bug
  • Are answer changes expected from this PR?
    • No answers will change.

Issue(s) addressed

  • NA

Commit Message

Fix '0 files differ' and ww3_from_ftp.sh file version string

Check list

Testing

  • How were these changes tested?
    • By running the full matrix of regression tests for: intel/hera
      • vs. develop: to confirm answers are not changing
      • vs. itself: to confirm ww3_ta1 fix.
  • Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
    • No. These are changes to scripts (ww3_from_ftp.sh, and run_cmake_test) outside the F90 source.
  • Have the matrix regression tests been run (if yes, please note HPC and compiler)?
    • Yes. hera, intel.
  • Please indicate the expected changes in the regression test output, (Note the list of known non-identical tests.)
    • Only the known non-b4b, with the regtest ww3_ta1, no longer a non-identical.
  • Please provide the summary output of matrix.comp (matrix.Diff.txt, matrixCompFull.txt and matrixCompSummary.txt):

vs. develop

**********************************************************************                              
********************* non-identical cases ****************************                              
**********************************************************************                              
mww3_test_03/./work_PR1_MPI_e                     (1 files differ)                                  
mww3_test_03/./work_PR3_UQ_MPI_e_c                     (1 files differ)                             
mww3_test_03/./work_PR3_UNO_MPI_e                     (1 files differ)                              
mww3_test_03/./work_PR2_UNO_MPI_e                     (1 files differ)                              
mww3_test_03/./work_PR2_UNO_MPI_d2                     (12 files differ)                            
mww3_test_03/./work_PR1_MPI_d2                     (10 files differ)                                
mww3_test_03/./work_PR3_UNO_MPI_d2_c                     (15 files differ)                          
mww3_test_03/./work_PR3_UQ_MPI_d2_c                     (16 files differ)                           
mww3_test_03/./work_PR3_UNO_MPI_d2                     (17 files differ)                            
mww3_test_03/./work_PR2_UQ_MPI_d2                     (13 files differ)                             
mww3_test_03/./work_PR3_UQ_MPI_e                     (1 files differ)                               
mww3_test_03/./work_PR3_UQ_MPI_d2                     (15 files differ)                             
ww3_ta1/./work_UPD0F_U                     (0 files differ)                                         
ww3_tp2.10/./work_MPI_OMPH                     (7 files differ)                                     
ww3_tp2.16/./work_MPI_OMPH                     (4 files differ)                                     
ww3_ufs1.3/./work_a                     (3 files differ)                                            
                                                                                                    
**********************************************************************                              
************************ identical cases *****************************                              
**********************************************************************

dev.matrixCompSummary.txt
dev.matrixCompFull.txt
dev.matrixDiff.txt

vs. itself

**********************************************************************                              
********************* non-identical cases ****************************                              
**********************************************************************                              
mww3_test_03/./work_PR1_MPI_e                     (1 files differ)                                  
mww3_test_03/./work_PR3_UQ_MPI_e_c                     (1 files differ)                             
mww3_test_03/./work_PR3_UNO_MPI_e                     (1 files differ)                              
mww3_test_03/./work_PR2_UNO_MPI_e                     (1 files differ)                              
mww3_test_03/./work_PR2_UNO_MPI_d2                     (8 files differ)                             
mww3_test_03/./work_PR1_MPI_d2                     (8 files differ)                                 
mww3_test_03/./work_PR3_UNO_MPI_d2_c                     (13 files differ)                          
mww3_test_03/./work_PR3_UQ_MPI_d2_c                     (16 files differ)                           
mww3_test_03/./work_PR3_UNO_MPI_d2                     (12 files differ)                            
mww3_test_03/./work_PR2_UQ_MPI_d2                     (14 files differ)                             
mww3_test_03/./work_PR3_UQ_MPI_e                     (1 files differ)                               
mww3_test_03/./work_PR3_UQ_MPI_d2                     (16 files differ)                             
ww3_tp2.10/./work_MPI_OMPH                     (7 files differ)                                     
ww3_tp2.16/./work_MPI_OMPH                     (4 files differ)                                     
ww3_ufs1.3/./work_a                     (3 files differ)                                            
                                                                                                    
**********************************************************************                              
************************ identical cases *****************************                              
**********************************************************************

fix.matrixCompSummary.txt
fix.matrixCompFull.txt
fix.matrixDiff.txt

Copy link
Copy Markdown
Collaborator

@JessicaMeixner-NOAA JessicaMeixner-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got identical results to what @MatthewMasarik-NOAA has already posted. Thanks for finding and fixing this, Matt!

@JessicaMeixner-NOAA JessicaMeixner-NOAA merged commit e219907 into NOAA-EMC:develop Apr 25, 2023
MatthewMasarik-NOAA added a commit to MatthewMasarik-NOAA/WW3 that referenced this pull request Apr 26, 2023
* develop:
  Check if irqrs is associated before use in w3iorsmd.F90 (NOAA-EMC#1001)
  Fix 0 files differ and ww3_from_ftp.sh file version string (NOAA-EMC#992)
@MatthewMasarik-NOAA MatthewMasarik-NOAA deleted the fix/ww3_ta1-2 branch May 3, 2023 19:26
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.

2 participants