Changeset 157 for palm/trunk/SCRIPTS/NCL/profiles.ncl
- Timestamp:
- Apr 2, 2008 1:22:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/profiles.ncl
r154 r157 10 10 11 11 if (isfilepresent("~/.ncl_preferences")) then 12 parameter = asciiread("~/.ncl_preferences", 63,"string")12 parameter = asciiread("~/.ncl_preferences",73,"string") 13 13 delete(parameter@_FillValue) 14 14 else … … 160 160 if ( .not. isvar("end_time_step") ) then 161 161 end_time_step = nt-1 162 if (parameter(15) .NE. "nt -1") then162 if (parameter(15) .NE. "nt") then 163 163 if (parameter(15) .LE. "0") 164 164 print(" ") … … 420 420 e=-1 421 421 end if 422 422 423 423 do varn = 0, dim-1 424 424 … … 470 470 471 471 temp = f->$vNam(varn)$ 472 data = temp(start_time_step:end_time_step,:) 472 data = temp(start_time_step:end_time_step,:) 473 testx= data*100 473 474 print(" plot of " + vNam(varn)) 474 475 data!1 = "z" … … 487 488 488 489 plot(n) = gsn_csm_xy(wks,data,z_pr,res) 489 490 490 491 delete(temp) 491 492 delete(data)
Note: See TracChangeset
for help on using the changeset viewer.