[MITgcm-support] diagnostics package

Baylor Fox-Kemper baylor at MIT.EDU
Thu Apr 7 13:46:56 EDT 2005


Hi Jeff,
   Here's a data.diagnostics that gives one file with the ingredients 
for doing fluxes and another file with the fluxes:  total, advective 
and diffusive...  Outputs are every 480 timesteps, which you can 
trivially change.
    -Baylor

#-----------------
  &diagnostics_list
   diag_mnc=.TRUE.,
   frequency(1) = 480,
   fields(1,1) = 'UVEL    ','VVEL    ','WVEL    ',
                 'THETA   ',
   filename(1) = 'dyn',
   frequency(2) = 480,
   fields(1,2) = 'UVELTH  ','VVELTH ','WVELTH ',
		'ADVx_TH ','ADVy_TH ','ADVr_TH ',
                 'DIFx_TH ','DIFy_TH ','DFrI_TH ',
   filename(2) = 'thetaflx',
  /

Note that you may need to change the closing / to something else (e.g. 
&) to close the namelist depending on your compiler.

Cheers,
    -Baylor


On Apr 7, 2005, at 1:39 PM, jeff polton wrote:

>
> I am using a flux limited advection scheme and want to dump various 
> time-averaged terms such as uT, vT, wT. I am under the impression that 
> the timeave package doesn't do the calculations correctly for these 
> advection schemes but that the diagnostics package would.
>
> Are there any verification examples using the diagnostics package, or 
> does anyone have a copy of a similar data.diagnostics that I can 
> modify.
>
> Thank you,
>
> Jeff Polton
>
> ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> Scripps Institution of Oceanography, UCSD,
> 9500 Gilman Dr., Dept. 0213, La Jolla, CA 92093-0213
> Tel: (858) 534-4560. Fax: (858) 534-8045
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support




More information about the MITgcm-support mailing list