Apologies if these 2 items have been discussed already or are wrong.
1) I find the gfortran fails to compile the slevels.F routine in the plot/src/Utility directory, with the variable tindx already defined.
Compile works if I change line 35 as follows:
Code: Select all
! integer file, nc_gid, tindx
integer file, nc_gid
Code: Select all
2004 0 : year and starting year-day (use yearday<0, for no time label)
Code: Select all
2002 0 : year and starting year-day (use yearday<0, for no time label)
My recollection is that this number had the expected impact in previous versions of ccnt, but I'm having trouble reproducing them because of changes to the package.
Note that the second number, the year-day appears also to be ignored if it's >=0.
As a related suggestion, could ccnt automatically determine the proper date as ocean_time has the relevant initialization time as an attribute?
Thanks very much.