-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathice_config.yaml
21 lines (17 loc) · 889 Bytes
/
ice_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#these are the necessary setup files for accessing ssmi data
#this is a yaml file
#latfile and lonfile describe lats and lons of the 25km grid that is used for the
#data
#These files can be found
#here: https://nsidc.org/data/polar-stereo/tools_geo_pixel.html
latfile: /home/akutan/strausz/noaa_pmel_github/EcoFOCI_ssmi_ice/psn25lats_v3.dat
lonfile: /home/akutan/strausz/noaa_pmel_github/EcoFOCI_ssmi_ice/psn25lons_v3.dat
#this is directory where you keep your bootstrap data, must have sub directories
#for each year of data
bootstrap: /home/akutan/strausz/ssmi_ice/data/bootstrap/
#this is the directory for NASA's nrt data. It is not broken down into years.
#it is only used when bootstrap data is not yet available
nrt: /home/akutan/strausz/ssmi_ice/data/nrt/
#year for which latest bootstrap data is available, will need to be changed as
#new data is released
boot_year: 2020