-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stage atmospheric backgrounds and UFS cubed-sphere history files (#19)
This PR changes the G-W so that backgrounds for the atmospheric analyses are staged as UFS cubed-sphere history files rather than FMS restarts. The motivation being that FMS restarts include many data we don't need for the analyses and thus take up too much disk space/bandwidth. This is a companion PR to Global Workflow [#2791](NOAA-EMC/global-workflow#2792) and GDASApp [#1236](NOAA-EMC/GDASApp#1236).
- Loading branch information
1 parent
9c322d9
commit c340ad9
Showing
8 changed files
with
38 additions
and
48 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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
datapath: {{ atmosphere_background_path}} | ||
filetype: fms restart | ||
datapath: {{ atmosphere_background_path }} | ||
filetype: cube sphere history | ||
provider: ufs | ||
ufs soil nlev: 4 | ||
ufs fields split by level: [smc,stc] | ||
datetime: "{{ atmosphere_background_time_iso }}" | ||
filename is datetime templated: true | ||
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc" | ||
filename_trcr: "%yyyy%mm%dd.%hh%MM%ss.fv_tracer.res.nc" | ||
filename_sfcd: "%yyyy%mm%dd.%hh%MM%ss.sfc_data.nc" | ||
filename_sfcw: "%yyyy%mm%dd.%hh%MM%ss.fv_srf_wnd.res.nc" | ||
filename_cplr: "%yyyy%mm%dd.%hh%MM%ss.coupler.res" | ||
state variables: [ua,va,t,delp,ps,sphum,ice_wat,liq_wat,o3mr,phis, | ||
slmsk,sheleg,tsea,vtype,stype,vfrac,stc,smc,snwdph, | ||
filenames: [ {{ atmosphere_variational_history_prefix }}cubed_sphere_grid_atmf006.nc, {{ atmosphere_variational_history_prefix }}cubed_sphere_grid_sfcf006.nc ] | ||
state variables: [ua,va,t,delp,ps,sphum,ice_wat,liq_wat,o3mr,surface_geopotential_height, | ||
slmsk,sheleg,tsea,vtype,stype,vfrac,stc,smc,snwdphMeters, | ||
u_srf,v_srf,f10m] |
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