Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we need global_atts%L2_Processor_Version? #6

Open
simonrp84 opened this issue Jul 16, 2018 · 3 comments
Open

Do we need global_atts%L2_Processor_Version? #6

simonrp84 opened this issue Jul 16, 2018 · 3 comments

Comments

@simonrp84
Copy link
Collaborator

I see in orac_preproc.F90 these lines of code (L682-684):

   ! Set this since it was removed from the command line but not removed from
   ! the global attributes.
   global_atts%L2_Processor_Version = '1.0'

If we're always setting this attribute to '1.0' is there any point in having it in the first place? Seems pointless and a candidate for tidying.

@caropoulsen
Copy link

caropoulsen commented Jul 16, 2018 via email

@simonrp84
Copy link
Collaborator Author

Ok, not sure about git version so I'll leave it for now.

@adamcpovey
Copy link
Collaborator

I use global_atts%file_version to track this as it turns up in the filename (which is handy). This attribute is required for CCI input, but we aren't conforming to any one standard with our outputs here so I'm not opposed to removing this attribute. Especially considering we haven't used it in the two years since this issue opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants