[WAM-IPE] WAM-IPE r98231: Modify the WAM model code for adding the IPE back c...

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Wed Oct 11 18:58:07 UTC 2017


Friendly WAM-IPE developers,

This is an automated email about a WAM-IPE commit.

Project: WAM-IPE
URL: https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk
Revision: 98231
Author:   weiyu.yang at noaa.gov
Date:     2017-10-11T18:44:15.333465Z
Message:
Modify the WAM model code for adding the IPE back coupling to WAM model function


See attached file for full differences.


First 4000 bytes of differences:
Index: checkout/oldtests/rt_gfs.sh
===================================================================
--- checkout/oldtests/rt_gfs.sh	(revision 97099)
+++ checkout/oldtests/rt_gfs.sh	(revision 98231)
@@ -75,6 +75,7 @@
  export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
  export F107_KP_SIZE=${F107_KP_SIZE:-360}
  export F107_KP_DATA_SIZE=${F107_KP_DATA_SIZE:-56}
+ export IPE_TO_WAM_COUPLING=${IPE_TO_WAM_COUPLING:-.false.}
 
  cd $PATHRT
 if [[ "${RT_DEBUG:-NO}" == YES ]] ; then
@@ -352,12 +353,17 @@
 # Give 10 seconds for data to show up on file system
 sleep 10
 
-BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+# Point the baseline data set to Weiyu's directory.
+#--------------------------------------------------
+# BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+BASELINE_CNTL_DIR="/scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/$CNTL_DIR"
 
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")  >> ${REGRESSIONTEST_LOG}
            echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
            echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")
            echo "working dir  = ${RUNDIR}"
            echo "Checking test ${TEST_NR} results ...."
 
Index: checkout/oldtests/rt_gfs.sh_restart
===================================================================
--- checkout/oldtests/rt_gfs.sh_restart	(revision 97099)
+++ checkout/oldtests/rt_gfs.sh_restart	(revision 98231)
@@ -81,6 +81,7 @@
  export WAM_IPE_COUPLING=${WAM_IPE_COUPLING:-.false.}
  export HEIGHT_DEPENDENT_G=${HEIGHT_DEPENDENT_G:-.false.}
  export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
+ export IPE_TO_WAM_COUPLING=${IPE_TO_WAM_COUPLING:-.false.}
 
  cd $PATHRT
 if [[ "${RT_DEBUG:-NO}" == YES ]] ; then
@@ -358,12 +359,17 @@
 # Give 10 seconds for data to show up on file system
 sleep 10
 
-BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+# Point the baseline data set to Weiyu's directory.
+#--------------------------------------------------
+# BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+BASELINE_CNTL_DIR="/scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/$CNTL_DIR"
 
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")  >> ${REGRESSIONTEST_LOG}
            echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
            echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")
            echo "working dir  = ${RUNDIR}"
            echo "Checking test ${TEST_NR} results ...."
 
Index: checkout/oldtests/exglobal_fcst_nems.sh
===================================================================
--- checkout/oldtests/exglobal_fcst_nems.sh	(revision 97099)
+++ checkout/oldtests/exglobal_fcst_nems.sh	(revision 98231)
@@ -1370,6 +1370,7 @@
 nhours_dfini=${nhours_dfini:-$FHDFI}
 
 #nam_atm +++++++++++++++++++++++++++
+iau:                     .false.
 nlunit:                  35
 deltim:                  ${DELTIM}.0
 fhrot:                   $FHROT
@@ -1714,6 +1715,7 @@
   f107_kp_data_size=$F107_KP_DATA_SIZE, 
   f107_kp_interval=$F107_KP_INTERVAL,
   f107_kp_skip_size=$F107_KP_SKIP_SIZE,
+  ipe_to_wam_coupling=$IPE_TO_WAM_COUPLING,
   ngptc=$NGPTC, hybrid=$HYBRID, tfiltc=$TFILTC,
   gen_coord_hybrid=$GEN_COORD_HYBRID,
   thermodyn_id=$THERMODYN_ID, sfcpress_id=$SFCPRESS_ID,
Index: checkout/oldtests/Regre


... see attachment for the rest ...
-------------- next part --------------
Index: checkout/oldtests/rt_gfs.sh
===================================================================
--- checkout/oldtests/rt_gfs.sh	(revision 97099)
+++ checkout/oldtests/rt_gfs.sh	(revision 98231)
@@ -75,6 +75,7 @@
  export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
  export F107_KP_SIZE=${F107_KP_SIZE:-360}
  export F107_KP_DATA_SIZE=${F107_KP_DATA_SIZE:-56}
+ export IPE_TO_WAM_COUPLING=${IPE_TO_WAM_COUPLING:-.false.}
 
  cd $PATHRT
 if [[ "${RT_DEBUG:-NO}" == YES ]] ; then
@@ -352,12 +353,17 @@
 # Give 10 seconds for data to show up on file system
 sleep 10
 
-BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+# Point the baseline data set to Weiyu's directory.
+#--------------------------------------------------
+# BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+BASELINE_CNTL_DIR="/scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/$CNTL_DIR"
 
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")  >> ${REGRESSIONTEST_LOG}
            echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
            echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")
            echo "working dir  = ${RUNDIR}"
            echo "Checking test ${TEST_NR} results ...."
 
Index: checkout/oldtests/rt_gfs.sh_restart
===================================================================
--- checkout/oldtests/rt_gfs.sh_restart	(revision 97099)
+++ checkout/oldtests/rt_gfs.sh_restart	(revision 98231)
@@ -81,6 +81,7 @@
  export WAM_IPE_COUPLING=${WAM_IPE_COUPLING:-.false.}
  export HEIGHT_DEPENDENT_G=${HEIGHT_DEPENDENT_G:-.false.}
  export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
+ export IPE_TO_WAM_COUPLING=${IPE_TO_WAM_COUPLING:-.false.}
 
  cd $PATHRT
 if [[ "${RT_DEBUG:-NO}" == YES ]] ; then
@@ -358,12 +359,17 @@
 # Give 10 seconds for data to show up on file system
 sleep 10
 
-BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+# Point the baseline data set to Weiyu's directory.
+#--------------------------------------------------
+# BASELINE_CNTL_DIR="${BASELINE_DIR:-$RTPWD}/$CNTL_DIR"
+BASELINE_CNTL_DIR="/scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/$CNTL_DIR"
 
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")  >> ${REGRESSIONTEST_LOG}
            echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
            echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
-(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+# (echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+(echo;echo;echo "baseline dir = $BASELINE_CNTL_DIR")
            echo "working dir  = ${RUNDIR}"
            echo "Checking test ${TEST_NR} results ...."
 
Index: checkout/oldtests/exglobal_fcst_nems.sh
===================================================================
--- checkout/oldtests/exglobal_fcst_nems.sh	(revision 97099)
+++ checkout/oldtests/exglobal_fcst_nems.sh	(revision 98231)
@@ -1370,6 +1370,7 @@
 nhours_dfini=${nhours_dfini:-$FHDFI}
 
 #nam_atm +++++++++++++++++++++++++++
+iau:                     .false.
 nlunit:                  35
 deltim:                  ${DELTIM}.0
 fhrot:                   $FHROT
@@ -1714,6 +1715,7 @@
   f107_kp_data_size=$F107_KP_DATA_SIZE, 
   f107_kp_interval=$F107_KP_INTERVAL,
   f107_kp_skip_size=$F107_KP_SKIP_SIZE,
+  ipe_to_wam_coupling=$IPE_TO_WAM_COUPLING,
   ngptc=$NGPTC, hybrid=$HYBRID, tfiltc=$TFILTC,
   gen_coord_hybrid=$GEN_COORD_HYBRID,
   thermodyn_id=$THERMODYN_ID, sfcpress_id=$SFCPRESS_ID,
Index: checkout/oldtests/RegressionTests_theia.log
===================================================================
--- checkout/oldtests/RegressionTests_theia.log	(revision 97099)
+++ checkout/oldtests/RegressionTests_theia.log	(revision 98231)
@@ -1,144 +1,144 @@
 Starting :
-Fri Sep  1 15:00:01 UTC 2017
+Tue Oct 10 20:14:10 UTC 2017
 ======================================================================
 Setting up to run NEMS on compset: 'swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170'.
-RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170'.
 Test 
 WAM-IPE 1h side-by-side run
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/RT/WAM-IPE/WAM-IPE_NEMS201606-20170302/data/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170_V0003
-working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170_V0003
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1hr_sbys_gsm%wam%T62_ipe%80x170
 Checking test  results ....
  Comparing IPE.inp.........OK
  Comparing SMSnamelist.........OK
- Comparing sigf00............NOT OK
- Comparing sigf01............NOT OK
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
  Comparing sfcf00.........OK
- Comparing sfcf01............NOT OK
+ Comparing sfcf01.........OK
  Comparing flxf00.........OK
- Comparing flxf01............NOT OK
- Comparing plasma00............NOT OK
- Comparing plasma01............NOT OK
- Comparing plasma02............NOT OK
- Comparing plasma03............NOT OK
- Comparing plasma04............NOT OK
- Comparing plasma05............NOT OK
- Comparing plasma06............NOT OK
- Comparing plasma07............NOT OK
- Comparing plasma08............NOT OK
- Comparing plasma09............NOT OK
- Comparing plasma10............NOT OK
- Comparing plasma11............NOT OK
- Comparing plasma12............NOT OK
- Comparing plasma13............NOT OK
- Comparing plasma14............NOT OK
- Comparing plasma15............NOT OK
+ Comparing flxf01.........OK
+ Comparing plasma00.........OK
+ Comparing plasma01.........OK
+ Comparing plasma02.........OK
+ Comparing plasma03.........OK
+ Comparing plasma04.........OK
+ Comparing plasma05.........OK
+ Comparing plasma06.........OK
+ Comparing plasma07.........OK
+ Comparing plasma08.........OK
+ Comparing plasma09.........OK
+ Comparing plasma10.........OK
+ Comparing plasma11.........OK
+ Comparing plasma12.........OK
+ Comparing plasma13.........OK
+ Comparing plasma14.........OK
+ Comparing plasma15.........OK
  Comparing plasma16.........OK
  Comparing wam3dgridnew2.nc.........OK
  Comparing ipe3dgrid2.nc.........OK
-Test  FAIL 
+Test  PASS 
 
 
 
 ======================================================================
 Setting up to run NEMS on compset: 'swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170'.
-RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170'.
 Test 
 WAM-IPE 1h coupled run
 GFS, 40 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/RT/WAM-IPE/WAM-IPE_NEMS201606-20170302/data/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170_V0003
-working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170_V0003
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1hr_spacewx_gsm%wam%T62_ipe%80x170
 Checking test  results ....
  Comparing IPE.inp.........OK
  Comparing SMSnamelist.........OK
- Comparing sigf00............NOT OK
- Comparing sigf01............NOT OK
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
  Comparing sfcf00.........OK
- Comparing sfcf01............NOT OK
+ Comparing sfcf01.........OK
  Comparing flxf00.........OK
- Comparing flxf01............NOT OK
- Comparing plasma00............NOT OK
- Comparing plasma01............NOT OK
- Comparing plasma02............NOT OK
- Comparing plasma03............NOT OK
- Comparing plasma04............NOT OK
- Comparing plasma05............NOT OK
- Comparing plasma06............NOT OK
- Comparing plasma07............NOT OK
- Comparing plasma08............NOT OK
- Comparing plasma09............NOT OK
- Comparing plasma10............NOT OK
- Comparing plasma11............NOT OK
- Comparing plasma12............NOT OK
- Comparing plasma13............NOT OK
- Comparing plasma14............NOT OK
- Comparing plasma15............NOT OK
+ Comparing flxf01.........OK
+ Comparing plasma00.........OK
+ Comparing plasma01.........OK
+ Comparing plasma02.........OK
+ Comparing plasma03.........OK
+ Comparing plasma04.........OK
+ Comparing plasma05.........OK
+ Comparing plasma06.........OK
+ Comparing plasma07.........OK
+ Comparing plasma08.........OK
+ Comparing plasma09.........OK
+ Comparing plasma10.........OK
+ Comparing plasma11.........OK
+ Comparing plasma12.........OK
+ Comparing plasma13.........OK
+ Comparing plasma14.........OK
+ Comparing plasma15.........OK
  Comparing plasma16.........OK
- Comparing wam3dgridnew2.nc............NOT OK
- Comparing ipe3dgrid2.nc............NOT OK
- Comparing wam2dmesh.nc............NOT OK
-Test  FAIL 
+ Comparing wam3dgridnew2.nc.........OK
+ Comparing ipe3dgrid2.nc.........OK
+ Comparing wam2dmesh.nc.........OK
+Test  PASS 
 
 
 
 ======================================================================
 Setting up to run NEMS on compset: 'swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170'.
-RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170'.
 Test 
 WAM-IPE 1day coupled run
 GFS, 64 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/RT/WAM-IPE/WAM-IPE_NEMS201606-20170302/data/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170_V0003
-working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170_V0003
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170
 Checking test  results ....
  Comparing IPE.inp.........OK
  Comparing SMSnamelist.........OK
- Comparing sigf00............NOT OK
- Comparing sigf01............NOT OK
- Comparing sigf02............NOT OK
- Comparing sigf06............NOT OK
- Comparing sigf12............NOT OK
- Comparing sigf18............NOT OK
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf02.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf18.........OK
  Comparing sigf24............MISSING file
  Comparing sfcf00.........OK
- Comparing sfcf01............NOT OK
- Comparing sfcf02............NOT OK
- Comparing sfcf06............NOT OK
- Comparing sfcf12............NOT OK
- Comparing sfcf18............NOT OK
+ Comparing sfcf01.........OK
+ Comparing sfcf02.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf18.........OK
  Comparing sfcf24............MISSING file
  Comparing flxf00.........OK
- Comparing flxf01............NOT OK
- Comparing flxf02............NOT OK
- Comparing flxf06............NOT OK
- Comparing flxf12............NOT OK
- Comparing flxf18............NOT OK
+ Comparing flxf01.........OK
+ Comparing flxf02.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf18.........OK
  Comparing flxf24............MISSING file
- Comparing plasma00............NOT OK
- Comparing plasma01............NOT OK
- Comparing plasma02............NOT OK
- Comparing plasma03............NOT OK
- Comparing plasma04............NOT OK
- Comparing plasma05............NOT OK
- Comparing plasma06............NOT OK
- Comparing plasma07............NOT OK
- Comparing plasma08............NOT OK
- Comparing plasma09............NOT OK
- Comparing plasma10............NOT OK
- Comparing plasma11............NOT OK
- Comparing plasma12............NOT OK
- Comparing plasma13............NOT OK
- Comparing plasma14............NOT OK
- Comparing plasma15............NOT OK
+ Comparing plasma00.........OK
+ Comparing plasma01.........OK
+ Comparing plasma02.........OK
+ Comparing plasma03.........OK
+ Comparing plasma04.........OK
+ Comparing plasma05.........OK
+ Comparing plasma06.........OK
+ Comparing plasma07.........OK
+ Comparing plasma08.........OK
+ Comparing plasma09.........OK
+ Comparing plasma10.........OK
+ Comparing plasma11.........OK
+ Comparing plasma12.........OK
+ Comparing plasma13.........OK
+ Comparing plasma14.........OK
+ Comparing plasma15.........OK
  Comparing plasma16.........OK
- Comparing wam3dgridnew2.nc............NOT OK
- Comparing ipe3dgrid2.nc............NOT OK
- Comparing wam2dmesh.nc............NOT OK
+ Comparing wam3dgridnew2.nc.........OK
+ Comparing ipe3dgrid2.nc.........OK
+ Comparing wam2dmesh.nc.........OK
 Test  FAIL 
 
 
@@ -145,54 +145,84 @@
 
 ======================================================================
 Setting up to run NEMS on compset: 'swpc%20090115_2day_wam_gsm%wam%T62'.
-RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_2day_wam_gsm%wam%T62'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62'.
 Test 
 WAM 2d STANDALONE run
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/RT/WAM-IPE/WAM-IPE_NEMS201606-20170302/data/swpc%20090115_2day_wam_gsm%wam%T62_V0001
-working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_2day_wam_gsm%wam%T62
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_2day_wam_gsm%wam%T62_V0001
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62
 Checking test  results ....
- Comparing sigf00............NOT OK
- Comparing sigf12............NOT OK
- Comparing sigf24............NOT OK
- Comparing sigf36............NOT OK
- Comparing sigf48............NOT OK
+ Comparing sigf00.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf36.........OK
+ Comparing sigf48.........OK
  Comparing sfcf00.........OK
- Comparing sfcf12............NOT OK
- Comparing sfcf24............NOT OK
- Comparing sfcf36............NOT OK
- Comparing sfcf48............NOT OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf36.........OK
+ Comparing sfcf48.........OK
  Comparing flxf00.........OK
- Comparing flxf12............NOT OK
- Comparing flxf24............NOT OK
- Comparing flxf36............NOT OK
- Comparing flxf48............NOT OK
-Test  FAIL 
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf36.........OK
+ Comparing flxf48.........OK
+Test  PASS 
 
 
 
 ======================================================================
 Setting up to run NEMS on compset: 'swpc%20090115_2day_wam_gsm%wam%T62_restart'.
-RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_2day_wam_gsm%wam%T62_restart'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62_restart'.
 Test 
 WAM 2d STANDALONE restart run
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/RT/WAM-IPE/WAM-IPE_NEMS201606-20170302/data/swpc%20090115_2day_wam_gsm%wam%T62_V0001
-working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_78265/swpc%20090115_2day_wam_gsm%wam%T62_restart
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_2day_wam_gsm%wam%T62_V0001
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62_restart
 Checking test  results ....
- Comparing sigf36............NOT OK
- Comparing sigf48............NOT OK
- Comparing sfcf36............NOT OK
- Comparing sfcf48............NOT OK
- Comparing flxf36............NOT OK
- Comparing flxf48............NOT OK
-Test  FAIL 
+ Comparing sigf36.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf36.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf36.........OK
+ Comparing flxf48.........OK
+Test  PASS 
 
 
 
 ======================================================================
-Fri Sep  1 18:45:22 UTC 2017
+Setting up to run NEMS on compset: 'swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM'.
+RUNDIR: '/scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM'.
+Test 
+WAM 2d STANDALONE run, test IPE back couple to WAM
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/Weiyu.Yang/REGRESSION_TEST/swpc%20090115_2day_wam_gsm%wam%T62_V0001_IPE_coupling
+working dir  = /scratch3/NCEPDEV/swpc/scrub/Weiyu.Yang/rt_83764/swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM
+Checking test  results ....
+ Comparing sigf00.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf36.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf36.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf00.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf36.........OK
+ Comparing flxf48.........OK
+Test  PASS 
+
+
+
+======================================================================
+Wed Oct 11 00:09:05 UTC 2017
Index: checkout/oldtests/gfs_fcst_run.IN_Linux
===================================================================
--- checkout/oldtests/gfs_fcst_run.IN_Linux	(revision 97099)
+++ checkout/oldtests/gfs_fcst_run.IN_Linux	(revision 98231)
@@ -60,6 +60,7 @@
  export F107_KP_SIZE=@[F107_KP_SIZE]
  export F107_KP_DATA_SIZE=@[F107_KP_DATA_SIZE]
  export F107_KP_INTERVAL=@[F107_KP_INTERVAL]
+ export IPE_TO_WAM_COUPLING=@[IPE_TO_WAM_COUPLING]
  export WAM_IPE_COUPLING=@[WAM_IPE_COUPLING]
  export HEIGHT_DEPENDENT_G=@[HEIGHT_DEPENDENT_G]
  export F107_KP_SKIP_SIZE=@[F107_KP_SKIP_SIZE]
Index: checkout/oldcompsets/default.compsetRun
===================================================================
--- checkout/oldcompsets/default.compsetRun	(revision 97099)
+++ checkout/oldcompsets/default.compsetRun	(revision 98231)
@@ -23,3 +23,4 @@
 swpc%20090115_1day_spacewx_gsm%wam%T62_ipe%80x170
 swpc%20090115_2day_wam_gsm%wam%T62
 swpc%20090115_2day_wam_gsm%wam%T62_restart
+swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM
Index: checkout/oldcompsets/swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM
===================================================================
--- checkout/oldcompsets/swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM	(nonexistent)
+++ checkout/oldcompsets/swpc%20090115_2day_wam_gsm%wam%T62_IPE_coupling_WAM	(revision 98231)
@@ -0,0 +1,63 @@
+###############################################################################
+#
+#  WAM standalone run
+#
+###############################################################################
+
+export TEST_DESCR="WAM 2d STANDALONE run, test IPE back couple to WAM"
+
+# - gsm configuration ---
+export_gsm
+export CDATE=2009011500
+export WLCLK=30
+export QUEUE=debug
+export NDAYS=2
+export FHOUT=6
+export FHZER=6
+export FHRES=30
+export TASKS=32
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=0
+export CP2=.false.
+export IDEA=.true.
+
+# For not restart.
+# ----------------
+export fcst_begin=YES
+
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_fast_sec=180.0
+export coupling_interval_sec=180.0
+
+export F107_KP_SIZE=16
+export F107_KP_DATA_SIZE=56
+export F107_KP_INTERVAL=10800
+export WAM_IPE_COUPLING=.true.
+export HEIGHT_DEPENDENT_G=.true.
+export F107_KP_SKIP_SIZE=24
+# export IPE_TO_WAM_COUPLING=.false.
+export IPE_TO_WAM_COUPLING=.true.
+
+# - component specific setup calls ---
+setup_wam_T62_2009011500
+setup_spaceweather_gsm%wam%T62_ipe%80x170
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=swpc%20090115_2day_wam_gsm%wam%T62_V0001_IPE_coupling
+export LIST_FILES="sigf00 sigf12 sigf24 sigf36 sigf48 \
+                   sfcf00 sfcf12 sfcf24 sfcf36 sfcf48 \
+                   flxf00 flxf12 flxf24 flxf36 flxf48"
Index: checkout
===================================================================
--- checkout	(revision 97099)
+++ checkout	(revision 98231)

Property changes on: checkout
___________________________________________________________________
Modified: svn:externals
## -1,5 +1,5 ##
-              NEMS  -r97098 https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk
-NEMS/src/atmos/gsm  -r96077 https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk
+              NEMS  -r98230 https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk
+NEMS/src/atmos/gsm  -r98229 https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk
 NEMS/src/atmos/nmm  -r85687 https://svnemc.ncep.noaa.gov/projects/nems/external_comps/NMM
             IPELIB          https://github.com/IonospherePlasmasphereElectrodynamics/ipe/tags/0.9.2
                IPE  -r93848 https://svnemc.ncep.noaa.gov/projects/ipe/branches/nuopc_cap


More information about the WAM-IPE mailing list