File |
Line number |
Procedure |
Code |
./verification/flt_example/extra/cvprofiles.F |
347 |
NO PROCEDURE |
Dep_wid = ncvdef (ncid,'Depth_w', NCFLOAT,1,dims,iret) |
./verification/flt_example/extra/cvprofiles.F |
406 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_wid, 'long_name', NCCHAR, 24, name, iret) |
./verification/flt_example/extra/cvprofiles.F |
407 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_wid, 'units', NCCHAR, 16, unit, iret) |
./verification/flt_example/extra/cvprofiles.F |
408 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_wid, 'positive', NCCHAR, 4, 'down',iret) |
./verification/flt_example/extra/cvprofiles.F |
45 |
NO PROCEDURE |
integer Dep_tid, Dep_wid, Dep_wm1id |
./verification/flt_example/extra/cvprofiles.F |
512 |
NO PROCEDURE |
call NCVPT(ncid, Dep_wid, corner, edges, Dep_w, iret) |