Skip to content

Commit

Permalink
modified gefs_ocean.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Sep 17, 2024
1 parent 706bf5f commit d363ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/archive/gefs_ocean.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gefs_ocean:
# Select netcdf files to copy to the atardir
{% if RUN == "gefs" %}
{% if path_exists(COMIN_OCEAN_NETCDF) %}
{% for fhr in range(FHMIN_GFS + FHOUT_OCN_GFS, FHMAX_GFS + + FHOUT_OCN_GFS, FHOUT_OCN_GFS) %}
{% for fhr in range(FHMIN_GFS + FHOUT_OCN_GFS, FHMAX_GFS + FHOUT_OCN_GFS, FHOUT_OCN_GFS) %}
{% set file_name = head ~ res ~ ".f" ~ '%03d'|format(fhr) ~ ".nc" %}
{% set file_path = COMIN_OCEAN_NETCDF ~ "/" ~ file_name %}
- "{{ file_path | relpath(ROTDIR)}}"
Expand Down

0 comments on commit d363ecd

Please sign in to comment.