diff -u -u -Nur test-org/histaxis.f90 test/histaxis.f90 --- test-org/histaxis.f90 Mon Aug 22 23:49:43 2005 +++ test/histaxis.f90 Sun Sep 4 18:51:12 2005 @@ -26,7 +26,7 @@ continue !----- デバッグモードへ ----- - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! HistoryCreate2 と HistoryAddVariable2 を用いた基本出力テスト diff -u -u -Nur test-org/histaxis.sh test/histaxis.sh --- test-org/histaxis.sh Fri Aug 5 02:54:16 2005 +++ test/histaxis.sh Sun Sep 4 18:52:43 2005 @@ -4,13 +4,6 @@ ${MAKE:-make} histaxis -test ! -f xhistaxis/xhistaxis1.nc || rm -f xhistaxis/xhistaxis1.nc -test ! -f xhistaxis/xhistaxis2.nc || rm -f xhistaxis/xhistaxis2.nc -test ! -f xhistaxis/xhistaxis3.nc || rm -f xhistaxis/xhistaxis3.nc -test ! -f xhistaxis/xhistaxis4.nc || rm -f xhistaxis/xhistaxis4.nc - -./histaxis 2> xdifs.log - cd xhistaxis date_to_unknown='s/[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9][+-][0-9][0-9]:[0-9][0-9]/unknown/' diff -u -u -Nur test-org/histcopy.f90 test/histcopy.f90 --- test-org/histcopy.f90 Wed Jul 20 18:22:25 2005 +++ test/histcopy.f90 Sun Sep 4 18:51:35 2005 @@ -25,7 +25,7 @@ continue - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! まずはコピー元となるファイルを作成 diff -u -u -Nur test-org/histcopy.sh test/histcopy.sh --- test-org/histcopy.sh Fri Aug 5 02:57:00 2005 +++ test/histcopy.sh Sun Sep 4 18:52:33 2005 @@ -15,13 +15,6 @@ rm -f xhistcopy2.nc rm -f xhistcopy3.nc -##### Execute histcopy ##### -test ! -f xhistcopy/xhistcopy1.nc || rm -f xhistcopy/xhistcopy1.nc -test ! -f xhistcopy/xhistcopy2.nc || rm -f xhistcopy/xhistcopy2.nc -test ! -f xhistcopy/xhistcopy3.nc || rm -f xhistcopy/xhistcopy3.nc - -./histcopy 2> xdifs.log - cd xhistcopy date_to_unknown='s/[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9][+-][0-9][0-9]:[0-9][0-9]/unknown/' diff -u -u -Nur test-org/histget.f90 test/histget.f90 --- test-org/histget.f90 Thu Sep 1 22:27:00 2005 +++ test/histget.f90 Sun Sep 4 18:51:50 2005 @@ -43,7 +43,7 @@ character(string), parameter :: subname = 'histget' continue - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! まずは入力用のファイルを作成 diff -u -u -Nur test-org/histget.sh test/histget.sh --- test-org/histget.sh Sat Aug 27 15:48:38 2005 +++ test/histget.sh Sun Sep 4 18:51:59 2005 @@ -4,14 +4,6 @@ ${MAKE:-make} histget -test ! -f xhistget/xhistget1.nc || rm -f xhistget/xhistget1.nc -test ! -f xhistget/xhistget2.nc || rm -f xhistget/xhistget2.nc -test ! -f xhistget/xhistget3.nc || rm -f xhistget/xhistget3.nc -test ! -f xhistget/xhistget4.nc || rm -f xhistget/xhistget4.nc -test ! -f xhistget/xhistget5.nc || rm -f xhistget/xhistget5.nc - -./histget 2> xdifs.log - cd xhistget date_to_unknown='s/[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9][+-][0-9][0-9]:[0-9][0-9]/unknown/' diff -u -u -Nur test-org/histtest.f90 test/histtest.f90 --- test-org/histtest.f90 Sun Aug 14 23:17:33 2005 +++ test/histtest.f90 Sun Sep 4 18:51:28 2005 @@ -21,7 +21,7 @@ continue !----- デバッグモードへ ----- - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! HistoryCreate1 を用いた基本出力テスト diff -u -u -Nur test-org/histtest.sh test/histtest.sh --- test-org/histtest.sh Sun Aug 14 23:16:16 2005 +++ test/histtest.sh Sun Sep 4 18:53:00 2005 @@ -4,17 +4,6 @@ ${MAKE:-make} histtest -test ! -f xhisttest/xhisttest1.nc || rm -f xhisttest/xhisttest1.nc -test ! -f xhisttest/xhisttest2.nc || rm -f xhisttest/xhisttest2.nc -test ! -f xhisttest/xhisttest3.nc || rm -f xhisttest/xhisttest3.nc -test ! -f xhisttest/xhisttest4.nc || rm -f xhisttest/xhisttest4.nc -test ! -f xhisttest/xhisttest5.nc || rm -f xhisttest/xhisttest5.nc -test ! -f xhisttest/xhisttest6.nc || rm -f xhisttest/xhisttest6.nc -test ! -f xhisttest/xhisttest7.nc || rm -f xhisttest/xhisttest7.nc -test ! -f xhisttest/xhisttest8.nc || rm -f xhisttest/xhisttest8.nc - -./histtest 2> xdifs.log - cd xhisttest date_to_unknown='s/[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9][+-][0-9][0-9]:[0-9][0-9]/unknown/'