File |
Line number |
Procedure |
Code |
./verification/flt_example/extra/cvprofiles.F |
345 |
NO PROCEDURE |
Dep_tid = ncvdef (ncid,'Depth_t', NCFLOAT,1,dims,iret) |
./verification/flt_example/extra/cvprofiles.F |
391 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_tid, 'long_name', NCCHAR, 24, name, iret) |
./verification/flt_example/extra/cvprofiles.F |
392 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_tid, 'units', NCCHAR, 16, unit, iret) |
./verification/flt_example/extra/cvprofiles.F |
393 |
NO PROCEDURE |
call NCAPTC(ncid, Dep_tid, 'positive', NCCHAR, 4, 'down',iret) |
./verification/flt_example/extra/cvprofiles.F |
396 |
NO PROCEDURE |
& call NCAPTC(ncid, Dep_tid, 'edges',NCCHAR, 7,'Depth_w',iret) |
./verification/flt_example/extra/cvprofiles.F |
45 |
NO PROCEDURE |
integer Dep_tid, Dep_wid, Dep_wm1id |
./verification/flt_example/extra/cvprofiles.F |
508 |
NO PROCEDURE |
call NCVPT(ncid, Dep_tid, corner, edges, Dep_t, iret) |