Skip to content
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

fix initialization issue for moving nest grid in debug mode #622

Merged
merged 5 commits into from
Feb 14, 2023

Conversation

junwang-noaa
Copy link
Collaborator

@junwang-noaa junwang-noaa commented Jan 30, 2023

Description

Hafs group reported that the hafs_regional_storm_following_1nest_atm_ocn test failed in debug mode. The error showed in the moving nest lat info in the module_wrt_grid_comp.F90.

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues should always be created before starting work on a PR branch!)

Testing

How were these changes tested?
Tested on hera with the hafs_regional_storm_following_1nest_atm_ocn test using executable compiled with DEBUG option.

What compilers / HPCs was it tested with?
Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
Have the ufs-weather-model regression test been run? On what platform?

  • Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
  • Please commit the regression test log files in your ufs-weather-model branch

Dependencies

If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

@jkbk2004 jkbk2004 merged commit 711e33a into NOAA-EMC:develop Feb 14, 2023
BinLiu-NOAA pushed a commit to hafs-community/fv3atm that referenced this pull request Feb 16, 2023
jkbk2004 pushed a commit that referenced this pull request Feb 1, 2024
* Moving nest performance optimization stage 2.

* update atmos_model and FV3GFS_io read performance when io_layout=1,1 and allow one to override data integrity checks in FMS restart logic

* Add the following HAFS ccpp physics suites (@ChunxiZhang-NOAA and @BinLiu-NOAA):
suite_FV3_HAFS_v0_thompson.xml
suite_FV3_HAFS_v0_thompson_nonsst.xml
suite_FV3_HAFS_v0_thompson_noahmp.xml
suite_FV3_HAFS_v0_thompson_noahmp_nonsst.xml

* Update submodule upp, which has the fix for regional latlon grid crossing the prime meridian.

* Only call atmosphere_fill_nest_cpl at the cap driver time steps (coupling time
steps). This is to reduce the overhead introduced by downscaling the coupling
variables from FV3ATM parent to nest.

* Removed reference to unused variable parent_x.

* Update to point submodule ccpp/physics to the feature/hafsv0.3_final branch of
the hafs-community fork.

* FV3-related typedefs changes for the Hurricane PBL options

* Update submodule ccpp/physics, which added the tc_pbl option in the GFS sa-TKE
EDMF PBL scheme for HAFS/hurricane modeling.

* Update to point the support/HAFS branch for upp, ccpp-physics and atmos_cubed_sphere.

* Adding upoff as a namelist parameter

* Update submodule atmos_cubed_sphere, which has updated the time string
in internal tracker output (fort.602, phtcf file).

* fix initialization issue for moving nest grid in debug mode (#622)

* Update submodule atmos_cubed_sphere to point the production/hafs.v1 branch.

* Update submodule upp, which cherry-picked the wind GUST fix from the develop branch.

* Create ESMF field attributes using the same kind as field data values (#618)

* Use 32bit value for 'missing_value' and '_FillValue' attributes

* Update ccpp/suites_not_used/suite_FV3_HAFS_v1* files, needed for the latest sync.

* Update submodule UPP to point to the feature/hafsv2_baseline branch.

* Add a namelist to include ocean current in the computation of air-sea fluxes.

* Change the variable name for zonal ocean current from ssu to usfco.

* Change the variable name for meridional ocean current from ssv to vsfco.

* Update HAFS thompson ccpp suites and move suite_FV3_HAFS_v1_thompson.xml
and suite_FV3_HAFS_v1_thompson_nonsst.xml under ccpp/suites since they
are used by operational HAFS configurations.

* Update usfco and vsfco standard and long names in GFS_typedefs.meta.

* Update standard name for icplocn2atm in ccpp/data/GFS_typedefs.meta.

---------

Co-authored-by: Bin.Liu <Bin.Liu@noaa.gov>
Co-authored-by: William Ramstrom <William.Ramstrom@noaa.gov>
Co-authored-by: Rusty.Benson <rusty.benson@noaa.gov>
Co-authored-by: AndrewHazelton <andrew.hazelton@noaa.gov>
Co-authored-by: Biju Thomas <biju.thomas@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.

hafs_regional_storm_following_1nest_atm_ocn failed with debug test
4 participants