Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
euporias
biascorrection
Commits
79b54cdc
Commit
79b54cdc
authored
Feb 08, 2016
by
Franssen, Wietse
Browse files
minor updates
parent
ebeaeff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCRIPTS/infoGeneral.R
View file @
79b54cdc
# locationInfo <- list(
# GHA = list(lonmin = 27.75, lonmax = 49.25, latmin =-12.25, latmax = 18.25),
# EU = list(lonmin =-24.75, lonmax = 39.75, latmin = 33.25, latmax = 71.75)
# )
#
# ##################### NetCDF outputfiles:
# locationInfoFinal0.75 <- list(
# GHA = list(lonmin = 27.75, lonmax = 49.50, latmin =-12.00, latmax = 18.00),
# EU = list(lonmin =0, lonmax = 0, latmin = 0, latmax = 0)
# )
#
# locationInfoFinal0.50 <- list(
# GHA = list(lonmin = 28.25, lonmax = 49.25, latmin =-11.75, latmax = 17.75),
# EU = list(lonmin =-24.25, lonmax = 39.75, latmin = 33.25, latmax = 71.75)
# )
#
# ############### R-RAW files (sommige 0.75deg latlons niet perfect afgerond)
# locationInfoR0.75 <- list(
# GHA = list(lonmin = 27.75, lonmax = 49.50, latmin =-12.00, latmax = 18.00),
# EU = list(lonmin =-24.75, lonmax = 39.75, latmin = 33.00, latmax = 72.00)
# )
#
# locationInfoR0.50 <- list(
# GHA = list(lonmin = 27.75, lonmax = 49.25, latmin =-12.25, latmax = 18.25),
# EU = list(lonmin =-24.75, lonmax = 39.75, latmin = 33.25, latmax = 71.75)
# )
#
# locationInfoRWFDEI <- list(
# GHA = list(lonmin = 26.75, lonmax = 50.25, latmin =-12.75, latmax = 18.25),
# EU = list(lonmin =-25.25, lonmax = 40.25, latmin = 32.75, latmax = 72.25)
# )
############### NEW!!!!
locationInfo
<-
list
(
GHA
=
list
(
lonmin
=
27.75
,
lonmax
=
49.25
,
latmin
=
-12.25
,
latmax
=
18.25
),
EU
=
list
(
lonmin
=
-24.75
,
lonmax
=
39.75
,
latmin
=
33.25
,
latmax
=
71.75
)
res0.75
=
list
(
GHA
=
list
(
lonmin
=
27.75
,
lonmax
=
49.50
,
latmin
=
-12.00
,
latmax
=
18.00
),
EU
=
list
(
lonmin
=
-24.75
,
lonmax
=
39.75
,
latmin
=
33.00
,
latmax
=
72.00
)
),
res0.50
=
list
(
GHA
=
list
(
lonmin
=
28.25
,
lonmax
=
49.25
,
latmin
=
-11.75
,
latmax
=
17.75
),
EU
=
list
(
lonmin
=
-24.25
,
lonmax
=
39.75
,
latmin
=
33.25
,
latmax
=
71.75
)
)
)
variableInfo
<-
list
(
...
...
Write
Preview
Supports
Markdown
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