-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/update_soil
- Loading branch information
Showing
37 changed files
with
935 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 @@ | ||
- obs space: | ||
name: aod | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ stat_current_cycle_YMDH }}.nc4 | ||
simulated variables: {{ aero_obsdatatin_simulated_variables }} | ||
observed variables: {{ aero_obsdatain_observed_variables }} | ||
variables: {{ aero_variables }} | ||
groups to process: {{ aero_file_groups }} | ||
qc groups: {{ aero_file_qc_groups }} | ||
statistics to compute: ['mean', 'count', 'RMS'] | ||
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_aod.nc" | ||
domains to process: | ||
- domain: | ||
name: "nowhere" | ||
first mask variable: latitude | ||
first mask range: [-180,-100] | ||
- domain: | ||
name: "SH" | ||
first mask variable: latitude | ||
first mask range: [-90,0] | ||
- domain: | ||
name: "NH" | ||
first mask variable: latitude | ||
first mask range: [0,90] | ||
- domain: | ||
name: "CONUS" | ||
first mask variable: latitude | ||
first mask range: [25,49] | ||
second mask variable: longitude | ||
second mask range: [-125,-66] | ||
- domain: | ||
name: "Europe" | ||
first mask variable: latitude | ||
first mask range: [35,70] | ||
second mask variable: longitude | ||
second mask range: [-11,38] | ||
- domain: | ||
name: "Africa" | ||
first mask variable: latitude | ||
first mask range: [-35,37] | ||
second mask variable: longitude | ||
second mask range: [-17,52] | ||
- domain: | ||
name: "Asia" | ||
first mask variable: latitude | ||
first mask range: [0,70] | ||
second mask variable: longitude | ||
second mask range: [38, 180] |
This file contains 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 @@ | ||
- obs space: | ||
name: aod | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ stat_current_cycle_YMDH }}.nc4 | ||
simulated variables: {{ aero_obsdatatin_simulated_variables }} | ||
observed variables: {{ aero_obsdatain_observed_variables }} | ||
variables: {{ aero_variables }} | ||
groups to process: {{ aero_file_groups }} | ||
qc groups: {{ aero_file_qc_groups }} | ||
statistics to compute: ['mean', 'count', 'RMS'] | ||
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_aod.nc" | ||
domains to process: | ||
- domain: | ||
name: "nowhere" | ||
first mask variable: latitude | ||
first mask range: [-180,-100] | ||
- domain: | ||
name: "SH" | ||
first mask variable: latitude | ||
first mask range: [-90,0] | ||
- domain: | ||
name: "NH" | ||
first mask variable: latitude | ||
first mask range: [0,90] | ||
- domain: | ||
name: "CONUS" | ||
first mask variable: latitude | ||
first mask range: [25,49] | ||
second mask variable: longitude | ||
second mask range: [-125,-66] | ||
- domain: | ||
name: "Europe" | ||
first mask variable: latitude | ||
first mask range: [35,70] | ||
second mask variable: longitude | ||
second mask range: [-11,38] | ||
- domain: | ||
name: "Africa" | ||
first mask variable: latitude | ||
first mask range: [-35,37] | ||
second mask variable: longitude | ||
second mask range: [-17,52] | ||
- domain: | ||
name: "Asia" | ||
first mask variable: latitude | ||
first mask range: [0,70] | ||
second mask variable: longitude | ||
second mask range: [38, 180] |
This file contains 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,26 @@ | ||
geometry: | ||
{% filter indent(width=2) %} | ||
{% set geometry_background_file = geometry_background_file|default(model_component ~ 'geometry_background', true) ~ '.yaml.j2' %} | ||
{% include geometry_background_file %} | ||
{% endfilter %} | ||
mean output: | ||
filetype: fms restart | ||
datapath: ./bkg/ensmean | ||
filename_core: fv_core.res.nc | ||
filename_trcr: fv_tracer.res.nc | ||
filename_sfcd: sfc_data.nc | ||
filename_sfcw: fv_srf_wnd.res.nc | ||
filename_cplr: coupler.res | ||
ensemble: | ||
members from template: | ||
template: | ||
datetime: '{{ snow_background_time_iso }}' | ||
filetype: fms restart | ||
state variables: [snodl,vtype,slmsk,orog_filt,stc,sheleg] | ||
datapath: ./bkg/mem%mem%/ | ||
filename_sfcd: '{{ snow_background_time_fv3 }}.sfc_data.nc' | ||
filename_cplr: '{{ snow_background_time_fv3 }}.coupler.res' | ||
filename_orog: '{{ snow_orog_prefix }}_oro_data.nc' | ||
pattern: '%mem%' | ||
nmembers: {{ snow_number_ensemble_members }} | ||
zero padding: 3 |
This file contains 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,16 @@ | ||
mkdir: | ||
- '{{snow_obsdatain_path}}' | ||
copy: | ||
{% for observation_from_jcb in observations %} | ||
{% if use_observer(observation_from_jcb) %} | ||
{% if not observation_from_jcb == 'ims_snow' %} | ||
# skip if ims_snow since it is special | ||
{% if observation_from_jcb == 'snocvr_snow' %} | ||
# snocvr_snow is a .nc file, TODO rename this eventually? | ||
- ['{{snow_obsdataroot_path}}/{{snow_obsdatain_prefix}}{{observation_from_jcb}}.nc4', '{{snow_obsdatain_path}}'] | ||
{% else %} | ||
- ['{{snow_obsdataroot_path}}/{{snow_obsdatain_prefix}}{{observation_from_jcb}}{{snow_obsdatain_suffix}}', '{{snow_obsdatain_path}}'] | ||
{% endif %} | ||
{% endif %} | ||
{% endif %} | ||
{% endfor %} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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,25 @@ | ||
- ninner: 50 | ||
gradient norm reduction: 1e-10 | ||
test: on | ||
geometry: | ||
fms initialization: | ||
namelist filename: {{ snow_fv3jedi_files_path }}/fmsmpp.nml | ||
field table filename: {{ snow_fv3jedi_files_path }}/field_table | ||
akbk: {{ snow_fv3jedi_files_path }}/akbk.nc4 | ||
layout: | ||
- {{ snow_layout_x }} | ||
- {{ snow_layout_y }} | ||
npx: {{ snow_npx_anl }} | ||
npy: {{ snow_npy_anl }} | ||
npz: {{ snow_npz_anl }} | ||
field metadata override: {{ snow_fv3jedi_files_path }}/fv3jedi_fieldmetadata_restart.yaml | ||
time invariant fields: | ||
state fields: | ||
datetime: '{{ snow_background_time_iso }}' | ||
filetype: fms restart | ||
skip coupler file: true | ||
state variables: [orog_filt] | ||
datapath: {{ snow_orog_files_path }}/ | ||
filename_orog: {{ snow_orog_prefix }}_oro_data.nc | ||
diagnostics: | ||
departures: bkgmob |
Oops, something went wrong.