diff -u -Nur test-org/histaxis.f90 test/histaxis.f90 --- test-org/histaxis.f90 2005-06-22 01:40:48.000000000 +0900 +++ test/histaxis.f90 2005-06-22 01:40:48.000000000 +0900 @@ -26,7 +26,7 @@ continue !----- デバッグモードへ ----- - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! HistoryCreate2 と HistoryAddVariable2 を用いた基本出力テスト diff -u -Nur test-org/histaxis.sh test/histaxis.sh --- test-org/histaxis.sh 2004-12-04 03:47:43.000000000 +0900 +++ test/histaxis.sh 2005-06-22 01:01:49.000000000 +0900 @@ -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 ###### Basic Create test of HistoryCreate2 and HistoryAddVariable2 ##### diff -u -Nur test-org/histcopy.f90 test/histcopy.f90 --- test-org/histcopy.f90 2005-06-22 01:40:48.000000000 +0900 +++ test/histcopy.f90 2005-06-22 01:40:48.000000000 +0900 @@ -25,7 +25,7 @@ continue - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! まずはコピー元となるファイルを作成 diff -u -Nur test-org/histcopy.sh test/histcopy.sh --- test-org/histcopy.sh 2004-11-21 22:05:37.000000000 +0900 +++ test/histcopy.sh 2005-06-22 01:02:15.000000000 +0900 @@ -15,12 +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 diff -u -Nur test-org/histget.f90 test/histget.f90 --- test-org/histget.f90 2004-12-25 20:43:38.000000000 +0900 +++ test/histget.f90 2005-06-22 01:02:22.000000000 +0900 @@ -40,7 +40,7 @@ character(string), parameter :: subname = 'histget' continue - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! まずは入力用のファイルを作成 diff -u -Nur test-org/histget.sh test/histget.sh --- test-org/histget.sh 2004-11-20 17:36:34.000000000 +0900 +++ test/histget.sh 2005-06-22 01:02:33.000000000 +0900 @@ -4,13 +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 - -./histget 2> xdifs.log - cd xhistget ncdump xhistget1.nc > xhistget1.cdl diff -u -Nur test-org/histtest.f90 test/histtest.f90 --- test-org/histtest.f90 2005-06-22 01:40:48.000000000 +0900 +++ test/histtest.f90 2005-06-22 01:40:48.000000000 +0900 @@ -21,7 +21,7 @@ continue !----- デバッグモードへ ----- - call SetDebug + call SetDebug(3) !----------------------------------------------------------------- ! HistoryCreate1 を用いた基本出力テスト diff -u -Nur test-org/histtest.sh test/histtest.sh --- test-org/histtest.sh 2005-05-31 00:00:57.000000000 +0900 +++ test/histtest.sh 2005-06-22 01:02:49.000000000 +0900 @@ -4,15 +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 - -./histtest 2> xdifs.log - cd xhisttest ###### Basic Create test (Conventions auto output) #####