Skip to content

Commit

Permalink
modified parm\archive\gefs_extracted_wave.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Dec 17, 2024
1 parent e491b50 commit b3ffd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/archive/gefs_extracted_wave.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ gefs_wave:
{% for fhr in range(ofst_hr, FHMAX_GFS + FHOUT_WAV, FHOUT_WAV) %}
{% set file_name = head ~ "global." ~ res ~ ".f" ~ '%03d'|format(fhr) ~ ".grib2" %}
{% set file_path = COMIN_WAVE_GRID ~ "/" ~ res ~ "/" ~ file_name %}
- "{{ file_path | relpath(ROTDIR)}}"
- "{{ file_path | relpath(ROTDIR)}}"
{% endfor %}
{% endif %}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_extractvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi
# Extract variables for wave
if [[ "${DO_WAVE}" == "YES" ]]; then
export component_name="wav"
${EXTRCTVARW} "${DATA}/wav"
${EXTRCTVARW} "${DATA}/wav" "${waveGRD}"
fi

exit 0

0 comments on commit b3ffd3c

Please sign in to comment.