Hi All,
Should the occurence of ncid1 in lines 805 and 812 be ncgrd instead? Had to make this change (and a few additions to hbackground.F for ncl 5.2.0) in order for stuff to work.
On a kind of related note is there a ncl-ized versions of matlab set_depth and stretching functions. Or maybe an example of how to make a plot of say temperature and interpolated depth of 100m using ncl.
Thanks,
Simon.
Possible bug in roms-plot/src/Utility/opencdf.F
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Possible bug in roms-plot/src/Utility/opencdf.F
Yes, good catch. Thank you for reporting this typo. I updated the plotting repository.
I haven't downloaded a new version of the NCAR's GKS library in long time. It is annoying the they change things in this legacy library and it is not backward compatible. I have struggled with their changes to the internal common blocks for years.
Please send me you modified hbackground.F to see what do they changed this time. I have several CPP flags in the makefile to control these changes according with the libary version. It seem that the last one that I did was for version 4.4.1.
I haven't downloaded a new version of the NCAR's GKS library in long time. It is annoying the they change things in this legacy library and it is not backward compatible. I have struggled with their changes to the internal common blocks for years.
Please send me you modified hbackground.F to see what do they changed this time. I have several CPP flags in the makefile to control these changes according with the libary version. It seem that the last one that I did was for version 4.4.1.
Re: Possible bug in roms-plot/src/Utility/opencdf.F
Hi Hernan,
Attached should be my modified hbackground.F, following the convention have added tests for NCARG520.
Thanks,
Simon.
Attached should be my modified hbackground.F, following the convention have added tests for NCARG520.
Thanks,
Simon.
- Attachments
-
- hbackground.F
- modified to test for NCARG520
- (32.08 KiB) Downloaded 292 times
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Possible bug in roms-plot/src/Utility/opencdf.F
Great, thank you. I updated the plotting package. See ticket for more information.