[Thread Prev][Thread Next][Index]

[ferret_users] saving detranded data using time stamp



Dear Ferret Users,

I want to save detraned temperature standadrd deviation from a couple of files into a new file using time stamp option.I tried the following:

use CM3_REF_TA.nc"; let P = T[GT=TA]; let Q = TA
set grid p; go regresst
let TA_Det_Ano = Q-QHAT
let TA_Det_Ano_SQ = TAD3REF_DET^2
let TA_Det_SD = (TAD3REF_SQ_DET[L=@SUM]/29)^0.5
DEFINE AXIS/T=1:20:1  tstamp; DEFINE GRID/T=tstamp  gstamp
LET  timestamp = T[G=gstamp] * 0             
let TA_Det_SD_ts=TA_Det_SD+timestamp
save/file=TA_DT_SD.nc  TA_Det_SD_ts[l=1]        
**ERROR: inconsistent sizes of data regions: can't label T axis of Q

Also save/file=TA_SD_DT.nc  TA_Det_SD

works fine without time stamp.I can proceed by defining seperate variable for each file and saving them but its convinent to save in single variable name using time stamp.How can I solve the problem?

Thanking in advance!
Jagadish


Yahoo! Mail goes everywhere you do. Get it on your phone.
[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement