Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions parm/atm/atm_ens_config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,5 @@ data_out:
'${YMD}': current_cycle | to_YMD,
'${HH}': current_cycle | strftime('%H'),
'${MEMDIR}': 'mem%03d' | format(imem) }) %}
{% if DOENKFONLY_ATM | default(false) %}
{% for itile in range(1, ntiles + 1) %}
- ['{{ DATA }}/anl/{{ 'mem%03d' | format(imem) }}/{{ APREFIX_ENS }}cubed_sphere_grid_atminc.tile{{ itile }}.nc', '{{ COM_ATMOS_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ APREFIX_ENS }}csg_jedi_increment.atm.i006.tile{{ itile }}.nc']
{% endfor %}
{% else %}
- ['{{ DATA }}/anl/{{ 'mem%03d' | format(imem) }}/{{ APREFIX_ENS }}cubed_sphere_grid_atminc.nc', '{{ COM_ATMOS_ANALYSIS_TMPL | replace_tmpl(tmpl_dict) }}/{{ APREFIX_ENS }}csg_jedi_increment.atm.i006.nc']
{% endif %}
{% endfor %}
19 changes: 0 additions & 19 deletions parm/atm/atm_ens_obs_dist_localizations.yaml.j2

This file was deleted.

5 changes: 3 additions & 2 deletions parm/atm/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ local_ensemble_da_solver: Deterministic GETKF

increment_variables: [eastward_wind,northward_wind,layer_thickness,air_pressure_thickness,air_temperature,air_pressure_at_surface,water_vapor_mixing_ratio_wrt_moist_air,cloud_liquid_ice,cloud_liquid_water,snow_water,rain_water,graupel,ozone_mass_mixing_ratio]

atm_enkfonly: {{ DOENKFONLY_ATM | default(false, true) }}

# Veritcal localization for GETKF
vl_fraction_of_retained_variance: 0.750
vl_lengthscale: 2.1
Expand All @@ -147,6 +145,9 @@ driver_save_prior_mean: false
driver_save_posterior_mean_increment: false
driver_save_posterior_ensemble_increments: true

# Distribution type
distribution_type: Halo

# Diagnostics
atmosphere_ensemble_increment_prefix: "./anl/mem%{member}%/atminc."
atmosphere_posterior_output_gaussian: "./mem%{member}%/atmanl."
Expand Down
6 changes: 1 addition & 5 deletions parm/atm/jcb-prototype_lgetkf.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use observations for lgetkf
# ---------------------------
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere-lgetkf
app_path_observation_chronicle: {{PARMgfs}}/gdas/jcb-gdas/observation_chronicle/atmosphere

# Algorithm
Expand All @@ -11,10 +11,6 @@ algorithm: local_ensemble_da
# ------------
atmosphere_background_ensemble_path: ./bkg/mem%mem%

# Observation distribution and localization
{% set distribution_type = "Halo" %}
{% include 'atm_ens_obs_dist_localizations.yaml.j2' %}

# Observation things
# ------------------
{% include OBS_LIST_YAML %}
Expand Down
7 changes: 3 additions & 4 deletions parm/atm/jcb-prototype_lgetkf_observer.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use observations for lgetkf
# ---------------------------
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere-lgetkf
app_path_observation_chronicle: {{PARMgfs}}/gdas/jcb-gdas/observation_chronicle/atmosphere

# Algorithm
Expand All @@ -14,9 +14,8 @@ atmosphere_background_ensemble_path: ./bkg/mem%mem%
# Naming conventions for observation files
atmosphere_obsdataout_prefix: diag_lobs_

# Observation distribution and localization
{% set distribution_type = "RoundRobin" %}
{% include 'atm_ens_obs_dist_localizations.yaml.j2' %}
# Distribution type
distribution_type: RoundRobin

# Observation things
# ------------------
Expand Down
7 changes: 3 additions & 4 deletions parm/atm/jcb-prototype_lgetkf_solver.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use observations for lgetkf
# ---------------------------
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere-lgetkf
app_path_observation_chronicle: {{PARMgfs}}/gdas/jcb-gdas/observation_chronicle/atmosphere

# Algorithm
Expand All @@ -17,9 +17,8 @@ atmosphere_obsdatain_prefix: diag_lobs_
atmosphere_obsdatain_suffix: "_{{ current_cycle | to_YMDH }}.nc"
atmosphere_obsdataout_prefix: diag_solv_

# Observation distribution and localization
{% set distribution_type = "Halo" %}
{% include 'atm_ens_obs_dist_localizations.yaml.j2' %}
# Distribution type
distribution_type: Halo

# Observation things
# ------------------
Expand Down