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

Re-organize GFDLMP (v1) and GFDLMP v3 into ccpp/physics #779

Closed
wants to merge 5 commits into from

Conversation

RuiyuSun
Copy link
Contributor

@RuiyuSun RuiyuSun commented Feb 1, 2024

This PR is to add the latest version of the GFDL microphysic scheme, GFDLMP v3 (2022). The purpose is the provide an alternative MP scheme to the HAFS. The GFDLMP v3 (2022) is significantly different from the v1 (2019 ) in operational in GFS/GEFS, and a version of the HAFS,

Testing

SCM tests and a few RT tests on Hera have be completed with the added GFDLMP v3.

Dependency

ufs-community/ccpp-physics#162

@DusanJovic-NOAA DusanJovic-NOAA changed the title re-organize GFDLMP (v1) and GFDLMP v3 into ccpp/physics Re-organize GFDLMP (v1) and GFDLMP v3 into ccpp/physics Feb 9, 2024
bluefinweiwei added a commit to bluefinweiwei/ccpp-scm that referenced this pull request Mar 27, 2024
…ng sfc fluxes for DEPHYv1 format

ccpp-physics PR162: ufs-community/ccpp-physics#162
fv3atm PR779: NOAA-EMC/fv3atm#779
ccppscm PR428: https://github.com/NCAR/ccpp-scm/pull/428/files
	modified:   ../../ccpp/config/ccpp_prebuild_config.py
	modified:   ../../ccpp/physics
	modified:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C768.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C768.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv3_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv3_C768.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C768.nml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v16_gfdlmpv3.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv1.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv3.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_nssl.xml
	modified:   ../etc/Hera_setup_intel.sh
	modified:   CCPP_typedefs.F90
	modified:   CCPP_typedefs.meta
	modified:   GFS_typedefs.F90
	modified:   GFS_typedefs.meta
	modified:   run_scm.py
	modified:   scm_input.F90
	modified:   suite_info.py
bluefinweiwei added a commit to bluefinweiwei/ccpp-scm that referenced this pull request Mar 27, 2024
…ng sfc fluxes for DEPHYv1 format

ccpp-physics PR162: ufs-community/ccpp-physics#162
fv3atm PR779: NOAA-EMC/fv3atm#779
ccppscm PR428: https://github.com/NCAR/ccpp-scm/pull/428/files
	modified:   ../config/ccpp_prebuild_config.py
	modified:   ../physics
	new file:   input_GFS_v17_p8_ugwpv1_C1152.nml
	modified:   input_GFS_v17_p8_ugwpv1_C192.nml
	new file:   input_GFS_v17_p8_ugwpv1_C3072.nml
	modified:   input_GFS_v17_p8_ugwpv1_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_C768.nml
	modified:   input_GFS_v17_p8_ugwpv1_C96.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv1_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv1_C768.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv3_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv3_C768.nml
	new file:   input_GFS_v17_p8_ugwpv1_nssl_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_nssl_C768.nml
	new file:   ../suites/suite_SCM_GFS_v16_gfdlmpv3.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv1.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv3.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_nssl.xml
	modified:   ../../scm/etc/Hera_setup_intel.sh
	modified:   ../../scm/src/CCPP_typedefs.F90
	modified:   ../../scm/src/CCPP_typedefs.meta
	modified:   ../../scm/src/GFS_typedefs.F90
	modified:   ../../scm/src/GFS_typedefs.meta
	modified:   ../../scm/src/run_scm.py
	modified:   ../../scm/src/scm_input.F90
	modified:   ../../scm/src/suite_info.py
bluefinweiwei added a commit to bluefinweiwei/ccpp-scm that referenced this pull request Mar 28, 2024
…ng sfc fluxes for DEPHYv1 format

ccpp-physics PR162: ufs-community/ccpp-physics#162
fv3atm PR779: NOAA-EMC/fv3atm#779
ccppscm PR428: https://github.com/NCAR/ccpp-scm/pull/428/files
	modified:   ccpp/config/ccpp_prebuild_config.py
	modified:   ccpp/physics
	new file:   ccpp/physics_namelists/input_GFS_v16_gfdlmpv3.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C1152.nml
	modified:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C192.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C3072.nml
	modified:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C384.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C768.nml
	modified:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C96.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C384.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C768.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv3_C384.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv3_C768.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C384.nml
	new file:   ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C768.nml
	new file:   ccpp/suites/suite_SCM_GFS_v16_gfdlmpv3.xml
	new file:   ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv1.xml
	new file:   ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv3.xml
	new file:   ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_nssl.xml
	modified:   scm/etc/Hera_setup_intel.sh
	modified:   scm/src/CCPP_typedefs.F90
	modified:   scm/src/CCPP_typedefs.meta
	modified:   scm/src/GFS_typedefs.F90
	modified:   scm/src/GFS_typedefs.meta
	modified:   scm/src/run_scm.py
	modified:   scm/src/scm_input.F90
	modified:   scm/src/suite_info.py
bluefinweiwei added a commit to bluefinweiwei/ccpp-scm that referenced this pull request Mar 28, 2024
…ng sfc fluxes for DEPHYv1 format

ccpp-physics PR162: ufs-community/ccpp-physics#162
fv3atm PR779: NOAA-EMC/fv3atm#779
ccppscm PR428: https://github.com/NCAR/ccpp-scm/pull/428/files
	modified:   ../config/ccpp_prebuild_config.py
	modified:   ../physics
	new file:   input_GFS_v16_gfdlmpv3.nml
	new file:   input_GFS_v17_p8_ugwpv1_C1152.nml
	modified:   input_GFS_v17_p8_ugwpv1_C192.nml
	new file:   input_GFS_v17_p8_ugwpv1_C3072.nml
	modified:   input_GFS_v17_p8_ugwpv1_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_C768.nml
	modified:   input_GFS_v17_p8_ugwpv1_C96.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv1_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv1_C768.nml
	new file:   input_GFS_v17_p8_ugwpv1_gfdlmpv3_C768.nml
	new file:   input_GFS_v17_p8_ugwpv1_nssl_C384.nml
	new file:   input_GFS_v17_p8_ugwpv1_nssl_C768.nml
	new file:   ../suites/suite_SCM_GFS_v16_gfdlmpv3.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv1.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv3.xml
	new file:   ../suites/suite_SCM_GFS_v17_p8_ugwpv1_nssl.xml
	modified:   ../../scm/etc/Hera_setup_intel.sh
	modified:   ../../scm/src/CCPP_typedefs.F90
	modified:   ../../scm/src/CCPP_typedefs.meta
	modified:   ../../scm/src/GFS_typedefs.F90
	modified:   ../../scm/src/GFS_typedefs.meta
	modified:   ../../scm/src/run_scm.py
	modified:   ../../scm/src/scm_input.F90
	modified:   ../../scm/src/suite_info.py
bluefinweiwei added a commit to DTC-phytne/ccpp-scm that referenced this pull request Mar 29, 2024
…ng sfc fluxes for DEPHYv1 format

ccpp-physics PR162: ufs-community/ccpp-physics#162
fv3atm PR779: NOAA-EMC/fv3atm#779
ccppscm PR428: https://github.com/NCAR/ccpp-scm/pull/428/files
	modified:   ../../ccpp/config/ccpp_prebuild_config.py
	modified:   ../../ccpp/physics
	new file:   ../../ccpp/physics_namelists/input_GFS_v16_gfdlmpv3.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C1152.nml
	modified:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C192.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C3072.nml
	modified:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C768.nml
	modified:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_C96.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv1_C768.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_gfdlmpv3_C768.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C384.nml
	new file:   ../../ccpp/physics_namelists/input_GFS_v17_p8_ugwpv1_nssl_C768.nml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v16_gfdlmpv3.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv1.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_gfdlmpv3.xml
	new file:   ../../ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1_nssl.xml
	modified:   ../etc/Hera_setup_intel.sh
	modified:   CCPP_typedefs.F90
	modified:   CCPP_typedefs.meta
	modified:   GFS_typedefs.F90
	modified:   GFS_typedefs.meta
	modified:   run_scm.py
	modified:   scm_input.F90
	modified:   scm_type_defs.F90
	modified:   suite_info.py
@DusanJovic-NOAA
Copy link
Collaborator

@grantfirl Just do double check, is this PR replaced by #823?

@DusanJovic-NOAA
Copy link
Collaborator

@RuiyuSun Please close this PR if it's not needed anymore

@RuiyuSun RuiyuSun closed this May 31, 2024
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