Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
GRIS Gregor Infrared Spectrograph
grisinv
Commits
3f9ae08c
Commit
3f9ae08c
authored
Nov 10, 2021
by
Vigeesh Gangadharan
Browse files
change weigths back to 1222
parent
ec337207
Pipeline
#2805
passed with stage
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
grisinv/vfisv_src/inv_utils.f90
View file @
3f9ae08c
...
...
@@ -44,8 +44,11 @@ CONTAINS
!WEIGHTS(1)=(2.0*(1.0+4.0*RATUMQS-ICVAL/ICMEAN)/(1.0+RATUMQS*ICVAL/ICMEAN))
!IF (WEIGHTS(1) > 2.5) WEIGHTS(1)=2.5
!IF (WEIGHTS(1) < 0.5) WEIGHTS(1)=0.5
WEIGHTS
(
1
)
=
2.0
*
WEIGHTS
(
1
)
WEIGHTS
(
2
:
4
)
=
1.0
*
WEIGHTS
(
2
:
4
)
WEIGHTS
(
2
:
4
)
=
2.0
*
WEIGHTS
(
2
:
4
)
!WEIGHTS(1) = 2.0*WEIGHTS(1)
!WEIGHTS(2:4) = 1.0*WEIGHTS(2:4)
!WEIGHTS(4) = 2.0*WEIGHTS(4)
!WEIGHTS(1)=WEIGHTS(1)*NOISE
! Change weights only if you know what you are doing !!!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment