Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clavrx-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLAVR-x
clavrx-dev
Commits
8f971d1e
Commit
8f971d1e
authored
2 months ago
by
swanzong
Browse files
Options
Downloads
Patches
Plain Diff
Add GOES-IL-IMAGER support to fixed grid GVAR.
parent
aa8f59dc
No related branches found
No related tags found
No related merge requests found
Pipeline
#59361
passed
2 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/sensor_mod.F90
+4
-4
4 additions, 4 deletions
src/main/sensor_mod.F90
with
4 additions
and
4 deletions
src/main/sensor_mod.F90
+
4
−
4
View file @
8f971d1e
...
...
@@ -716,7 +716,7 @@ module SENSOR_MOD
!--- 2018-05-14T18:30:40.5Z
L1b_Full_File_Name
=
trim
(
Image
%
Level1b_Path
)//
trim
(
Image
%
Level1b_Name
)
if
(
trim
(
Sensor
%
Sensor_Name
)
.eq.
"GOES-MP-IMAGER"
)
then
if
(
trim
(
Sensor
%
Sensor_Name
)
.eq.
"GOES-MP-IMAGER"
.or.
trim
(
Sensor
%
Sensor_Name
)
.eq.
"GOES-IL-IMAGER"
)
then
!--- GVAR, Image Start
call
READ_NETCDF_GLOBAL_ATTRIBUTE
(
trim
(
L1b_Full_File_Name
),
'start_year'
,
Start_Year_Tmp
)
...
...
@@ -1558,7 +1558,7 @@ module SENSOR_MOD
endif
!--- GOES-8 GVAR Fixed Grid Static Nav Test
if
(
index
(
Image
%
Level1b_Name
,
'goes8'
)
>
0
.AND.
INDEX
(
trim
(
Image
%
Level1b_Name
),
'fcdr'
)
>
0
&
if
(
index
(
Image
%
Level1b_Name
,
'goes
0
8'
)
>
0
.AND.
INDEX
(
trim
(
Image
%
Level1b_Name
),
'fcdr'
)
>
0
&
.AND.
.NOT.
INDEX
(
trim
(
Image
%
Level1b_Name
)
,
'_HIGH_RES_'
)
>
0
)
then
Sensor
%
Sensor_Name
=
'GOES-IL-IMAGER'
...
...
@@ -1579,7 +1579,7 @@ module SENSOR_MOD
endif
!--- GOES-9 GVAR Fixed Grid Static Nav Test
if
(
index
(
Image
%
Level1b_Name
,
'goes9'
)
>
0
.AND.
INDEX
(
trim
(
Image
%
Level1b_Name
),
'fcdr'
)
>
0
&
if
(
index
(
Image
%
Level1b_Name
,
'goes
0
9'
)
>
0
.AND.
INDEX
(
trim
(
Image
%
Level1b_Name
),
'fcdr'
)
>
0
&
.AND.
.NOT.
INDEX
(
trim
(
Image
%
Level1b_Name
)
,
'_HIGH_RES_'
)
>
0
)
then
Sensor
%
Sensor_Name
=
'GOES-IL-IMAGER'
...
...
@@ -3358,7 +3358,7 @@ module SENSOR_MOD
!
!--------------------------------------------------------------------------------------------------
subroutine
SET_SENSOR_CHANNEL_MAPPING
()
print
*
,
'set sensor mapping'
,
Sensor
%
WMO_Id
select
case
(
Sensor
%
WMO_Id
)
case
(
289
)
! FCI MTG_I1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment