-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
As long as the git version is set some where this is invalid
From: Simon Proud <[email protected]>
Sent: 16 July 2018 15:24
To: ORAC-CC/orac <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [ORAC-CC/orac] Do we need global_atts%L2_Processor_Version? (#6)
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#6>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Aig_r6nBtv7cAMzKgtKU633VLB1YvR3zks5uHKIZgaJpZM4VROOr>.
|
Ok, not sure about git version so I'll leave it for now. |
I use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see in orac_preproc.F90 these lines of code (L682-684):
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.
The text was updated successfully, but these errors were encountered: