From ecafb0013207778e423e8e4cf56d20923c981248 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Wed, 16 Apr 2025 02:38:07 +0000 Subject: [PATCH 1/9] Update to new stable build on 20250416 --- sorc/fv3-jedi | 2 +- sorc/saber | 2 +- sorc/ufo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sorc/fv3-jedi b/sorc/fv3-jedi index d362a1f22..907397c30 160000 --- a/sorc/fv3-jedi +++ b/sorc/fv3-jedi @@ -1 +1 @@ -Subproject commit d362a1f226c401f1ec6782640632195e71db1b96 +Subproject commit 907397c30071a11923b9f98d078c4d291f308a8c diff --git a/sorc/saber b/sorc/saber index 6816ad7d6..fe3e304f6 160000 --- a/sorc/saber +++ b/sorc/saber @@ -1 +1 @@ -Subproject commit 6816ad7d6d93005e0a438385c2564cb0002e285c +Subproject commit fe3e304f663d2d93a0c9907e4debf3018d5e54fc diff --git a/sorc/ufo b/sorc/ufo index 894f8104b..6d8d39af9 160000 --- a/sorc/ufo +++ b/sorc/ufo @@ -1 +1 @@ -Subproject commit 894f8104b46b50604bb809b473bcfce29f789bc1 +Subproject commit 6d8d39af9cdaee3dd93a7cbb54f31ffe21ccbe99 From b8f3461bb6b24bd313eabd4961ed1908848d9b82 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Fri, 18 Apr 2025 16:14:22 +0000 Subject: [PATCH 2/9] Update to new stable build on 20250418 --- sorc/fv3-jedi | 2 +- sorc/ioda | 2 +- sorc/saber | 2 +- sorc/vader | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sorc/fv3-jedi b/sorc/fv3-jedi index 907397c30..48d645e6f 160000 --- a/sorc/fv3-jedi +++ b/sorc/fv3-jedi @@ -1 +1 @@ -Subproject commit 907397c30071a11923b9f98d078c4d291f308a8c +Subproject commit 48d645e6fa949944bc4f574d6ddb8b77ecbc5d65 diff --git a/sorc/ioda b/sorc/ioda index 9328bdf4f..e9f9a9c7c 160000 --- a/sorc/ioda +++ b/sorc/ioda @@ -1 +1 @@ -Subproject commit 9328bdf4fd5b8089cc288ad90fb861d8e5964216 +Subproject commit e9f9a9c7c597b5f84f22f1bd83bc9a64144bfa88 diff --git a/sorc/saber b/sorc/saber index fe3e304f6..b77011a0a 160000 --- a/sorc/saber +++ b/sorc/saber @@ -1 +1 @@ -Subproject commit fe3e304f663d2d93a0c9907e4debf3018d5e54fc +Subproject commit b77011a0a7c41d9e29c7580bdf774a4469b82004 diff --git a/sorc/vader b/sorc/vader index f4ae2d9a7..9ad283a6a 160000 --- a/sorc/vader +++ b/sorc/vader @@ -1 +1 @@ -Subproject commit f4ae2d9a7d5362fc46a6b521afda662705d23d6d +Subproject commit 9ad283a6a034079f38bb27b2c8e46232f5f82a6c From 852ae1328f94abb736af31017be1ee0932d0c549 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Fri, 18 Apr 2025 16:20:29 +0000 Subject: [PATCH 3/9] update workflow path in run_ci.sh --- ci/run_ci.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 564204f10..5a6b9fa28 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -98,12 +98,12 @@ fi # role.jedipara and role-da can run g-w based ctests. if [[ $TEST_WORKFLOW == 1 ]]; then if [[ "${TARGET}" = "hera" ]]; then - echo "***WARNING*** apply ${TARGET} global-->da patch to $workflow_dir/workflow/hosts/${TARGET}.yaml" - sed -i "s|/scratch1/NCEPDEV/global/\${USER}|/scratch1/NCEPDEV/da/\${USER}|g" $workflow_dir/workflow/hosts/${TARGET}.yaml + echo "***WARNING*** apply ${TARGET} global-->da patch to $workflow_dir/dev/workflow/hosts/${TARGET}.yaml" + sed -i "s|/scratch1/NCEPDEV/global/\${USER}|/scratch1/NCEPDEV/da/\${USER}|g" $workflow_dir/dev/workflow/hosts/${TARGET}.yaml fi if [[ "${TARGET}" = "orion" || "${TARGET}" = "hercules" ]]; then - echo "***WARNING*** apply MSU stmp patch to $workflow_dir/workflow/hosts/${TARGET}.yaml" - sed -i "s|/work2/noaa/global/\${USER}|/work2/noaa/da/\${USER}|g" $workflow_dir/workflow/hosts/${TARGET}.yaml + echo "***WARNING*** apply MSU stmp patch to $workflow_dir/dev/workflow/hosts/${TARGET}.yaml" + sed -i "s|/work2/noaa/global/\${USER}|/work2/noaa/da/\${USER}|g" $workflow_dir/dev/workflow/hosts/${TARGET}.yaml fi fi # PATCH END From 789c8b3b1476a76944edb089b5ac7a5b0055ff34 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Fri, 18 Apr 2025 16:24:42 +0000 Subject: [PATCH 4/9] set WORKFLOW_TESTS ON when TEST_WORKFLOW is 1 --- ci/run_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 5a6b9fa28..fe11fef01 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -41,6 +41,7 @@ done if [[ $TEST_WORKFLOW == 1 ]]; then export WORKFLOW_BUILD="ON" + export WORKFLOW_TESTS="ON" workflow_dir=$repodir gdasapp_dir=$workflow_dir/sorc/gdas.cd From d3b869a6da15771e8c4d261309a8844783234d07 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Mon, 21 Apr 2025 20:36:37 +0000 Subject: [PATCH 5/9] Update references files for select atm_jjob ctests --- test/testreference/atm_jjob_3dvar-fv3inc.ref | 36 +++---- test/testreference/atm_jjob_3dvar.ref | 96 ++++++++++--------- test/testreference/atm_jjob_lgetkf.ref | 87 +++++++++++------ .../atm_jjob_lgetkf_observer.ref | 35 +++++-- test/testreference/atm_jjob_lgetkf_solver.ref | 63 ++++++++---- 5 files changed, 193 insertions(+), 124 deletions(-) diff --git a/test/testreference/atm_jjob_3dvar-fv3inc.ref b/test/testreference/atm_jjob_3dvar-fv3inc.ref index 98a94646b..229026b8a 100644 --- a/test/testreference/atm_jjob_3dvar-fv3inc.ref +++ b/test/testreference/atm_jjob_3dvar-fv3inc.ref @@ -5,37 +5,37 @@ State print | number of fields = 9 | cube sphere face size: C48 eastward_wind | Min:-5.5495644220059390e+01 Max:+8.4934651204487366e+01 RMS:+1.6388250288532191e+01 northward_wind | Min:-7.3712421229093422e+01 Max:+7.6984825502186652e+01 RMS:+8.1424144891567511e+00 air_temperature | Min:+1.7482158077318496e+02 Max:+3.1467235233685437e+02 RMS:+2.4978424883064508e+02 -surface_pressure | Min:+5.3298485514404747e+04 Max:+1.0398027192902798e+05 RMS:+9.8897229693652524e+04 -specific_humidity | Min:+1.2691624667179020e-08 Max:+2.0041369334954085e-02 RMS:+4.7792638023125686e-03 +air_pressure_at_surface | Min:+5.3298485514404747e+04 Max:+1.0398027192902798e+05 RMS:+9.8897229693652524e+04 +water_vapor_mixing_ratio_wrt_moist_air | Min:+1.2691624667179020e-08 Max:+2.0041369334954085e-02 RMS:+4.7792638023125686e-03 cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+1.2024392024662985e-03 RMS:+1.4396968866569995e-05 cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.5935686618789048e-03 RMS:+4.1931345590543333e-05 ozone_mass_mixing_ratio | Min:+1.1998327271379204e-08 Max:+1.7808431790670831e-05 RMS:+4.4947917149861064e-06 -surface_geopotential_height | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 +geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 ---------------------------------------------------------------------------------------------------- JEDI Increment: ---------------------------------------------------------------------------------------------------- Increment print | number of fields = 8 | cube sphere face size: C48 -eastward_wind | Min:-4.9503077015344843e-07 Max:+7.0838511279092131e-07 RMS:+2.4490899978286723e-09 -northward_wind | Min:-7.2703516684757830e-07 Max:+2.8853321110133834e-07 RMS:+2.1376104971902294e-09 -air_temperature | Min:-2.1723477061641461e-07 Max:+6.5020122974601691e-07 RMS:+1.0998492962503341e-08 -surface_pressure | Min:-7.8580342233181000e-10 Max:+3.2014213502407074e-10 RMS:+1.5159255545534699e-11 -specific_humidity | Min:-6.7425976452941262e-04 Max:+7.2974731745455677e-04 RMS:+2.1043490698817701e-06 -cloud_liquid_ice | Min:-2.7736911125384438e-06 Max:+5.0834107240617123e-07 RMS:+4.7607939912271645e-08 -cloud_liquid_water | Min:-3.7332445167104997e-04 Max:+3.4355489504058373e-04 RMS:+3.0033170533500212e-06 +eastward_wind | Min:-3.9580231181446379e-07 Max:+5.6638998024993725e-07 RMS:+1.9581721840491375e-09 +northward_wind | Min:-5.8130164426462017e-07 Max:+2.3069699750521977e-07 RMS:+1.7091284599910894e-09 +air_temperature | Min:-1.7369023908031522e-07 Max:+5.1986899052280933e-07 RMS:+8.8032349524548263e-09 +air_pressure_at_surface | Min:-6.2573235481977463e-10 Max:+2.4738255888223648e-10 RMS:+1.1987479059078726e-11 +water_vapor_mixing_ratio_wrt_moist_air | Min:-5.8112479846974684e-04 Max:+6.8835974478701075e-04 RMS:+1.8952713643934993e-06 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ---------------------------------------------------------------------------------------------------- FV3 Increment: ---------------------------------------------------------------------------------------------------- Increment print | number of fields = 9 | cube sphere face size: C48 -eastward_wind | Min:-4.9503077015344843e-07 Max:+7.0838511279092131e-07 RMS:+2.4490899978286723e-09 -northward_wind | Min:-7.2703516684757830e-07 Max:+2.8853321110133834e-07 RMS:+2.1376104971902294e-09 -air_temperature | Min:-2.1723477061641461e-07 Max:+6.5020122974601691e-07 RMS:+1.0998492962503341e-08 -specific_humidity | Min:-6.7425976452941262e-04 Max:+7.2974731745455677e-04 RMS:+2.1043490698817701e-06 -cloud_liquid_ice | Min:-2.7736911125384438e-06 Max:+5.0834107240617123e-07 RMS:+4.7607939912271645e-08 -cloud_liquid_water | Min:-3.7332445167104997e-04 Max:+3.4355489504058373e-04 RMS:+3.0033170533500212e-06 +eastward_wind | Min:-3.9580231181446379e-07 Max:+5.6638998024993725e-07 RMS:+1.9581721840491375e-09 +northward_wind | Min:-5.8130164426462017e-07 Max:+2.3069699750521977e-07 RMS:+1.7091284599910894e-09 +air_temperature | Min:-1.7369023908031522e-07 Max:+5.1986899052280933e-07 RMS:+8.8032349524548263e-09 +water_vapor_mixing_ratio_wrt_moist_air | Min:-5.8112479846974684e-04 Max:+6.8835974478701075e-04 RMS:+1.8952713643934993e-06 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 -air_pressure_thickness | Min:-2.9103830456733704e-11 Max:+2.9103830456733704e-11 RMS:+3.3056019160193798e-13 -layer_thickness | Min:-1.0638235174337751e-01 Max:+1.0329449278924585e-01 RMS:+2.8485086711777381e-04 +air_pressure_thickness | Min:-2.9103830456733704e-11 Max:+2.9103830456733704e-11 RMS:+3.0737529712448059e-13 +layer_thickness | Min:-1.0034473039831937e-01 Max:+9.2799604382889811e-02 RMS:+2.5891560066661575e-04 ---------------------------------------------------------------------------------------------------- diff --git a/test/testreference/atm_jjob_3dvar.ref b/test/testreference/atm_jjob_3dvar.ref index e213a3897..b7256a702 100644 --- a/test/testreference/atm_jjob_3dvar.ref +++ b/test/testreference/atm_jjob_3dvar.ref @@ -1,18 +1,23 @@ -CostJo : Nonlinear Jo(AMSUA N19) = 3.9490015258314117e+04, nobs = 73667, Jo/n = 5.3606112992675303e-01, err = 6.2697697603634124e+00 +CostJo : Nonlinear Jo(AMSUA N19) = 3.9331618898661953e+04, nobs = 72166, Jo/n = 5.4501592022090672e-01, err = 6.2540052904877053e+00 CostJo : Nonlinear Jo(sondes) = 1.0738590249678713e+04, nobs = 4255, Jo/n = 2.5237579905237868e+00, err = 1.0981123140127320e+01 -CostFunction: Nonlinear J = 5.0228605507992834e+04 -DRPCGMinimizer: reduction in residual norm = 1.2654930990391811e+00 +CostFunction: Nonlinear J = 5.0070209148340669e+04 +DRPCGMinimizer: reduction in residual norm = 9.5653141981166223e-01 CostFunction::addIncrement: Analysis: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 22 | cube sphere face size: C48 -eastward_wind | Min:-5.5495644220059390e+01 Max:+8.4934651204487366e+01 RMS:+1.6388250288535051e+01 -northward_wind | Min:-7.3712421229093422e+01 Max:+7.6984825502186652e+01 RMS:+8.1424144891572610e+00 -air_temperature | Min:+1.7482158077318425e+02 Max:+3.1467235233685437e+02 RMS:+2.4978424883106894e+02 +State print | number of fields = 27 | cube sphere face size: C48 +eastward_wind | Min:-5.5495644220059390e+01 Max:+8.4934651204487366e+01 RMS:+1.6388250288534081e+01 +northward_wind | Min:-7.3712421229093422e+01 Max:+7.6984825502186652e+01 RMS:+8.1424144891570887e+00 +air_temperature | Min:+1.7482158077318448e+02 Max:+3.1467235233685437e+02 RMS:+2.4978424883092725e+02 air_pressure_thickness | Min:+6.0599999874109178e-01 Max:+1.7760098554198755e+03 RMS:+9.5680601590204810e+02 air_pressure_at_surface | Min:+5.3298485514404747e+04 Max:+1.0398027192902798e+05 RMS:+9.8897229693652524e+04 -water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+2.0041369334954085e-02 RMS:+4.7792637035328151e-03 -cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+1.2024285059501723e-03 RMS:+1.4396343608618130e-05 -cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.5935686450466631e-03 RMS:+4.1864377574483300e-05 +water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+2.0041369334954085e-02 RMS:+4.7792633938199781e-03 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+1.2024392024662985e-03 RMS:+1.4396968866569995e-05 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.5935686618789048e-03 RMS:+4.1931345590543333e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.1998327271379204e-08 Max:+1.7808431790670831e-05 RMS:+4.4947917149861064e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+7.3450427349184144e-01 @@ -28,35 +33,37 @@ eastward_wind_at_surface | Min:-1.6966302087131233e+01 Max:+ northward_wind_at_surface | Min:-1.7367330522224339e+01 Max:+2.2091894088184446e+01 RMS:+4.4723535847538756e+00 f10m | Min:+9.4613586695410434e-01 Max:+1.0695628272426509e+00 RMS:+9.9526981313535046e-01 ---------------------------------------------------------------------------------------------------- - Obs bias coefficients: --------------------------------------------------------------- - constant: Min= -1.2424509525299072, Max= 1.6504349707778374, Norm= 3.1030146350620180 - lapseRate_order_2: Min= -7.0903420444281888, Max= 46.3166084283797588, Norm= 47.0185597978996128 - lapseRate: Min= -5.5814771649382546, Max= 1.2464430333259036, Norm= 5.7524772941123183 - emissivityJacobian: Min= -1.0039629936218262, Max= 10.5191705643602678, Norm= 10.5711703727068684 -sensorScanAngle_order_4: Min= -8.0552864072427965, Max= 2.4945130349633651, Norm= 13.5132453941396253 -sensorScanAngle_order_3: Min= -1.1528069970056642, Max= 2.1735479827935875, Norm= 3.0673534348153715 -sensorScanAngle_order_2: Min= -5.1097259521743421, Max= 2.8632600308748679, Norm= 7.2817410561387739 - sensorScanAngle: Min= -0.6898530126324298, Max= 0.0655509978110177, Norm= 1.1442823317381461 + constant: Min= -1.2424509525299072, Max= 1.6504349708108317, Norm= 3.1030146353093335 + lapseRate_order_2: Min= -7.0903420444459533, Max= 46.3166084295321312, Norm= 47.0185597990154207 + lapseRate: Min= -5.5814771649225401, Max= 1.2464430333523135, Norm= 5.7524772941261588 + emissivityJacobian: Min= -1.0039629936218262, Max= 10.5191706306434725, Norm= 10.5711704386645469 +sensorScanAngle_order_4: Min= -8.0552864074222210, Max= 2.4945130347956099, Norm= 13.5132453945642741 +sensorScanAngle_order_3: Min= -1.1528069972309820, Max= 2.1735479827799717, Norm= 3.0673534349576936 +sensorScanAngle_order_2: Min= -5.1097259521915994, Max= 2.8632600307501939, Norm= 7.2817410562199907 + sensorScanAngle: Min= -0.6898530126123172, Max= 0.0655509978366497, Norm= 1.1442823317337043 --------------------------------------------------------------- - - -CostJo : Nonlinear Jo(AMSUA N19) = 39390.2547489650969510, nobs = 73667, Jo/n = 0.5347069209953588, err = 6.2697697603634124 -CostJo : Nonlinear Jo(sondes) = 10684.1056534407562140, nobs = 4255, Jo/n = 2.5109531500448310, err = 10.9811231401273197 -CostFunction: Nonlinear J = 50074.3604024058513460 -DRPCGMinimizer: reduction in residual norm = 1.3784563235049998 +CostJo : Nonlinear Jo(AMSUA N19) = 39329.7261702353498549, nobs = 72166, Jo/n = 0.5449896927948805, err = 6.2540052904877053 +CostJo : Nonlinear Jo(sondes) = 10687.5197854053803894, nobs = 4255, Jo/n = 2.5117555312351070, err = 10.9811231401273197 +CostFunction: Nonlinear J = 50017.2459556407266064 +DRPCGMinimizer: reduction in residual norm = 0.9791550223695362 CostFunction::addIncrement: Analysis: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 22 | cube sphere face size: C48 -eastward_wind | Min:-5.5495644220059390e+01 Max:+8.4934651204487366e+01 RMS:+1.6388250288545034e+01 -northward_wind | Min:-7.3712421229093422e+01 Max:+7.6984825502186652e+01 RMS:+8.1424144891590498e+00 -air_temperature | Min:+1.7482158077318175e+02 Max:+3.1467235233685437e+02 RMS:+2.4978424883255175e+02 +State print | number of fields = 27 | cube sphere face size: C48 +eastward_wind | Min:-5.5495644220059390e+01 Max:+8.4934651204487366e+01 RMS:+1.6388250288542455e+01 +northward_wind | Min:-7.3712421229093422e+01 Max:+7.6984825502186652e+01 RMS:+8.1424144891585861e+00 +air_temperature | Min:+1.7482158077318238e+02 Max:+3.1467235233685437e+02 RMS:+2.4978424883218219e+02 air_pressure_thickness | Min:+6.0599999874109178e-01 Max:+1.7760098554198755e+03 RMS:+9.5680601590204810e+02 air_pressure_at_surface | Min:+5.3298485514404747e+04 Max:+1.0398027192902798e+05 RMS:+9.8897229693652524e+04 -water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+2.0041369334954085e-02 RMS:+4.7792636598075139e-03 -cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+1.2023914586805975e-03 RMS:+1.4394270245713919e-05 -cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.5935685862194550e-03 RMS:+4.1737200829312616e-05 +water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+2.0041369334954085e-02 RMS:+4.7792621553385132e-03 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+1.2024392024662985e-03 RMS:+1.4396968866569995e-05 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.5935686618789048e-03 RMS:+4.1931345590543333e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.1998327271379204e-08 Max:+1.7808431790670831e-05 RMS:+4.4947917149861064e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+7.3450427349184144e-01 @@ -72,20 +79,17 @@ eastward_wind_at_surface | Min:-1.6966302087131233e+01 Max:+ northward_wind_at_surface | Min:-1.7367330522224339e+01 Max:+2.2091894088184446e+01 RMS:+4.4723535847538756e+00 f10m | Min:+9.4613586695410434e-01 Max:+1.0695628272426509e+00 RMS:+9.9526981313535046e-01 ---------------------------------------------------------------------------------------------------- - Obs bias coefficients: --------------------------------------------------------------- - constant: Min= -1.2424509525299072, Max= 1.6504349705176715, Norm= 3.1030146324339514 - lapseRate_order_2: Min= -7.0903420430554904, Max= 46.3166084270832954, Norm= 47.0185597965343405 - lapseRate: Min= -5.5814771637081586, Max= 1.2464430337450372, Norm= 5.7524772928124595 - emissivityJacobian: Min= -1.0039629936218262, Max= 10.5191698767122261, Norm= 10.5711696884361785 -sensorScanAngle_order_4: Min= -8.0552864064916889, Max= 2.4945130355171092, Norm= 13.5132453912586890 -sensorScanAngle_order_3: Min= -1.1528069959771197, Max= 2.1735479816041132, Norm= 3.0673534334487149 -sensorScanAngle_order_2: Min= -5.1097259522379295, Max= 2.8632600311870164, Norm= 7.2817410554387321 - sensorScanAngle: Min= -0.6898530128687219, Max= 0.0655509976643010, Norm= 1.1442823321434776 + constant: Min= -1.2424509525299072, Max= 1.6504349706130388, Norm= 3.1030146330674606 + lapseRate_order_2: Min= -7.0903420427347248, Max= 46.3166084321298328, Norm= 47.0185598013808601 + lapseRate: Min= -5.5814771635834477, Max= 1.2464430339493211, Norm= 5.7524772928040253 + emissivityJacobian: Min= -1.0039629936218262, Max= 10.5191700509893629, Norm= 10.5711698618573529 +sensorScanAngle_order_4: Min= -8.0552864072065322, Max= 2.4945130346926367, Norm= 13.5132453926170530 +sensorScanAngle_order_3: Min= -1.1528069969269354, Max= 2.1735479810509113, Norm= 3.0673534337461850 +sensorScanAngle_order_2: Min= -5.1097259523794616, Max= 2.8632600307677070, Norm= 7.2817410557768874 + sensorScanAngle: Min= -0.6898530128365736, Max= 0.0655509977627781, Norm= 1.1442823322806430 --------------------------------------------------------------- - - -CostJo : Nonlinear Jo(AMSUA N19) = 39219.8814511483069509, nobs = 73667, Jo/n = 0.5323941717614170, err = 6.2697697603634124 -CostJo : Nonlinear Jo(sondes) = 10645.9197195851156721, nobs = 4255, Jo/n = 2.5019787825111903, err = 10.9811231401273197 -CostFunction: Nonlinear J = 49865.8011707334226230 +CostJo : Nonlinear Jo(AMSUA N19) = 39321.4247122622764437, nobs = 72166, Jo/n = 0.5448746599820176, err = 6.2540052904877053 +CostJo : Nonlinear Jo(sondes) = 10639.3579414417326916, nobs = 4255, Jo/n = 2.5004366489874812, err = 10.9811231401273197 +CostFunction: Nonlinear J = 49960.7826537040091353 diff --git a/test/testreference/atm_jjob_lgetkf.ref b/test/testreference/atm_jjob_lgetkf.ref index 2e9739541..9dbac82ca 100644 --- a/test/testreference/atm_jjob_lgetkf.ref +++ b/test/testreference/atm_jjob_lgetkf.ref @@ -1,6 +1,6 @@ Initial state for member 1: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.1619864857418477e+01 Max:+8.6812084442971653e+01 RMS:+1.5983411875766325e+01 northward_wind | Min:-7.3094846805319690e+01 Max:+7.0353817207582651e+01 RMS:+7.7265473774262041e+00 air_temperature | Min:+1.7646396818493386e+02 Max:+3.1441817730817547e+02 RMS:+2.4989439192167012e+02 @@ -10,6 +10,11 @@ air_pressure_at_surface | Min:+5.3259705655314101e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+9.5164908108891825e-09 Max:+2.0222136340880194e-02 RMS:+4.8552459174929334e-03 cloud_liquid_ice | Min:-1.3545705512023003e-20 Max:+6.7304686933261399e-04 RMS:+1.0726563909939355e-05 cloud_liquid_water | Min:-5.4244251425755909e-20 Max:+1.2879383569881558e-03 RMS:+3.8382491358281577e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+2.9375003505643131e-08 Max:+1.8014885502109894e-05 RMS:+4.4946424525503736e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -27,7 +32,7 @@ f10m | Min:+9.3257572069704375e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 2: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.2853490758012072e+01 Max:+8.7248708527964936e+01 RMS:+1.5955809745480765e+01 northward_wind | Min:-7.2178651628585953e+01 Max:+7.2568167230757609e+01 RMS:+7.7335061167195889e+00 air_temperature | Min:+1.7660670217895057e+02 Max:+3.1526174222386965e+02 RMS:+2.4989392943476341e+02 @@ -37,6 +42,11 @@ air_pressure_at_surface | Min:+5.3317702550070273e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1514597275760548e-08 Max:+1.9663168048133908e-02 RMS:+4.8569105861498299e-03 cloud_liquid_ice | Min:-1.3544569699620215e-20 Max:+7.9557019872326799e-04 RMS:+1.0816147029169270e-05 cloud_liquid_water | Min:-5.4200711162051571e-20 Max:+1.2298889446687945e-03 RMS:+3.8689917911663205e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.6238717942558199e-08 Max:+1.8031521448783218e-05 RMS:+4.4947640660308833e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -54,7 +64,7 @@ f10m | Min:+9.3238101450200428e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 3: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.3776366655868109e+01 Max:+8.6331467223030344e+01 RMS:+1.5960680883840784e+01 northward_wind | Min:-7.0176400159320124e+01 Max:+6.9531049915936578e+01 RMS:+7.7410680097841684e+00 air_temperature | Min:+1.7648447482434227e+02 Max:+3.1491330999751426e+02 RMS:+2.4989313307279673e+02 @@ -64,6 +74,11 @@ air_pressure_at_surface | Min:+5.3350124363319999e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1846447498856659e-08 Max:+2.0007929878326374e-02 RMS:+4.8392192734415156e-03 cloud_liquid_ice | Min:-6.7740196346531239e-21 Max:+6.2473018245821010e-04 RMS:+1.0889666282638220e-05 cloud_liquid_water | Min:-5.4107584399974539e-20 Max:+1.2132298501853738e-03 RMS:+3.8405804865664137e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.2289325508931378e-08 Max:+1.8036413152177077e-05 RMS:+4.4950884931704925e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -80,38 +95,38 @@ northward_wind_at_surface | Min:-1.4183550286832059e+01 Max:+ f10m | Min:+9.2995810057091766e-01 Max:+1.0787102983488339e+00 RMS:+9.9539268028154582e-01 ---------------------------------------------------------------------------------------------------- H(x) for member 1: + AMSUA N19 nobs= 83277 Min=201.804879948996, Max=282.3801121316517, RMS=233.8544109312044 sondes nobs= 8481 Min=-33.72854932079182, Max=309.9716288420037, RMS=141.2118598915683 - H(x) for member 2: + AMSUA N19 nobs= 83277 Min=201.6471388000342, Max=281.937746664208, RMS=233.8545011749858 sondes nobs= 8481 Min=-30.53139157018941, Max=310.1652090473367, RMS=141.1987914521134 - H(x) for member 3: + AMSUA N19 nobs= 83277 Min=201.5829490118361, Max=282.1251907433048, RMS=233.8561550394141 sondes nobs= 8481 Min=-32.8575760671954, Max=310.4005466290033, RMS=141.1778598834968 - H(x) ensemble background mean: + AMSUA N19 nobs= 83277 Min=201.7041828462218, Max=282.1338202533128, RMS=233.8549949917435 sondes nobs= 8481 Min=-32.28649706124742, Max=310.1791281727812, RMS=141.1945767641295 - background y - H(x): + AMSUA N19 nobs= 83254 Min=-40.12245710945035, Max=14.39199700003849, RMS=1.519533651743879 sondes nobs= 3950 Min=-16.7986628776744, Max=16.07421631717781, RMS=4.060196677972983 - Background mean : ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.0268509151643670e+01 Max:+8.6686198337381171e+01 RMS:+1.5943048359570170e+01 northward_wind | Min:-7.1281090590794832e+01 Max:+7.0613804297416578e+01 RMS:+7.6835678597476624e+00 air_temperature | Min:+1.7652661362892786e+02 Max:+3.1486440984318642e+02 RMS:+2.4989353796113025e+02 @@ -121,6 +136,11 @@ air_pressure_at_surface | Min:+5.3309177522901453e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+8.4477932715987172e-08 Max:+1.9531761470252519e-02 RMS:+4.8455165312756591e-03 cloud_liquid_ice | Min:-4.5148565665400716e-21 Max:+4.1857236992490481e-04 RMS:+1.0081670582489738e-05 cloud_liquid_water | Min:-1.8646059632736959e-20 Max:+1.0447516732817988e-03 RMS:+3.3566571025591825e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+2.8043654425670649e-08 Max:+1.7892907435183836e-05 RMS:+4.4944974047442364e-06 geopotential_height_at_surface | Min:-2.7018394470214840e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -138,17 +158,22 @@ f10m | Min:+9.3258902621206641e-01 Max:+ ---------------------------------------------------------------------------------------------------- Analysis mean : ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 -eastward_wind | Min:-5.0314296112156832e+01 Max:+8.9520279552446652e+01 RMS:+1.5969822703207807e+01 -northward_wind | Min:-7.0598055192281535e+01 Max:+7.7258707141286905e+01 RMS:+7.7152005495603815e+00 -air_temperature | Min:+1.7652661359986743e+02 Max:+3.1531108490172562e+02 RMS:+2.4990923387983111e+02 -layer_thickness | Min:-2.8742236222923871e+03 Max:-1.5807388968764794e+01 RMS:+9.8306096988333059e+02 -air_pressure_thickness | Min:+6.0599999954215089e-01 Max:+1.7748141582103747e+03 RMS:+9.5672395981450165e+02 -air_pressure_at_surface | Min:+5.3309177524829895e+04 Max:+1.0391290731760871e+05 RMS:+9.8892856413954039e+04 -water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+1.9531761470252519e-02 RMS:+4.8544729627207428e-03 -cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+3.9113361316140739e-04 RMS:+1.0484801976711031e-05 -cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.7687975294682452e-03 RMS:+3.5182102639781531e-05 -ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+1.7891446519775333e-05 RMS:+4.4960850275426492e-06 +State print | number of fields = 28 | cube sphere face size: C48 +eastward_wind | Min:-5.0314296032870828e+01 Max:+8.9520282382582224e+01 RMS:+1.5969822711453252e+01 +northward_wind | Min:-7.0598055656427448e+01 Max:+7.7258707934991165e+01 RMS:+7.7152005546907096e+00 +air_temperature | Min:+1.7652661359986740e+02 Max:+3.1531108468300340e+02 RMS:+2.4990923387929618e+02 +layer_thickness | Min:-2.8742236222923848e+03 Max:-1.5807388947405567e+01 RMS:+9.8306096988411264e+02 +air_pressure_thickness | Min:+6.0599999954215089e-01 Max:+1.7748141588720605e+03 RMS:+9.5672395981793989e+02 +air_pressure_at_surface | Min:+5.3309177524829895e+04 Max:+1.0391290731760874e+05 RMS:+9.8892856413954039e+04 +water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+1.9531761470252519e-02 RMS:+4.8544729636303616e-03 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+3.9113371608414136e-04 RMS:+1.0484802212805322e-05 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.7687973748434583e-03 RMS:+3.5182102810052812e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+1.7891446518893897e-05 RMS:+4.4960850273915232e-06 geopotential_height_at_surface | Min:-2.7018394470214840e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 sheleg | Min:+0.0000000000000000e+00 Max:+3.2527521006769342e+02 RMS:+2.2874231579198337e+01 @@ -164,34 +189,34 @@ northward_wind_at_surface | Min:-1.4483927323189917e+01 Max:+ f10m | Min:+9.3258902621206641e-01 Max:+1.0787625575968645e+00 RMS:+9.9540515270826369e-01 ---------------------------------------------------------------------------------------------------- H(x) for member 1: -AMSUA N19 nobs= 83277 Min=201.9208587558171, Max=282.3579536956852, RMS=233.8976056782551 -sondes nobs= 8481 Min=-32.66983240205785, Max=310.0570501450555, RMS=141.1835316768552 +AMSUA N19 nobs= 83277 Min=201.9208588596486, Max=282.357953700207, RMS=233.8976056792079 +sondes nobs= 8481 Min=-32.66983131492066, Max=310.0570501850078, RMS=141.1835316603369 H(x) for member 2: -AMSUA N19 nobs= 83277 Min=201.7345378218298, Max=281.9023598989941, RMS=233.8960380162931 -sondes nobs= 8481 Min=-30.07259215371427, Max=310.1599784787079, RMS=141.1676733565381 +AMSUA N19 nobs= 83277 Min=201.7345377055476, Max=281.9023599031542, RMS=233.8960380188357 +sondes nobs= 8481 Min=-30.07259141870884, Max=310.1599784803753, RMS=141.16767336075 H(x) for member 3: -AMSUA N19 nobs= 83277 Min=201.7998764855722, Max=282.1840647651843, RMS=233.8985807524506 -sondes nobs= 8481 Min=-32.27178142413072, Max=310.4911572014771, RMS=141.1517212159099 +AMSUA N19 nobs= 83277 Min=201.7998765806917, Max=282.1840647895007, RMS=233.8985807537817 +sondes nobs= 8481 Min=-32.27178089401225, Max=310.4911572292574, RMS=141.1517212151937 H(x) ensemble analysis mean: -AMSUA N19 nobs= 83277 Min=201.8701780078857, Max=282.0896557388197, RMS=233.8973851135708 -sondes nobs= 8481 Min=-31.65584017186601, Max=310.2360619417468, RMS=141.1664306261571 +AMSUA N19 nobs= 83277 Min=201.870178046209, Max=282.0896557610525, RMS=233.8973851151797 +sondes nobs= 8481 Min=-31.65583966067176, Max=310.2360619648802, RMS=141.1664306223833 analysis y - H(x): -AMSUA N19 nobs= 83254 Min=-40.0356958028041, Max=14.39145832090179, RMS=1.500134697897491 -sondes nobs= 3950 Min=-17.36927867050949, Max=15.32061647997003, RMS=3.979033227946894 +AMSUA N19 nobs= 83254 Min=-40.03569583002064, Max=14.39145831640985, RMS=1.500134697847894 +sondes nobs= 3950 Min=-17.36927907766051, Max=15.32061701609654, RMS=3.979033232039429 ombg RMS: 1.717879381941653 -oman RMS: 1.692816947729241 +oman RMS: 1.692816948123012 diff --git a/test/testreference/atm_jjob_lgetkf_observer.ref b/test/testreference/atm_jjob_lgetkf_observer.ref index 5f993f872..fee8c429b 100644 --- a/test/testreference/atm_jjob_lgetkf_observer.ref +++ b/test/testreference/atm_jjob_lgetkf_observer.ref @@ -1,6 +1,6 @@ Initial state for member 1: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.1619864857418477e+01 Max:+8.6812084442971653e+01 RMS:+1.5983411875766325e+01 northward_wind | Min:-7.3094846805319690e+01 Max:+7.0353817207582651e+01 RMS:+7.7265473774262041e+00 air_temperature | Min:+1.7646396818493386e+02 Max:+3.1441817730817547e+02 RMS:+2.4989439192167012e+02 @@ -10,6 +10,11 @@ air_pressure_at_surface | Min:+5.3259705655314101e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+9.5164908108891825e-09 Max:+2.0222136340880194e-02 RMS:+4.8552459174929334e-03 cloud_liquid_ice | Min:-1.3545705512023003e-20 Max:+6.7304686933261399e-04 RMS:+1.0726563909939355e-05 cloud_liquid_water | Min:-5.4244251425755909e-20 Max:+1.2879383569881558e-03 RMS:+3.8382491358281577e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+2.9375003505643131e-08 Max:+1.8014885502109894e-05 RMS:+4.4946424525503736e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -27,7 +32,7 @@ f10m | Min:+9.3257572069704375e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 2: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.2853490758012072e+01 Max:+8.7248708527964936e+01 RMS:+1.5955809745480765e+01 northward_wind | Min:-7.2178651628585953e+01 Max:+7.2568167230757609e+01 RMS:+7.7335061167195889e+00 air_temperature | Min:+1.7660670217895057e+02 Max:+3.1526174222386965e+02 RMS:+2.4989392943476341e+02 @@ -37,6 +42,11 @@ air_pressure_at_surface | Min:+5.3317702550070273e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1514597275760548e-08 Max:+1.9663168048133908e-02 RMS:+4.8569105861498299e-03 cloud_liquid_ice | Min:-1.3544569699620215e-20 Max:+7.9557019872326799e-04 RMS:+1.0816147029169270e-05 cloud_liquid_water | Min:-5.4200711162051571e-20 Max:+1.2298889446687945e-03 RMS:+3.8689917911663205e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.6238717942558199e-08 Max:+1.8031521448783218e-05 RMS:+4.4947640660308833e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -54,7 +64,7 @@ f10m | Min:+9.3238101450200428e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 3: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.3776366655868109e+01 Max:+8.6331467223030344e+01 RMS:+1.5960680883840784e+01 northward_wind | Min:-7.0176400159320124e+01 Max:+6.9531049915936578e+01 RMS:+7.7410680097841684e+00 air_temperature | Min:+1.7648447482434227e+02 Max:+3.1491330999751426e+02 RMS:+2.4989313307279673e+02 @@ -64,6 +74,11 @@ air_pressure_at_surface | Min:+5.3350124363319999e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1846447498856659e-08 Max:+2.0007929878326374e-02 RMS:+4.8392192734415156e-03 cloud_liquid_ice | Min:-6.7740196346531239e-21 Max:+6.2473018245821010e-04 RMS:+1.0889666282638220e-05 cloud_liquid_water | Min:-5.4107584399974539e-20 Max:+1.2132298501853738e-03 RMS:+3.8405804865664137e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.2289325508931378e-08 Max:+1.8036413152177077e-05 RMS:+4.4950884931704925e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -80,32 +95,32 @@ northward_wind_at_surface | Min:-1.4183550286832059e+01 Max:+ f10m | Min:+9.2995810057091766e-01 Max:+1.0787102983488339e+00 RMS:+9.9539268028154582e-01 ---------------------------------------------------------------------------------------------------- H(x) for member 1: + AMSUA N19 nobs= 83277 Min=201.8068522604288, Max=282.1977354171773, RMS=233.8559301511745 sondes nobs= 2812 Min=-33.46923510113491, Max=237.4511515234925, RMS=66.49450460686083 - H(x) for member 2: -AMSUA N19 nobs= 83277 Min=201.6491448573896, Max=282.0443032111742, RMS=233.8543791644236 -sondes nobs= 2812 Min=-30.53144491152982, Max=237.5347783619015, RMS=66.47644691726953 +AMSUA N19 nobs= 83277 Min=201.6491448573896, Max=282.044303211175, RMS=233.8543791644236 +sondes nobs= 2812 Min=-30.53144491152982, Max=237.5347783619015, RMS=66.47644691726953 H(x) for member 3: -AMSUA N19 nobs= 83277 Min=201.5822623085232, Max=282.1681017005528, RMS=233.8547828542547 -sondes nobs= 2812 Min=-32.86095389873932, Max=237.9311435831063, RMS=66.51314984035037 +AMSUA N19 nobs= 83277 Min=201.5822623085232, Max=282.1681017005528, RMS=233.8547828542548 +sondes nobs= 2812 Min=-32.86095389873932, Max=237.9311435831063, RMS=66.51314984035037 H(x) ensemble background mean: + AMSUA N19 nobs= 83277 Min=201.7046771524233, Max=282.1363019533423, RMS=233.8550114850206 sondes nobs= 8481 Min=-32.28721130380135, Max=310.1791293864851, RMS=141.1946022453276 - background y - H(x): + AMSUA N19 nobs= 83254 Min=-40.1226250672521, Max=14.39438798864788, RMS=1.520218815029816 sondes nobs= 3950 Min=-16.79891131775619, Max=16.07422994026274, RMS=4.060200040073279 - diff --git a/test/testreference/atm_jjob_lgetkf_solver.ref b/test/testreference/atm_jjob_lgetkf_solver.ref index 09284dd42..5a4e03929 100644 --- a/test/testreference/atm_jjob_lgetkf_solver.ref +++ b/test/testreference/atm_jjob_lgetkf_solver.ref @@ -1,6 +1,6 @@ Initial state for member 1: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.1619864857418477e+01 Max:+8.6812084442971653e+01 RMS:+1.5983411875766325e+01 northward_wind | Min:-7.3094846805319690e+01 Max:+7.0353817207582651e+01 RMS:+7.7265473774262041e+00 air_temperature | Min:+1.7646396818493386e+02 Max:+3.1441817730817547e+02 RMS:+2.4989439192167012e+02 @@ -10,6 +10,11 @@ air_pressure_at_surface | Min:+5.3259705655314101e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+9.5164908108891825e-09 Max:+2.0222136340880194e-02 RMS:+4.8552459174929334e-03 cloud_liquid_ice | Min:-1.3545705512023003e-20 Max:+6.7304686933261399e-04 RMS:+1.0726563909939355e-05 cloud_liquid_water | Min:-5.4244251425755909e-20 Max:+1.2879383569881558e-03 RMS:+3.8382491358281577e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+2.9375003505643131e-08 Max:+1.8014885502109894e-05 RMS:+4.4946424525503736e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -27,7 +32,7 @@ f10m | Min:+9.3257572069704375e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 2: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.2853490758012072e+01 Max:+8.7248708527964936e+01 RMS:+1.5955809745480765e+01 northward_wind | Min:-7.2178651628585953e+01 Max:+7.2568167230757609e+01 RMS:+7.7335061167195889e+00 air_temperature | Min:+1.7660670217895057e+02 Max:+3.1526174222386965e+02 RMS:+2.4989392943476341e+02 @@ -37,6 +42,11 @@ air_pressure_at_surface | Min:+5.3317702550070273e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1514597275760548e-08 Max:+1.9663168048133908e-02 RMS:+4.8569105861498299e-03 cloud_liquid_ice | Min:-1.3544569699620215e-20 Max:+7.9557019872326799e-04 RMS:+1.0816147029169270e-05 cloud_liquid_water | Min:-5.4200711162051571e-20 Max:+1.2298889446687945e-03 RMS:+3.8689917911663205e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.6238717942558199e-08 Max:+1.8031521448783218e-05 RMS:+4.4947640660308833e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -54,7 +64,7 @@ f10m | Min:+9.3238101450200428e-01 Max:+ ---------------------------------------------------------------------------------------------------- Initial state for member 3: ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.3776366655868109e+01 Max:+8.6331467223030344e+01 RMS:+1.5960680883840784e+01 northward_wind | Min:-7.0176400159320124e+01 Max:+6.9531049915936578e+01 RMS:+7.7410680097841684e+00 air_temperature | Min:+1.7648447482434227e+02 Max:+3.1491330999751426e+02 RMS:+2.4989313307279673e+02 @@ -64,6 +74,11 @@ air_pressure_at_surface | Min:+5.3350124363319999e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+2.1846447498856659e-08 Max:+2.0007929878326374e-02 RMS:+4.8392192734415156e-03 cloud_liquid_ice | Min:-6.7740196346531239e-21 Max:+6.2473018245821010e-04 RMS:+1.0889666282638220e-05 cloud_liquid_water | Min:-5.4107584399974539e-20 Max:+1.2132298501853738e-03 RMS:+3.8405804865664137e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+1.2289325508931378e-08 Max:+1.8036413152177077e-05 RMS:+4.4950884931704925e-06 geopotential_height_at_surface | Min:-2.7018394470214844e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -80,38 +95,38 @@ northward_wind_at_surface | Min:-1.4183550286832059e+01 Max:+ f10m | Min:+9.2995810057091766e-01 Max:+1.0787102983488339e+00 RMS:+9.9539268028154582e-01 ---------------------------------------------------------------------------------------------------- H(x) for member 1: + AMSUA N19 nobs= 83277 Min=201.8068542480469, Max=282.1977233886719, RMS=233.8559301395111 sondes nobs= 2812 Min=-33.46923446655273, Max=237.4511566162109, RMS=66.49450464374321 - H(x) for member 2: + AMSUA N19 nobs= 83277 Min=201.6491394042969, Max=282.0443115234375, RMS=233.8543791556629 sondes nobs= 2812 Min=-30.53144454956055, Max=237.5347747802734, RMS=66.47644682705078 - H(x) for member 3: + AMSUA N19 nobs= 83277 Min=201.5822601318359, Max=282.1680908203125, RMS=233.854782829338 sondes nobs= 2812 Min=-32.86095428466797, Max=237.9311370849609, RMS=66.51314989418812 - H(x) ensemble background mean: + AMSUA N19 nobs= 83277 Min=201.7046763102213, Max=282.1362915039062, RMS=233.8550114699153 sondes nobs= 2812 Min=-32.28721110026041, Max=237.6390228271484, RMS=66.49058679825113 - background y - H(x): + AMSUA N19 nobs= 83254 Min=-40.12262471516925, Max=14.39438883463544, RMS=1.52021880811151 sondes nobs= 2812 Min=-6.339819272359213, Max=6.252817789713541, RMS=2.077638363669303 - Background mean : ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 +State print | number of fields = 28 | cube sphere face size: C48 eastward_wind | Min:-5.0268509151643670e+01 Max:+8.6686198337381171e+01 RMS:+1.5943048359570170e+01 northward_wind | Min:-7.1281090590794832e+01 Max:+7.0613804297416578e+01 RMS:+7.6835678597476624e+00 air_temperature | Min:+1.7652661362892786e+02 Max:+3.1486440984318642e+02 RMS:+2.4989353796113025e+02 @@ -121,6 +136,11 @@ air_pressure_at_surface | Min:+5.3309177522901453e+04 Max:+ water_vapor_mixing_ratio_wrt_moist_air | Min:+8.4477932715987172e-08 Max:+1.9531761470252519e-02 RMS:+4.8455165312756591e-03 cloud_liquid_ice | Min:-4.5148565665400716e-21 Max:+4.1857236992490481e-04 RMS:+1.0081670582489738e-05 cloud_liquid_water | Min:-1.8646059632736959e-20 Max:+1.0447516732817988e-03 RMS:+3.3566571025591825e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 ozone_mass_mixing_ratio | Min:+2.8043654425670649e-08 Max:+1.7892907435183836e-05 RMS:+4.4944974047442364e-06 geopotential_height_at_surface | Min:-2.7018394470214840e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 @@ -138,17 +158,22 @@ f10m | Min:+9.3258902621206641e-01 Max:+ ---------------------------------------------------------------------------------------------------- Analysis mean : ---------------------------------------------------------------------------------------------------- -State print | number of fields = 23 | cube sphere face size: C48 -eastward_wind | Min:-5.0315150985467646e+01 Max:+8.9876393389687863e+01 RMS:+1.5970695781891864e+01 -northward_wind | Min:-7.0617194357709707e+01 Max:+7.7433452901272716e+01 RMS:+7.7146404816627436e+00 -air_temperature | Min:+1.7652661360280035e+02 Max:+3.1531640650599002e+02 RMS:+2.4990917048199378e+02 -layer_thickness | Min:-2.8742236232070104e+03 Max:-1.5810236370767129e+01 RMS:+9.8306082003772076e+02 -air_pressure_thickness | Min:+6.0599999954215089e-01 Max:+1.7748162499258074e+03 RMS:+9.5672871271407143e+02 +State print | number of fields = 28 | cube sphere face size: C48 +eastward_wind | Min:-5.0315151012088307e+01 Max:+8.9876394093713031e+01 RMS:+1.5970695781224096e+01 +northward_wind | Min:-7.0617201268531801e+01 Max:+7.7433449726355860e+01 RMS:+7.7146404824447874e+00 +air_temperature | Min:+1.7652661360280035e+02 Max:+3.1531640662494840e+02 RMS:+2.4990917048185136e+02 +layer_thickness | Min:-2.8742236232070200e+03 Max:-1.5810236377788424e+01 RMS:+9.8306082003743279e+02 +air_pressure_thickness | Min:+6.0599999954215089e-01 Max:+1.7748162500155472e+03 RMS:+9.5672871271542260e+02 air_pressure_at_surface | Min:+5.3309177524748637e+04 Max:+1.0391290732286175e+05 RMS:+9.8892856414055801e+04 -water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+1.9548967653923610e-02 RMS:+4.8538262888901630e-03 -cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+4.2005681939910546e-04 RMS:+1.0456782979133655e-05 -cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.9000848666799023e-03 RMS:+3.5025871976277917e-05 -ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+1.7891447711963811e-05 RMS:+4.4960701984732963e-06 +water_vapor_mixing_ratio_wrt_moist_air | Min:+0.0000000000000000e+00 Max:+1.9548966528437035e-02 RMS:+4.8538262896707044e-03 +cloud_liquid_ice | Min:+0.0000000000000000e+00 Max:+4.2005729394313881e-04 RMS:+1.0456783110622460e-05 +cloud_liquid_water | Min:+0.0000000000000000e+00 Max:+1.9000854625769036e-03 RMS:+3.5025871953604539e-05 +snow_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_water | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +graupel | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +cloud_ice_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +rain_number_concentration | Min:+0.0000000000000000e+00 Max:+0.0000000000000000e+00 RMS:+0.0000000000000000e+00 +ozone_mass_mixing_ratio | Min:+0.0000000000000000e+00 Max:+1.7891447711240337e-05 RMS:+4.4960701985932252e-06 geopotential_height_at_surface | Min:-2.7018394470214840e+01 Max:+5.2697460937500000e+03 RMS:+6.3032575784066080e+02 slmsk | Min:+0.0000000000000000e+00 Max:+2.0000000000000000e+00 RMS:+6.5853328538727862e-01 sheleg | Min:+0.0000000000000000e+00 Max:+3.2527521006769342e+02 RMS:+2.2874231579198337e+01 From ffb128115924e4b5594ab330295c61c94fb3f7b2 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Tue, 22 Apr 2025 12:42:57 +0000 Subject: [PATCH 6/9] update STAGEDIR for phase-3 validation input --- ush/ufoeval/README_phase3 | 4 ++-- ush/ufoeval/config_gsi.yaml | 2 +- ush/ufoeval/config_jedi.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ush/ufoeval/README_phase3 b/ush/ufoeval/README_phase3 index ad438bbb7..d7d4c1410 100644 --- a/ush/ufoeval/README_phase3 +++ b/ush/ufoeval/README_phase3 @@ -17,8 +17,8 @@ config_gsi.yaml and config_jedi.yaml contain the following user settings HOMEgfs: global-workflow installation STAGEDIR: machine specific path containing job input, set to the machine appropriate path below - Hera: /scratch2/NCEPDEV/stmp1/Russ.Treadon/STAGEDIR - Hercules, Orion: /work2/noaa/stmp/rtreadon/STAGEDIR + Hera: /scratch1/NCEPDEV/da/Russ.Treadon/STAGEDIR + Hercules, Orion: /work2/noaa/da/rtreadon/STAGEDIR RUNDIR: path to the directory in which job will run. Full path is RUNDIR + DA_CORE + DA_TYPE - app files DA_CORE: DA engine to run. Valid options are gsi or jedi diff --git a/ush/ufoeval/config_gsi.yaml b/ush/ufoeval/config_gsi.yaml index c81050f87..28b0e9adf 100644 --- a/ush/ufoeval/config_gsi.yaml +++ b/ush/ufoeval/config_gsi.yaml @@ -12,7 +12,7 @@ job options: directories: HOMEgfs: /scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/test - STAGEDIR: /scratch2/NCEPDEV/stmp1/Russ.Treadon/STAGEDIR + STAGEDIR: /scratch1/NCEPDEV/da/Russ.Treadon/STAGEDIR RUNDIR: /scratch1/NCEPDEV/stmp2/Russ.Treadon/RUNDIRS app files: diff --git a/ush/ufoeval/config_jedi.yaml b/ush/ufoeval/config_jedi.yaml index 032ace914..f65569c61 100644 --- a/ush/ufoeval/config_jedi.yaml +++ b/ush/ufoeval/config_jedi.yaml @@ -12,7 +12,7 @@ job options: directories: HOMEgfs: /scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/test - STAGEDIR: /scratch2/NCEPDEV/stmp1/Russ.Treadon/STAGEDIR + STAGEDIR: /scratch1/NCEPDEV/da/Russ.Treadon/STAGEDIR RUNDIR: /scratch1/NCEPDEV/stmp2/Russ.Treadon/RUNDIRS app files: From 6bb6e4b26a9030f05506479f1447ba10fd7f0856 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Tue, 22 Apr 2025 18:18:29 +0000 Subject: [PATCH 7/9] update jcb-gdas hash to fix atmospheric variational DA failures (#1628) --- parm/jcb-gdas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/jcb-gdas b/parm/jcb-gdas index e00e9d3bc..9d63a018f 160000 --- a/parm/jcb-gdas +++ b/parm/jcb-gdas @@ -1 +1 @@ -Subproject commit e00e9d3bc49aca8179b0665c68fd96c031111c21 +Subproject commit 9d63a018fcb6e1e3a55d57890d23842d88230cdb From 4b4560d2d9490d9439a37b26d54c89872d7e3dfd Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Wed, 23 Apr 2025 11:14:45 +0000 Subject: [PATCH 8/9] increase test_gdasapp_atm_jjob_var_run wall time to 20 minutes --- test/atm/global-workflow/jjob_var_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/atm/global-workflow/jjob_var_run.sh b/test/atm/global-workflow/jjob_var_run.sh index 0f005502e..6f9543fc7 100755 --- a/test/atm/global-workflow/jjob_var_run.sh +++ b/test/atm/global-workflow/jjob_var_run.sh @@ -50,7 +50,7 @@ fi # Execute j-job if [[ $machine = 'HERA' || $machine = 'ORION' || $machine = 'HERCULES' ]]; then - sbatch --ntasks=6 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait --output=atmanlvar-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_VARIATIONAL + sbatch --ntasks=6 --account=$ACCOUNT --qos=batch --time=00:20:00 --export=ALL --wait --output=atmanlvar-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_VARIATIONAL else ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_VARIATIONAL fi From 2ab667485144dc1913327a194ff399b9bc97700c Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Wed, 23 Apr 2025 13:28:35 +0000 Subject: [PATCH 9/9] Update to new stable build on 20250423 --- sorc/vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/vader b/sorc/vader index 9ad283a6a..c1f90b143 160000 --- a/sorc/vader +++ b/sorc/vader @@ -1 +1 @@ -Subproject commit 9ad283a6a034079f38bb27b2c8e46232f5f82a6c +Subproject commit c1f90b143e6fb4dc114fb563e362f5752f002dae