Skip to content

Commit

Permalink
Remove cycle_HH and cycle_YMD from fv3_cold yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 22, 2024
1 parent b7a8c82 commit 5898ee2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions parm/stage/fv3_cold.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
# for ftype in ['atmi003.nc', 'atminc.nc', 'atmi009.nc']:
# if inputs.nens > 0:
#for ftype in ['ratmi003.nc', 'ratminc.nc', 'ratmi009.nc']
{% set cycle_HH = current_cycle | strftime("%H") %}
{% set cycle_YMD = current_cycle | to_YMD %}
{% set cycle_YMDH = current_cycle | to_YMDH %}
fv3_cold:
mkdir:
- "{{ COM_ATMOS_INPUT }}"
copy:
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMD }}{{ cycle_HH }}/atmos/gfs_ctrl.nc", "{{ COM_ATMOS_INPUT }}/gfs_ctrl.nc"]
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMDH }}/atmos/gfs_ctrl.nc", "{{ COM_ATMOS_INPUT }}/gfs_ctrl.nc"]
{% for ftype in ["gfs_data", "sfc_data"] %}
{% for ntile in range(1, ntiles + 1) %}
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMD }}{{ cycle_HH }}/atmos/{{ ftype }}.tile{{ ntile }}.nc", "{{ COM_ATMOS_INPUT }}/{{ ftype }}.tile{{ ntile }}.nc"]
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMDH }}/atmos/{{ ftype }}.tile{{ ntile }}.nc", "{{ COM_ATMOS_INPUT }}/{{ ftype }}.tile{{ ntile }}.nc"]
{% endfor %} # ntile
{% endfor %} # ftype

0 comments on commit 5898ee2

Please sign in to comment.