average and diagnostic

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
redhat007

average and diagnostic

#1 Unread post by redhat007 »

Dear
1-Does '#define AVERAGES' just generate ocean_ave.nc file?
2-Do '#define DIAGNOSTICS_UV 'and '#define DIAGNOSTICS_TS ' just generate ocean_dig.nc file?
3-would you please tell me if 3 mentioned options be undefined, their effect is just not generating related output files and will not effect on other file's result (for example in ocean_hid.nc file)?
Cheers
redhat

User avatar
wilkin
Posts: 883
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: average and diagnostic

#2 Unread post by wilkin »

#define AVERAGES causes the averages netcdf file to be created.

In ocean.in you still need to set the Aout logical flags to select which data to write, and the NAVG interval over which to accumulate the average.

Likewise, #define DIAGNOSTICS_UV , #define DIAGNOSTICS_TS or #define DIAGNOSTICS_BIO causes the diagnostics netcdf file to be created. (An internal flag DIAGNOSTICS is set in globaldefs.h if any of these is true, but don't mess with that).

In ocean.in you still need to set the Dout logical flags to select which data to write, and the NDIA interval over which to accumulate the diagnostic terms (they are averages over time).

Activating averages of diagnostics has no impact on the history output.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply