[Thread Prev][Thread Next][Index]

[ferret_users] Axis def from samplel() - too many variables to store in memory



Hi, 

I'm trying to define a time axis from a set of discrete time steps
(samples) stored on a text file. Everything works fine for a short
(~100) samples but for 150 steps the execution is aborted with the error
message:
**ERROR: too many variables to store in memory

Any hints on ways to do this ? 
Thanks,

Paulo.
------------------------------------------------------------------

yes? go too_many_vars_test.jnl
 ! NOAA/PMEL TMAP
 ! FERRET v6.07
 ! Linux(g77) 2.4.21-32 - 08/29/07
 !  8-Jun-09 14:01
 
def ax/t="15-jul-2005 00:00":"05-sep-2005 00:00":10/unit=min t10m
 
let tv   = t[gt=t10m]
 
def ax/t=1:150:1 tsamp
Replacing definition of axis TSAMP
def gr/t=tsamp gsamp
 
file/var=lsamp,-,-,-/grid=gsamp too_many_vars_test.txt
 
let tvarsamp = samplel(tv,lsamp)
 
def ax/t/from_data/t0="`tv,ret=t0`"/unit=`tv,ret=tunits` ax_samp =
tvarsamp
 !-> def ax/t/from_data/t0="15-JAN-1901"/unit=MIN ax_samp = tvarsamp
 **ERROR: too many variables to store in memory
def ax/t/from_data/t0="15-JAN-1901"/unit=MIN ax_samp = tvarsamp
Command file, command group, or REPEAT execution aborted

 ! NOAA/PMEL TMAP
 ! FERRET v6.07  
 ! Linux(g77) 2.4.21-32 - 08/29/07
 !  8-Jun-09 14:01     

def ax/t="15-jul-2005 00:00":"05-sep-2005 00:00":10/unit=min t10m

let tv   = t[gt=t10m]

def ax/t=1:100:1 tsamp
def gr/t=tsamp gsamp

file/var=lsamp,-,-,-/grid=gsamp too_many_vars_test.txt

let tvarsamp = samplel(tv,lsamp)

def ax/t/from_data/t0="`tv,ret=t0`"/unit=`tv,ret=tunits` ax_samp = tvarsamp

list t[gt=ax_samp]
    691.    714.    263.    793.
    697.    719.    263.    906.
    703.    722.    256.    908.
    709.    724.    270.    717.
    715.    727.    259.    455.
    721.    750.    251.    203.
    727.    757.    251.    -98.
    733.    760.    267.   -244.
    739.    762.    264.   -318.
    745.    762.    260.   -331.
    751.    767.    253.   -318.
    757.    776.    263.   -413.
    763.    800.    257.  -1230.
    769.    803.    273.  -1343.
    775.    806.    253.  -1485.
    781.    831.    256.  -3659.
    787.    832.    260.  -3527.
    793.    832.    259.  -3350.
    799.    833.    267.  -3145.
    805.    839.    266.  -2991.
    811.    839.    262.  -2326.
    817.    839.    261.  -1825.
    823.    840.    268.  -1237.
    829.    841.    252.   -738.
    835.    843.    259.   -390.
    841.    846.    266.   -158.
    847.    859.    260.   -398.
    853.    912.    274.  -2753.
    859.    917.    252.  -2683.
    865.    920.    270.  -2497.
    871.    923.    264.  -2294.
    877.    920.    251.  -1936.
    883.    918.    282.  -1589.
    889.    915.    261.  -1300.
    895.    919.    282.  -1192.
    901.    919.    284.   -841.
    907.    920.    258.   -401.
    913.    926.    262.   -225.
    919.    932.    253.    -97.
    925.    976.    272.  -3075.
    931.    979.    273.  -3214.
    937.    980.    256.  -3227.
    943.    981.    257.  -3016.
    949.    978.    252.  -2410.
    955.    979.    257.  -2232.
    961.    984.    286.  -1913.
    967.    984.    258.  -1412.
    973.    984.    276.   -726.
    979.    987.    251.   -399.
    985.    993.    251.   -326.
    991.   1006.    267.   -433.
    997.   1024.    261.   -513.
   1003.   1027.    258.   -632.
   1009.   1033.    252.   -908.
   1015.   1033.    258.   -901.
   1021.   1037.    257.  -1021.
   1027.   1042.    266.   -877.
   1033.   1044.    261.   -485.
   1039.   1051.    267.   -665.
   1045.   1056.    254.   -652.
   1051.   1063.    256.   -693.
   1057.   1070.    271.   -679.
   1063.   1073.    256.   -376.
   1069.   1079.    259.   -538.
   1075.   1086.    263.   -384.
   1081.   1093.    267.    184.
   1087.   1120.    296.  -3122.
   1093.   1122.    267.  -3343.
   1099.   1123.    276.  -3255.
   1105.   1125.    275.  -2253.
   1111.   1124.    265.  -1176.
   1117.   1124.    279.   -452.
   1123.   1133.    270.   -552.
   1129.   1138.    250.   -504.
   1135.   1144.    267.   -488.
   1141.   1153.    262.   -595.
   1147.   1160.    253.   -464.
   1153.   1167.    251.   -228.
   1159.   1185.    275.   -775.
   1165.   1190.    252.   -843.
   1171.   1195.    255.   -968.
   1177.   1200.    273.  -1148.
   1183.   1205.    260.  -1110.
   1189.   1219.    271.  -1704.
   1195.   1222.    275.  -1772.
   1201.   1229.    256.  -2054.
   1207.   1244.    252.  -2670.
   1213.   1242.    251.  -2297.
   1219.   1256.    258.  -2854.
   1225.   1274.    259.  -3390.
   1231.   1277.    252.  -3020.
   1237.   1278.    263.  -2664.
   1243.   1278.    253.  -2378.
   1249.   1278.    256.  -1983.
   1255.   1278.    252.  -1521.
   1261.   1283.    265.  -1346.
   1267.   1285.    259.  -1057.
   1273.   1290.    259.   -799.
   1279.   1293.    254.   -510.
   1285.   1302.    273.   -482.
   1291.   1306.    269.   -338.
   1297.   1309.    252.   -205.
   1303.   1312.    265.   -119.
   1309.   1315.    279.   -151.
   1315.   1322.    268.   -417.
   1321.   1339.    261.  -1035.
   1327.   1342.    256.   -706.
   1333.   1345.    253.   -466.
   1339.   1349.    269.   -380.
   1345.   1360.    264.   -620.
   1351.   1378.    276.  -1047.
   1357.   1387.    258.  -1420.
   1363.   1390.    253.  -1362.
   1369.   1391.    254.  -1192.
   1375.   1391.    258.  -1041.
   1381.   1401.    255.  -1074.
   1387.   1403.    265.   -810.
   1393.   1412.    264.  -1288.
   1399.   1416.    264.  -1322.
   1405.   1419.    277.  -1106.
   1411.   1421.    260.   -666.
   1417.   1426.    275.   -393.
   1423.   1432.    274.   -487.
   1429.   1439.    255.   -427.
   1435.   1448.    252.    -73.
   1441.   1468.    263.    -53.
   1447.   1471.    255.   -101.
   1453.   1472.    257.    -70.
   1459.   1473.    270.     -9.
   1465.   1475.    266.    -70.
   1471.   1481.    267.   -286.
   1477.   1485.    255.   -243.
   1483.   1491.    259.   -337.
   1489.   1498.    250.   -419.
   1495.   1502.    260.   -204.
   1501.   1510.    279.    -74.
   1507.   1520.    252.    -86.
   1513.   1540.    250.   -832.
   1519.   1545.    253.   -971.
   1525.   1546.    271.  -1070.
   1531.   1547.    270.   -771.
   1537.   1550.    275.   -454.
   1543.   1551.    256.   -221.
   1549.   1557.    276.    -93.
   1555.   1565.    274.   -228.
   1561.   1572.    271.   -368.
   1567.   1578.    261.   -375.
   1573.   1582.    269.   -225.
   1579.   1586.    268.    -69.
   1585.   1601.    260.    299.
   1591.   1611.    280.    729.
   1597.   1613.    274.    674.
   1603.   1614.    257.    525.
   1609.   1616.    269.    273.
   1615.   1623.    262.     80.
   1621.   1629.    265.    -76.
   1627.   1638.    279.   -391.
   1633.   1642.    265.   -214.
   1639.   1649.    264.   -200.
   1645.   1658.    251.   -327.
   1651.   1675.    261.   -310.
   1657.   1689.    272.   -832.
   1663.   1690.    266.   -834.
   1669.   1691.    277.   -847.
   1675.   1693.    273.   -819.
   1681.   1696.    251.   -513.
   1687.   1707.    256.   -617.
   1693.   1716.    257.   -804.
   1699.   1718.    266.   -741.
   1705.   1718.    277.   -564.
   1711.   1719.    259.   -329.
   1717.   1723.    252.   -306.
   1723.   1733.    263.   -513.

[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement