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

Add Tom's regional DA dycore fix #26

Merged
merged 6 commits into from
Jul 14, 2020

Conversation

junwang-noaa
Copy link
Collaborator

@junwang-noaa junwang-noaa commented Jun 25, 2020

  1. delz halo fix
  2. changes for putting GSI anl into boundary file in a more robust manner in SAR DA system

Related PRs:
fv3atm #132
ufs-weather-model #154

@@ -733,6 +735,24 @@ subroutine setup_regional_BC(Atm, dt_atmos &
enddo
enddo
endif
!

Choose a reason for hiding this comment

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

Is this specifically tailored to GFDL-MP? How about other microphysics schemes that use different tracers?

Choose a reason for hiding this comment

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

No, it has been run for Thompson MP as well as GFDL MP.

Choose a reason for hiding this comment

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

Ok, thanks.

@danholdaway
Copy link
Collaborator

Thanks for including my changes Jun. Not sure where this happened and no problem if it doesn't make sense to include in this PR since this file wasn't touched and I can make another one but theres an additional change for when not using the INTERNAL_NML_FILE definition. In the file model/multi_gases.F90 at line 42 it should be use fms_mod, only: check_nml_error, open_namelist_file. We'll work to get away from using this compiler definition since it's not recommended/supported but we could do with keeping it functional for now. I'll approve anyway in case you want to leave it out of this PR.

@danholdaway
Copy link
Collaborator

Thanks for including my changes Jun. Not sure where this happened and no problem if it doesn't make sense to include in this PR since this file wasn't touched and I can make another one but theres an additional change for when not using the INTERNAL_NML_FILE definition. In the file model/multi_gases.F90 at line 42 it should be use fms_mod, only: check_nml_error, open_namelist_file. We'll work to get away from using this compiler definition since it's not recommended/supported but we could do with keeping it functional for now. I'll approve anyway in case you want to leave it out of this PR.

Apologies, copy paste error. It should be:
use fms_mod, only: check_nml_error, open_namelist_file, close_file
on that line

@junwang-noaa
Copy link
Collaborator Author

junwang-noaa commented Jul 14, 2020 via email

@junwang-noaa junwang-noaa merged commit b108ed2 into NOAA-EMC:dev/emc Jul 14, 2020
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.

None yet

7 participants