-
Notifications
You must be signed in to change notification settings - Fork 50
Converts prepoceanobs to use JCB-style obs list and config files #1527
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
da98e0a
removed comments
AndrewEichmann-NOAA 425dd96
merged, probably poorly
AndrewEichmann-NOAA 825a291
mods to obs list files
AndrewEichmann-NOAA 3b3fc4d
mods to script
AndrewEichmann-NOAA 111bf85
lets gooooo
AndrewEichmann-NOAA 4302a81
Merge branch 'develop' into feature/jcb-obs-list
AndrewEichmann-NOAA e05164a
style, removed print statement
AndrewEichmann-NOAA e512d1a
corrected comments
AndrewEichmann-NOAA e4727fe
Merge branch 'develop' into feature/jcb-obs-list
AndrewEichmann-NOAA 334e64e
added missing obs types
AndrewEichmann-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| observations: | ||
| # ADT | ||
| - adt_rads_all | ||
|
|
||
| #SSS | ||
| - sss_smap_l2 | ||
| - sss_smos_l2 | ||
|
|
||
| # SST | ||
| - sst_avhrr_ma_l3u | ||
| - sst_avhrr_mb_l3u | ||
| - sst_avhrr_mc_l3u | ||
| - sst_viirs_npp_l3u | ||
| - sst_viirs_n20_l3u | ||
| - sst_abi_g16_l3c | ||
| - sst_abi_g17_l3c | ||
| - sst_ahi_h08_l3c | ||
|
|
||
| # Ice concentration | ||
| - icec_amsr2_north | ||
| - icec_amsr2_south | ||
| #- icec_viirs_n20_l2_north | ||
| #- icec_viirs_n20_l2_south | ||
| #- icec_amsu_mb_l2 | ||
| #- icec_atms_n20_l2 | ||
| #- icec_atms_n21_l2 | ||
| #- icec_atms_npp_l2 | ||
| #- icec_gmi_gpm_l2 | ||
| #- icec_ssmis_f17_l2 | ||
|
|
||
| # in situ: monthly | ||
| #- insitu_profile_bathy | ||
| #- insitu_temp_profile_argo | ||
| #- insitu_salt_profile_argo | ||
| #- insitu_profile_glider | ||
| #- insitu_profile_tesac | ||
| #- insitu_profile_tesac_salinity | ||
| #- insitu_profile_marinemammal | ||
| #- insitu_profile_xbtctd | ||
| #- insitu_surface_altkob | ||
| #- insitu_surface_trkob | ||
| #- insitu_surface_trkob_salinity | ||
|
|
||
| # in situ: daily | ||
|
AndrewEichmann-NOAA marked this conversation as resolved.
|
||
| #- insitu_profile_dbuoy | ||
| #- insitu_profile_dbuoyb | ||
| #- insitu_profile_mbuoy | ||
| #- insitu_profile_mbuoyb | ||
| - insitu_profile_tropical | ||
| - insitu_surface_drifter | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # used with obs list to load obs configs | ||
|
|
||
| observers: | ||
| {% for observation_from_jcb in observations %} | ||
| {% if use_observer(observation_from_jcb) %} | ||
| {% filter indent(width=4) %} | ||
| {% set file_path = app_path_observations + '/' + observation_from_jcb + '.yaml.j2' %} | ||
| {% include file_path %} | ||
| {% endfilter %} | ||
| {% endif %} | ||
| {% endfor %} | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.