Opened 7 years ago
Closed 7 years ago
#775 closed bug (Fixed)
small bug in new version — at Version 1
| Reported by: | kate | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
| Component: | Nonlinear | Version: | 3.7 |
| Keywords: | Cc: |
Description (last modified by )
Need to use my_ncid instead of ncid in routine netcdf_inq_var:
DO i=1,MIN(Matts,n_gatt)
att_id=i
status=nf90_inq_attname(my_ncid, nf90_global, att_id, &
& att_name(i))
IF (status.eq.nf90_noerr) THEN
status=nf90_inquire_attribute(my_ncid, nf90_global, &
& TRIM(att_name(i)), &
& xtype = att_kind(i), &
& attnum = att_id)
...
END IF
END DO
Change History (2)
by , 7 years ago
| Attachment: | ncid.patch added |
|---|
comment:1 by , 7 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Yes, thank you!