From 12e765a54f05e286c9dbbb233f0709011d0bd24b Mon Sep 17 00:00:00 2001 From: Joe Stassi Date: Fri, 3 Jun 2022 14:55:49 -0400 Subject: [PATCH] Updated the fvsetupID in the *.input files to match the updated fvsetup script, so that the *.input files can be run using the runjob script. The codeID values were also updated, but these are not currently being used for anything. --- src/Applications/GEOSdas_App/testsuites/C180RPY.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C180T14RPY.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C360L181_replay.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C360L91_replay.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C48f.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C90C.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C90C_ens.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/C90C_replay.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/fpp.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/geos_it.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/prePP.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/x0046a.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/x0046aRPY.input | 4 ++-- src/Applications/GEOSdas_App/testsuites/x0046a_Summer.input | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/Applications/GEOSdas_App/testsuites/C180RPY.input b/src/Applications/GEOSdas_App/testsuites/C180RPY.input index 34f8f108..593a9bcf 100644 --- a/src/Applications/GEOSdas_App/testsuites/C180RPY.input +++ b/src/Applications/GEOSdas_App/testsuites/C180RPY.input @@ -2,9 +2,9 @@ # C180RPY.input #------------ -codeID: b3a880f +codeID: 523f29e description: C180RPY__GEOSadas-5_29_3__agrid_C180__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C180T14RPY.input b/src/Applications/GEOSdas_App/testsuites/C180T14RPY.input index 725a4117..fe8ce1ae 100644 --- a/src/Applications/GEOSdas_App/testsuites/C180T14RPY.input +++ b/src/Applications/GEOSdas_App/testsuites/C180T14RPY.input @@ -2,9 +2,9 @@ # C180T14RPY.input #------------ -codeID: b3a880f +codeID: 523f29e description: C180T14RPY__GEOSadas-5_29_3__agrid_C180__ogrid_T14 -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C360L181_replay.input b/src/Applications/GEOSdas_App/testsuites/C360L181_replay.input index 8fb60c32..8005f506 100644 --- a/src/Applications/GEOSdas_App/testsuites/C360L181_replay.input +++ b/src/Applications/GEOSdas_App/testsuites/C360L181_replay.input @@ -2,9 +2,9 @@ # C360L181_replay.input #------------ -codeID: b3a880f +codeID: 523f29e description: C360L181_replay__GEOSadas-5_29_3__agrid_C360__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C360L91_replay.input b/src/Applications/GEOSdas_App/testsuites/C360L91_replay.input index 8171c146..5f2c93b5 100644 --- a/src/Applications/GEOSdas_App/testsuites/C360L91_replay.input +++ b/src/Applications/GEOSdas_App/testsuites/C360L91_replay.input @@ -2,9 +2,9 @@ # C360L91_replay.input #------------ -codeID: b3a880f +codeID: 523f29e description: C360L91_replay__GEOSadas-5_29_3__agrid_C360__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C48f.input b/src/Applications/GEOSdas_App/testsuites/C48f.input index 2fec9da4..3313d8a8 100644 --- a/src/Applications/GEOSdas_App/testsuites/C48f.input +++ b/src/Applications/GEOSdas_App/testsuites/C48f.input @@ -2,9 +2,9 @@ # C48f.input #----------- -codeID: b3a880f +codeID: 523f29e description: C48f__GEOSadas-5_29_3__agrid_C48__ogrid_f34 -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 fvsetupflags: -sensdeg 1 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C90C.input b/src/Applications/GEOSdas_App/testsuites/C90C.input index 6dfc95ad..b8e9572f 100644 --- a/src/Applications/GEOSdas_App/testsuites/C90C.input +++ b/src/Applications/GEOSdas_App/testsuites/C90C.input @@ -2,9 +2,9 @@ # C90C.input #----------- -codeID: b3a880f +codeID: 523f29e description: C90C__GEOSadas-5_29_3__agrid_C90__ogrid_CS -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C90C_ens.input b/src/Applications/GEOSdas_App/testsuites/C90C_ens.input index 0d1195e0..a13c1f2f 100644 --- a/src/Applications/GEOSdas_App/testsuites/C90C_ens.input +++ b/src/Applications/GEOSdas_App/testsuites/C90C_ens.input @@ -2,9 +2,9 @@ # C90C_ens.input #--------------- -codeID: b3a880f +codeID: 523f29e description: C90C_ens__GEOSadas-5_29_3__agrid_C90__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/C90C_replay.input b/src/Applications/GEOSdas_App/testsuites/C90C_replay.input index b06f63fb..77dbaef7 100644 --- a/src/Applications/GEOSdas_App/testsuites/C90C_replay.input +++ b/src/Applications/GEOSdas_App/testsuites/C90C_replay.input @@ -2,9 +2,9 @@ # C90C_replay.input #--------------- -codeID: b3a880f +codeID: 523f29e description: C90C_replay__86f27c6__agrid_C90__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/fpp.input b/src/Applications/GEOSdas_App/testsuites/fpp.input index 574527d3..58c1867e 100644 --- a/src/Applications/GEOSdas_App/testsuites/fpp.input +++ b/src/Applications/GEOSdas_App/testsuites/fpp.input @@ -2,9 +2,9 @@ # fpp.input #------------ -codeID: b3a880f +codeID: 523f29e description: fpp__GEOSadas-5_29_3__agrid_C720__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/geos_it.input b/src/Applications/GEOSdas_App/testsuites/geos_it.input index ae7301ea..8664196a 100644 --- a/src/Applications/GEOSdas_App/testsuites/geos_it.input +++ b/src/Applications/GEOSdas_App/testsuites/geos_it.input @@ -2,9 +2,9 @@ # geos_it.input #-------------- -codeID: 7f742b1 +codeID: 523f29e description: geos_it__agrid_C180__ogrid_C -fvsetupID: bbf4f10063 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/prePP.input b/src/Applications/GEOSdas_App/testsuites/prePP.input index a2886f86..eca3e77d 100644 --- a/src/Applications/GEOSdas_App/testsuites/prePP.input +++ b/src/Applications/GEOSdas_App/testsuites/prePP.input @@ -2,9 +2,9 @@ # prePP.input #------------ -codeID: b3a880f +codeID: 523f29e description: prePP__GEOSadas-5_29_3__agrid_C720__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/x0046a.input b/src/Applications/GEOSdas_App/testsuites/x0046a.input index b42d5623..eb480021 100644 --- a/src/Applications/GEOSdas_App/testsuites/x0046a.input +++ b/src/Applications/GEOSdas_App/testsuites/x0046a.input @@ -2,9 +2,9 @@ # x0046a.input #------------ -codeID: b3a880f +codeID: 523f29e description: x0046a__GEOSadas-5_29_3__agrid_C360__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/x0046aRPY.input b/src/Applications/GEOSdas_App/testsuites/x0046aRPY.input index ea49cfa0..b6b99dbe 100644 --- a/src/Applications/GEOSdas_App/testsuites/x0046aRPY.input +++ b/src/Applications/GEOSdas_App/testsuites/x0046aRPY.input @@ -2,9 +2,9 @@ # x0046aRPY.input #------------ -codeID: b3a880f +codeID: 523f29e description: x0046aRPY__GEOSadas-5_29_3__agrid_C360__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS--- diff --git a/src/Applications/GEOSdas_App/testsuites/x0046a_Summer.input b/src/Applications/GEOSdas_App/testsuites/x0046a_Summer.input index 3f3c85e3..4544267a 100644 --- a/src/Applications/GEOSdas_App/testsuites/x0046a_Summer.input +++ b/src/Applications/GEOSdas_App/testsuites/x0046a_Summer.input @@ -2,9 +2,9 @@ # x0046a.input #------------ -codeID: b3a880f +codeID: 523f29e description: x0046a__GEOSadas-5_29_3__agrid_C360__ogrid_C -fvsetupID: f7d8d041c9 +fvsetupID: f7aaa973c7 ---ENDHEADERS---