Skip to content

Commit

Permalink
Fix remaining YAML syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirAE committed Sep 19, 2024
1 parent 4eff96a commit 3b65a6c
Showing 1 changed file with 75 additions and 33 deletions.
108 changes: 75 additions & 33 deletions ush/external_model_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,81 +11,123 @@ grib2_defaults: &grib2_defaults
GSMGFS:
task_make_ics:
chgres_cube:
input_type: "gfs_gaussian_nemsio"
external_model: "GSMGFS"
convert_nst: False
tracers_input: [\"spfh\",\"clwmr\",\"o3mr\"]
tracers: [\"sphum\",\"liq_wat\",\"o3mr\"]
namelist:
update_values:
config:
input_type: "gfs_gaussian_nemsio"
external_model: "GSMGFS"
convert_nst: False
tracers_input: [\"spfh\",\"clwmr\",\"o3mr\"]
tracers: [\"sphum\",\"liq_wat\",\"o3mr\"]
task_make_lbcs:
chgres_cube:
input_type: "gfs_gaussian_nemsio"
external_model: "GSMGFS"
convert_nst: False
tracers_input: [\"spfh\",\"clwmr\",\"o3mr\"]
tracers: [\"sphum\",\"liq_wat\",\"o3mr\"]
namelist:
update_values:
config:
input_type: "gfs_gaussian_nemsio"
external_model: "GSMGFS"
convert_nst: False
tracers_input: [\"spfh\",\"clwmr\",\"o3mr\"]
tracers: [\"sphum\",\"liq_wat\",\"o3mr\"]

UFS-CASE-STUDY:
task_make_ics:
chgres_cube:
external_model: "UFS-CASE-STUDY"
namelist:
update_values:
config:
external_model: "UFS-CASE-STUDY"
task_make_lbcs:
chgres_cube:
external_model: "UFS-CASE-STUDY"
namelist:
update_values:
config:
external_model: "UFS-CASE-STUDY"

GDAS:
task_make_ics:
chgres_cube:
external_model: "GFS"
tg3_from_soil: True
namelist:
update_values:
config:
external_model: "GFS"
tg3_from_soil: True
task_make_lbcs:
chgres_cube:
external_model: "GFS"
tg3_from_soil: True
namelist:
update_values:
config:
external_model: "GFS"
tg3_from_soil: True

GEFS:
task_make_ics:
chgres_cube:
external_model: "GFS"
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "GFS"
task_make_lbcs:
chgres_cube:
external_model: "GFS"
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "GFS"

HRRR:
task_make_ics:
chgres_cube:
external_model: "HRRR"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_HRRRX"
tg3_from_soil: True
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "HRRR"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_HRRRX"
tg3_from_soil: True
task_make_lbcs:
chgres_cube:
external_model: "HRRR"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_HRRRX"
tg3_from_soil: True
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "HRRR"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_HRRRX"
tg3_from_soil: True

RAP:
task_make_ics:
chgres_cube:
external_model: "RAP"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_RAPX"
tg3_from_soil: True
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "RAP"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_RAPX"
tg3_from_soil: True
task_make_lbcs:
chgres_cube:
external_model: "RAP"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_RAPX"
tg3_from_soil: True
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "RAP"
geogrid_file_input_grid: "{{ workflow.FIXgsm }}/geo_em.d01.nc_RAPX"
tg3_from_soil: True

NAM:
task_make_ics:
chgres_cube:
external_model: "NAM"
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "NAM"
task_make_lbcs:
chgres_cube:
external_model: "NAM"
<<: *grib2_defaults
<<: *grib2_defaults
namelist:
update_values:
config:
external_model: "NAM"

0 comments on commit 3b65a6c

Please sign in to comment.