
Set and retrieve parameters for Fitgrid routines. NCL affords a convenient implementation of these parameter setting and retrieval functions.
procedure ftsetp(
pnam[1] : string,
pval[1]
)
function ftgetp(
pnam[1] : string,
)
begin
ftsetp("sig",0.9)
cur_sig = ftgetp("sig")
print(cur_sig)
end
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?