Opened 16 years ago

Closed 16 years ago

#137 closed request (Done)

Suppress output files if writing interval is zero

Reported by: arango Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.1
Component: Nonlinear Version: 3.1
Keywords: Cc:

Description

Added coded to suppress creating and writing output NetCDF files, if any of the interval parameters is set to zero or greater than ntimes(ng) in input script ocean.in.

   LdefAVG(ng)=.FALSE.  if nAVG(ng) = 0  or  nAVG(ng) > ntimes(ng)
   LdefDIA(ng)=.FALSE.  if nDIA(ng) = 0  or  nDIA(ng) > ntimes(ng)
   LdefFLT(ng)=.FALSE.  if nFLT(ng) = 0  or  nFLT(ng) > ntimes(ng)
   LdefHIS(ng)=.FALSE.  if nHIS(ng) = 0  or  nHIS(ng) > ntimes(ng)
   LdefRST(ng)=.FALSE.  if nRST(ng) = 0  or  nRST(ng) > ntimes(ng)
   LdefSTA(ng)=.FALSE.  if nSTA(ng) = 0  or  nSTA(ng) > ntimes(ng)

Many thanks to Mark Hadfield for bringing this to my attention.

Change History (1)

comment:1 by arango, 16 years ago

Resolution: Done
Status: newclosed
Note: See TracTickets for help on using tickets.