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

Update fms_mixedmode branch #76

Merged

Conversation

binli2337
Copy link
Collaborator

@binli2337 binli2337 commented Oct 21, 2022

The fms_mixedmode branch will be updated to include the latest changes from the dev/emc branch at NOAA-GFDL/GFDL_atmos_cubed_sphere.

Testing has been done on Gaea using fms/2022.03.

bensonr and others added 9 commits May 3, 2022 09:01
…t=1,1

adds capability to use FMS feature to ignore data integrity checksums in restarts
* Add missing instance for hailwat

* Regional bc blend changes to extend into interior halos and overlap on corners. Still not working for u and v.

* atmosphere.F90 : add hailwat to check
dyn_core.F90 : Fix from Jun Wang to correct sync of u,v
fv_regional_bc.F90 : add check for nrows_blend > tile size; fix error when nrows_blend=1

* Explanatory comment added

* Removed commented code

* Clean old code
* changed interface to public

* added public

* removed source

* mods for jedi build

* Transfer changes from PR NOAA-GFDL#202 to NOAA-GFDL#199

Made small changes from PR NOAA-GFDL#202 manually.

* returned ignore checksum

* fixed ignore checksum
…ncorrectly initialized memory. (NOAA-GFDL#219)

* fixes and workarounds for uninitialized memory in fv_regional_bc

* remove workarounds and fix remaining known bugs in ps_reg

* a few more surface pressure bug fixes; now the test case runs in debug mode

* workarounds and bug fixes from gnu compiler testing

* remove -9999999 commented-out code

* quiet the NaNs passed to Atmp%ps

* simplify comments and explain snan

* use i-1 & j-1 for two-point averages, when available

* Replace many changes with PR NOAA-GFDL#220
@@ -968,7 +1029,7 @@ subroutine compute_regional_bc_indices(regional_bc_bounds)
regional_bc_bounds%is_south_uvs=isd
regional_bc_bounds%ie_south_uvs=ied
!
regional_bc_bounds%js_south_uvs=jed-nhalo_model-nrows_blend+1
regional_bc_bounds%js_south_uvs=jed-nhalo_model-nrows_blend+2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need to change the bounds?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@junwang-noaa For information, please see NOAA-GFDL#219

@junwang-noaa junwang-noaa merged commit 0ab12b6 into NOAA-EMC:fms_mixedmode Oct 21, 2022
junwang-noaa added a commit that referenced this pull request Oct 24, 2022
junwang-noaa added a commit that referenced this pull request Oct 24, 2022
@junwang-noaa
Copy link
Collaborator

@binli2337 Would you please create a new PR to fms_mixedmode branch? We need to merge it without using squash. Thanks

@binli2337 binli2337 deleted the update_to_dev_emc_20221017 branch December 7, 2022 12:43
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.

6 participants