Skip to content

Add FVCOM into NA 3km real time runs.#269

Merged
hu5970 merged 1 commit into
NOAA-GSL:feature/RRFS_dev1from
hu5970:fvcom
Jan 31, 2022
Merged

Add FVCOM into NA 3km real time runs.#269
hu5970 merged 1 commit into
NOAA-GSL:feature/RRFS_dev1from
hu5970:fvcom

Conversation

@hu5970
Copy link
Copy Markdown

@hu5970 hu5970 commented Jan 31, 2022

Update the regional workflow to make FVCOM can be used by NA3km real-time runs.
This function has been used in NA 3km realtime run.

The FVCOM code in UFS_UTIL also needs to be updated. Working on an PR to update the FVCOM code also.

Comment thread scripts/exregional_run_prepstart.sh Outdated
fi
done
# latest_fvcom_file=$(ls -t ${FVCOM_DIR} | head -n1)
# fvcom_data_fp="${FVCOM_DIR}/${latest_fvcom_file}"
Copy link
Copy Markdown
Collaborator

@guoqing-noaa guoqing-noaa Jan 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 709 and line 710 were commented out. Is it safe to remove them?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is safe to remove those lines as we have better way to find the FVCOM data.

FVCOM_DIR = \"${FVCOM_DIR}\"
FVCOM_FILE= \"${FVCOM_FILE}\" "

else
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 719: else is not needed as we expect print_err_msg_exit to stop this script if fvcom_data_fp does not exist.
This may help the code appearance as we don't need to indent further.

Copy link
Copy Markdown
Author

@hu5970 hu5970 Jan 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, we should change print_err_msg_exit to print_info_msg.

Comment thread scripts/exregional_run_prepstart.sh Outdated
#Format for fvcom_time: YYYY-MM-DDTHH:00:00.000000
fvcom_time="${YYYY}-${MM}-${DD}T${HH}:00:00.000000"
# fvcom_time="${DATE_FIRST_CYCL:0:4}-${DATE_FIRST_CYCL:4:2}-${DATE_FIRST_CYCL:6:2}T${CYCL_HRS[0]}:00:00.000000"
#
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we safely remove comments line 724 and 725?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove 724 and 725.

@hu5970 hu5970 merged commit 5271c16 into NOAA-GSL:feature/RRFS_dev1 Jan 31, 2022
@hu5970 hu5970 deleted the fvcom branch January 31, 2022 14:49
guoqing-noaa pushed a commit to guoqing-noaa/regional_workflow that referenced this pull request Sep 15, 2024
…oducts (NOAA-GSL#269)

* Create postxconfig files for f00 and f01 to remove unnecessary grib2 records

* Remove additional accumulation and 1-h averaged fields from f00 files

* Update RTMA config files

---------

Co-authored-by: benjamin blake <benjamin.blake@clogin09.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com>
Co-authored-by: benjamin blake <benjamin.blake@clogin03.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: benjamin blake <benjamin.blake@clogin05.cactus.wcoss2.ncep.noaa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants