Changes between Initial Version and Version 2 of Ticket #705


Ignore:
Timestamp:
08/05/16 19:15:02 (8 years ago)
Author:
arango
Comment:

Yes, good catch. The diagnostics time-averaged masks (pmask_dia, rmask_dia, umask_dia, vmask_dia) were not computed since they were inside of the following directive:

# if defined DIAGNOSTICS_TS || defined DIAGNOSTICS_UV
  ...
# endif

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #705

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #705 – Description

    initial v2  
    1 I believe set_diags.F needs work when DIAGNOSTICS_BIO and WET_DRY are defined, but neither of the other DIAGNOSTICS_xx flags are defined. rmask_dia and friends are used without being set, causing odd numbers in the output. I'll take a stab at fixing it and let you know in the morning if it worked.
     1I believe '''set_diags.F''' needs work when '''DIAGNOSTICS_BIO''' and '''WET_DRY''' are defined, but neither of the other '''DIAGNOSTICS_TS''' or '''DIAGNOSTICS_UV''' flags are defined.
     2
     3The '''rmask_dia''' and friends are used without being set, causing odd numbers in the output. I'll take a stab at fixing it and let you know in the morning if it worked.