Skip to content

IO diagnostic structure in the code but not ~~used at all~~ half used #1079

@hkershaw-brown

Description

@hkershaw-brown
  • diagnostic structure in the code but not used at all half used?
    ! diagnostic files
    !>@todo FIXME these routines are deprecated because we are no supporting 'diagnostic'
    !> files, but they will likely be useful for the single file (multiple member) input.
    public :: create_diagnostic_structure, &
    end_diagnostic_structure

Note this routines comment says is is depreciated

! diagnostic files
!>@todo FIXME these routines are deprecated because we are no supporting 'diagnostic'
!> files, but they will likely be useful for the single file (multiple member) input.
public :: create_diagnostic_structure, &
end_diagnostic_structure

Then Used with a comment "may not be needed"

Then domain = 1 is hardcoded anyway

! may not be needed
ncFileID%diag_id = create_diagnostic_structure()
my_ncid = ncFileID%ncid
!>@todo ONLY ONE DOMAIN FOR SINGLE FILE OUTPUT
domain = 1
do ivar = 1, get_num_variables(domain)

Originally posted by @hkershaw-brown in #359

Metadata

Metadata

Assignees

No one assigned

    Labels

    IOIO refactoring notes and issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions