daily2regunc -- Convert daily averages to netcdf files. Data output is for a regular grid at fixed depth levels. These routines work on daily average files as generated by hycom. In order to use the routines you need to define "DAILY_AVERAGE" in the MODEL.CPP file of your model. Use gmake to generate routines (gmake new; gmake), also you need to set the Model flag (CPPMODEL) to the same as that used in the hycom model. (For instance TOPAZ1 for the TOPAZ grid). Look at the documentation under the programs (p_daily2regunc.F90) as well, for program-specific setup. If you run into problems there are three probable causes 1) You tried to use "make", use gmake ! ( It is more flexible, and the syntax is the same as with make (gmake new, gmake, gmake clean etc.. etc..). 2) You set the wrong CPPMODEL flag. Check it, and check that the CPPMODEL flag you use is actually defined in mod_dimensions.F90! 3) You need a netcdf module. With gmake this should be copied automatically, but this might fail. In that case, copy "~/knutali/include/netcdf64.mod" into "./TMP/netcdf.mod". NOTE THE CHANGE OF NAME !!! Finally do a "chmod 400 ./TMP/netcdf.mod" to prevent accidental deletion when running "gmake clean". + some unprobable causes ....