Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 964)

Ticket Owner Reporter Resolution Summary
#108 arango arango Fixed Multiple time-averaged files
Description

There is a bug when creating multiple time-averaged NetCDF file when ndefAVG=nAVG and ndefDIG=nDIA (that is, one output record per file). Initially, it creates an empty file. In these cases, the file creation needs to be delayed until the time-average interval is completed.

#117 arango arango Done Updated Copyright
Description

Updated copyright label to the entice code.

#122 arango kate Fixed Not enough ANALYTICAL checks in globaldefs.h
Description

There's a block of checks in globaldefs.h in which ANALYTICAL gets defined if any one of the ANA_* flags is defined. The tests in analytical.F are:

# if defined VISC_GRID || defined DIFF_GRID || defined SPONGE
#  include <ana_hmixcoef.h>
# endif

and

# if defined NUDGING_COFF
#  include <ana_nudgcoef.h>
# endif

These four flags should be added to the tests in globaldefs.h.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.