-
Notifications
You must be signed in to change notification settings - Fork 276
Add idealized, regional tropical cyclone test to tests-dev + Documentation for running Idealized TC case and tutorial for adding cases to the HSD framework #2746 #2693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
….yaml; update ufs_test.sh.
Update tests-dev scripts
|
testing the TC case on orion with fv3atm as it is in ufs-wm develop. i am hitting input.nml, fd_ufs.yaml, model_configure, ufs.configure, field_table, & diag_table are all the same as in weiguo's run. however, i am running with i tried copying in the the test file is here https://github.com/ulmononian/ufs-weather-model/blob/feature/add_tc/tests-dev/test_cases/tests/tropical_cyclone. in the input_nml, we set the run dir on orion is here: |
|
i changed the input.nml to dynamically assign grid_pes as grid_pes = @[GRID_PES], so it takes the value assigned in the tests file. this allowed me to bypass the initial error reported above (grid_pes set to 265 now), but now i am getting: i tried again with weiguo's hafs exe, but got: |
…her-model into feature/add_tc
…her-model into feature/add_tc
a9dd1d2
Commit Queue Requirements:
Description:
Add the capability to run an idealized, regional tropical cyclone case through tests-dev as part of UFS HSD development. Utilize an ATM-only configuration with no vortex initialization or DA for now. 4km atm resolution.
Initial and lateral conditions in idealized HAFS (Wang et al. 2024) are obtained from an idealized FV3-based global atmospheric forecast. The initial vortex formulation is based on the work of Reed and Jablonowski (2011), where a weak balanced vortex is initialized in an environment favorable to rapid intensification.
More details to come.
Model capability developed by @ weiguo wang (@BinLiu-NOAA @ZhanZhang-NOAA). These developers also provided the input data and configuration files used for this case.
Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
*None
UFSWM Blocking Dependencies:
Changes
Input data Changes:
Library Changes/Upgrades:
Testing Log: