Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Jan 16, 2025
1 parent 15c29b1 commit a96a596
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
45 changes: 45 additions & 0 deletions parm/soca/letkf/letkf_obs_list.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Observations used with marine LETKF

observations:
# ADT
- adt_rads_all

# 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_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
# - insitu_profile_dbuoy
# - insitu_profile_dbuoyb
# - insitu_profile_mbuoy
# - insitu_profile_mbuoyb
5 changes: 5 additions & 0 deletions parm/soca/letkf/marine-jcb-lektf.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# JEDI algorithm being invoked
algorithm: letkf

# Observations
observations: !INC ${OBS_LIST_SHORT}

0 comments on commit a96a596

Please sign in to comment.