From fb6bb4d19cb2581be3d9b814c674dc63619bdd17 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Mon, 22 Dec 2025 11:39:34 -0700 Subject: [PATCH 1/9] bring in atmos phys; remove acc directives from radiation.F90 --- .gitmodules | 4 ++-- src/atmos_phys | 2 +- src/physics/rrtmgp/radiation.F90 | 33 -------------------------------- 3 files changed, 3 insertions(+), 36 deletions(-) diff --git a/.gitmodules b/.gitmodules index 794b3af75a..a745da6830 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,8 +28,8 @@ [submodule "atmos_phys"] path = src/atmos_phys - url = https://github.com/ESCOMP/atmospheric_physics - fxtag = atmos_phys0_20_000 + url = https://github.com/peverwhee/atmospheric_physics + fxtag = 87ba8c1a246d6cc20fe1649c7abaebff824dc78c fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics diff --git a/src/atmos_phys b/src/atmos_phys index 5b1d9a6261..87ba8c1a24 160000 --- a/src/atmos_phys +++ b/src/atmos_phys @@ -1 +1 @@ -Subproject commit 5b1d9a6261723838717f77355fe68f5c84ef9460 +Subproject commit 87ba8c1a246d6cc20fe1649c7abaebff824dc78c diff --git a/src/physics/rrtmgp/radiation.F90 b/src/physics/rrtmgp/radiation.F90 index d4793223f3..45e14fd8f9 100644 --- a/src/physics/rrtmgp/radiation.F90 +++ b/src/physics/rrtmgp/radiation.F90 @@ -1264,14 +1264,11 @@ subroutine radiation_tend( & ! Compute the gas optics (stored in atm_optics_sw). ! toa_flux is the reference solar source from RRTMGP data. - !$acc data copyin(kdist_sw%gas_props,pmid_day,pint_day,t_day,gas_concs_sw%gas_concs,atm_optics_sw%optical_props) & - !$acc copyout(toa_flux) call rrtmgp_sw_gas_optics_run(dosw, 1, nday, nday, pmid_day, pint_day, t_day, & gas_concs_sw, atm_optics_sw, kdist_sw, toa_flux, errmsg, errflg) if (errflg /= 0) then call endrun(sub//': '//errmsg) end if - !$acc end data ! Scale the solar source call rrtmgp_sw_solar_var_run(toa_flux, 2, band2gpt_sw, nswbands, sol_irrad, we, nbins, sol_tsi, & @@ -1291,20 +1288,11 @@ subroutine radiation_tend( & if (nday > 0) then ! Increment the gas optics (in atm_optics_sw) by the aerosol optics in aer_sw. - !$acc data copyin(coszrs_day, toa_flux, alb_dir, alb_dif, & - !$acc atm_optics_sw%optical_props, atm_optics_sw%optical_props%tau, atm_optics_sw%optical_props%ssa, & - !$acc atm_optics_sw%optical_props%g, aer_sw%optical_props%tau, & - !$acc aer_sw%optical_props, aer_sw%optical_props%ssa, aer_sw%optical_props%g, & - !$acc cloud_sw%optical_props, cloud_sw%optical_props%tau, cloud_sw%optical_props%ssa, & - !$acc cloud_sw%optical_props%g) & - !$acc copy(fswc%fluxes, fswc%fluxes%flux_net,fswc%fluxes%flux_up,fswc%fluxes%flux_dn, & - !$acc fsw%fluxes, fsw%fluxes%flux_net,fsw%fluxes%flux_up,fsw%fluxes%flux_dn) call rrtmgp_sw_rte_run(dosw, .true., .true., nday, 1, nday, atm_optics_sw, cloud_sw, & aer_sw, coszrs_day, toa_flux, alb_dir, alb_dif, fswc, fsw, errmsg, errflg) if (errflg /= 0) then call endrun(sub//': '//errmsg) end if - !$acc end data end if ! Transform RRTMGP outputs to CAM outputs and compute heating rates. @@ -1364,37 +1352,17 @@ subroutine radiation_tend( & end if ! Compute the gas optics and Planck sources. - !$acc data copyin(kdist_lw%gas_props, pmid_rad, pint_rad, t_rad, & - !$acc t_sfc, gas_concs_lw%gas_concs, atm_optics_lw%optical_props) & - !$acc copy(atm_optics_lw%optical_props%tau, & - !$acc sources_lw%sources, sources_lw%sources%lay_source, & - !$acc sources_lw%sources%sfc_source, & - !$acc sources_lw%sources%lev_source, & - !$acc sources_lw%sources%sfc_source_jac) call rrtmgp_lw_gas_optics_run(dolw, 1, ncol, ncol, pmid_rad, pint_rad, t_rad, & t_sfc, gas_concs_lw, atm_optics_lw, sources_lw, t_rad, .false., kdist_lw, errmsg, & errflg) if (errflg /= 0) then call endrun(sub//': '//errmsg) end if - !$acc end data ! Set LW aerosol optical properties in the aer_lw object. call rrtmgp_set_aer_lw(icall, state, pbuf, aer_lw) ! Call the main rrtmgp_lw driver - !$acc data copyin(atm_optics_lw%optical_props,atm_optics_lw%optical_props%tau, & - !$acc aer_lw%optical_props,aer_lw%optical_props%tau, & - !$acc cloud_lw%optical_props, cloud_lw%optical_props%tau, & - !$acc sources_lw%sources,sources_lw%sources%lay_source, & - !$acc sources_lw%sources%sfc_source, & - !$acc sources_lw%sources%lev_source, & - !$acc sources_lw%sources%sfc_source_jac, & - !$acc emis_sfc) & - !$acc copy(flwc%fluxes, flwc%fluxes%flux_net, flwc%fluxes%flux_up, & - !$acc flwc%fluxes%flux_dn, flw%fluxes, flw%fluxes%flux_net, & - !$acc flw%fluxes%flux_up, flw%fluxes%flux_dn, & - !$acc lw_ds) call rrtmgp_lw_rte_run(dolw, dolw, .false., .false., .false., & 0, atm_optics_lw, cloud_lw, sources_lw, emis_sfc, & kdist_lw, aer_lw, fluxlwup_jac, lw_ds, flwc, flw, & @@ -1402,7 +1370,6 @@ subroutine radiation_tend( & if (errflg /= 0) then call endrun(sub//': '//errmsg) end if - !$acc end data ! Transform RRTMGP outputs to CAM outputs and compute heating rates. call set_lw_diags() From 16e94f354fd85f5f86342d7b546d6b40732e86fb Mon Sep 17 00:00:00 2001 From: peverwhee Date: Mon, 22 Dec 2025 14:38:31 -0700 Subject: [PATCH 2/9] clean up unused code --- src/physics/rrtmgp/radiation.F90 | 10 +---- src/physics/rrtmgp/rrtmgp_inputs_cam.F90 | 55 +++--------------------- 2 files changed, 8 insertions(+), 57 deletions(-) diff --git a/src/physics/rrtmgp/radiation.F90 b/src/physics/rrtmgp/radiation.F90 index 45e14fd8f9..664b279399 100644 --- a/src/physics/rrtmgp/radiation.F90 +++ b/src/physics/rrtmgp/radiation.F90 @@ -413,7 +413,6 @@ end function radiation_do subroutine radiation_init(pbuf2d) use rrtmgp_pre, only: rrtmgp_pre_init use rrtmgp_inputs_setup, only: rrtmgp_inputs_setup_init - use rrtmgp_inputs_cam, only: rrtmgp_inputs_cam_init use rrtmgp_cloud_optics_setup, only: rrtmgp_cloud_optics_setup_init use rrtmgp_sw_solar_var_setup, only: rrtmgp_sw_solar_var_setup_init use solar_irrad_data, only: do_spctrl_scaling, has_spectrum @@ -484,10 +483,6 @@ subroutine radiation_init(pbuf2d) call endrun(sub//': '//errmsg) end if - ! Set up CAM-side RRTMGP inputs - will go away once SW radiation is CCPPized - call rrtmgp_inputs_cam_init(ktopcam, ktoprad, idx_sw_diag, idx_nir_diag, idx_uv_diag, idx_sw_cloudsim, idx_lw_diag, & - idx_lw_cloudsim) - ! Set radconstants module-level index variables that we're setting in CCPP-ized scheme now call radconstants_init(idx_sw_diag, idx_nir_diag, idx_uv_diag, idx_lw_diag) @@ -1282,8 +1277,7 @@ subroutine radiation_tend( & ! Set SW aerosol optical properties in the aer_sw object. ! This call made even when no daylight columns because it does some ! diagnostic aerosol output. - call rrtmgp_set_aer_sw( & - icall, state, pbuf, nday, idxday, nnite, idxnite, aer_sw) + call rrtmgp_set_aer_sw(ktopcam, ktoprad, icall, state, pbuf, nday, idxday, nnite, idxnite, aer_sw) if (nday > 0) then @@ -1360,7 +1354,7 @@ subroutine radiation_tend( & end if ! Set LW aerosol optical properties in the aer_lw object. - call rrtmgp_set_aer_lw(icall, state, pbuf, aer_lw) + call rrtmgp_set_aer_lw(ktopcam, ktoprad, icall, state, pbuf, aer_lw) ! Call the main rrtmgp_lw driver call rrtmgp_lw_rte_run(dolw, dolw, .false., .false., .false., & diff --git a/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 b/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 index af1b6fca3e..27895b5b1a 100644 --- a/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 +++ b/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 @@ -53,16 +53,6 @@ module rrtmgp_inputs_cam ! This value is to match the arbitrary small value used in RRTMG to decide ! when a quantity is effectively zero. real(r8), parameter :: tiny = 1.0e-80_r8 -real(r8) :: sw_low_bounds(nswbands) -real(r8) :: sw_high_bounds(nswbands) -integer :: ktopcam -integer :: ktoprad -integer :: idx_sw_diag -integer :: idx_nir_diag -integer :: idx_uv_diag -integer :: idx_sw_cloudsim -integer :: idx_lw_diag -integer :: idx_lw_cloudsim ! Mapping from RRTMG shortwave bands to RRTMGP. Currently needed to continue using ! the SW optics datasets from RRTMG (even thought there is a slight mismatch in the @@ -74,43 +64,6 @@ module rrtmgp_inputs_cam contains !================================================================================================== -!================================================================================================== -subroutine rrtmgp_inputs_cam_init(ktcam, ktrad, idx_sw_diag_in, idx_nir_diag_in, idx_uv_diag_in, & - idx_sw_cloudsim_in, idx_lw_diag_in, idx_lw_cloudsim_in) - - ! Note that this routine must be called after the calls to set_wavenumber_bands which set - ! the sw/lw band boundaries in the radconstants module. - - integer, intent(in) :: ktcam - integer, intent(in) :: ktrad - integer, intent(in) :: idx_sw_diag_in - integer, intent(in) :: idx_nir_diag_in - integer, intent(in) :: idx_uv_diag_in - integer, intent(in) :: idx_sw_cloudsim_in - integer, intent(in) :: idx_lw_diag_in - integer, intent(in) :: idx_lw_cloudsim_in - character(len=512) :: errmsg - integer :: errflg - - ktopcam = ktcam - ktoprad = ktrad - idx_sw_diag = idx_sw_diag_in - idx_nir_diag = idx_nir_diag_in - idx_uv_diag = idx_uv_diag_in - idx_sw_cloudsim = idx_sw_cloudsim_in - idx_lw_diag = idx_lw_diag_in - idx_lw_cloudsim = idx_lw_cloudsim_in - - ! Initialize the module data containing the SW band boundaries. - call get_sw_spectral_boundaries_ccpp(sw_low_bounds, sw_high_bounds, 'cm^-1', errmsg, errflg) - if (errflg /= 0) then - call endrun('rrtmgp_inputs_cam_init: error during get_sw_spectral_boundaries_ccpp - message: '//errmsg) - end if - -end subroutine rrtmgp_inputs_cam_init - -!========================================================================================= - subroutine rrtmgp_get_gas_mmrs(icall, state, pbuf, nlay, gas_mmrs) ! Retrieve mass mixing ratios for radiatively active gases from rad_constituents @@ -137,11 +90,13 @@ end subroutine rrtmgp_get_gas_mmrs !================================================================================================== -subroutine rrtmgp_set_aer_lw(icall, state, pbuf, aer_lw) +subroutine rrtmgp_set_aer_lw(ktopcam, ktoprad, icall, state, pbuf, aer_lw) ! Load LW aerosol optical properties into the RRTMGP object. ! Arguments + integer, intent(in) :: ktopcam + integer, intent(in) :: ktoprad integer, intent(in) :: icall type(physics_state), target, intent(in) :: state type(physics_buffer_desc), pointer :: pbuf(:) @@ -178,11 +133,13 @@ end subroutine rrtmgp_set_aer_lw !================================================================================================== subroutine rrtmgp_set_aer_sw( & - icall, state, pbuf, nday, idxday, nnite, idxnite, aer_sw) + ktopcam, ktoprad, icall, state, pbuf, nday, idxday, nnite, idxnite, aer_sw) ! Load SW aerosol optical properties into the RRTMGP object. ! Arguments + integer, intent(in) :: ktopcam + integer, intent(in) :: ktoprad integer, intent(in) :: icall type(physics_state), target, intent(in) :: state type(physics_buffer_desc), pointer :: pbuf(:) From 9135128c52a9b91b9245a8127ac4c79da4c633c1 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Fri, 23 Jan 2026 11:43:34 -0700 Subject: [PATCH 3/9] bring in updated externals --- src/physics/rrtmgp/rrtmgp_inputs_cam.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 b/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 index 27895b5b1a..4b30630384 100644 --- a/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 +++ b/src/physics/rrtmgp/rrtmgp_inputs_cam.F90 @@ -44,7 +44,6 @@ module rrtmgp_inputs_cam save public :: & - rrtmgp_inputs_cam_init, & rrtmgp_get_gas_mmrs, & rrtmgp_set_aer_lw, & rrtmgp_set_aer_sw From b1fc969c76e12846f02ee1b35c365353e91552d1 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Mon, 26 Jan 2026 21:58:09 -0700 Subject: [PATCH 4/9] use atmos phys hash and modified ccs_config --- .gitmodules | 6 +++--- ccs_config | 2 +- src/atmos_phys | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index a745da6830..6f92a5b0f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,7 +29,7 @@ [submodule "atmos_phys"] path = src/atmos_phys url = https://github.com/peverwhee/atmospheric_physics - fxtag = 87ba8c1a246d6cc20fe1649c7abaebff824dc78c + fxtag = 18eae2ac0e4b25a6c81cad640030c9ec89297535 fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics @@ -130,8 +130,8 @@ fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute [submodule "ccs_config"] path = ccs_config -url = https://github.com/ESMCI/ccs_config_cesm.git -fxtag = ccs_config_cesm1.0.65 +url = https://github.com/peverwhee/ccs_config_cesm.git +fxtag = 82440022e744d5968a9e96931c6e34762a87e4a8 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git diff --git a/ccs_config b/ccs_config index 7fda4a54ec..82440022e7 160000 --- a/ccs_config +++ b/ccs_config @@ -1 +1 @@ -Subproject commit 7fda4a54ec6261d2affb2351ca2b8f288308f0e8 +Subproject commit 82440022e744d5968a9e96931c6e34762a87e4a8 diff --git a/src/atmos_phys b/src/atmos_phys index 87ba8c1a24..18eae2ac0e 160000 --- a/src/atmos_phys +++ b/src/atmos_phys @@ -1 +1 @@ -Subproject commit 87ba8c1a246d6cc20fe1649c7abaebff824dc78c +Subproject commit 18eae2ac0e4b25a6c81cad640030c9ec89297535 From 4f8acf50785f09728e2af2d1dadbafc0956f26d2 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Wed, 28 Jan 2026 17:11:11 -0700 Subject: [PATCH 5/9] increase wallclock, use updated ccs_config --- .gitmodules | 4 ++-- ccs_config | 2 +- cime_config/testdefs/testlist_cam.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6f92a5b0f9..12322cc65d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,8 +130,8 @@ fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute [submodule "ccs_config"] path = ccs_config -url = https://github.com/peverwhee/ccs_config_cesm.git -fxtag = 82440022e744d5968a9e96931c6e34762a87e4a8 +url = https://github.com/ESMCI/ccs_config_cesm.git +fxtag = ccs_config_cesm1.0.72 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git diff --git a/ccs_config b/ccs_config index 82440022e7..bd39901220 160000 --- a/ccs_config +++ b/ccs_config @@ -1 +1 @@ -Subproject commit 82440022e744d5968a9e96931c6e34762a87e4a8 +Subproject commit bd39901220166f8f8d7368cdf5aad8b704df3602 diff --git a/cime_config/testdefs/testlist_cam.xml b/cime_config/testdefs/testlist_cam.xml index 920a378d9e..47641cba0b 100644 --- a/cime_config/testdefs/testlist_cam.xml +++ b/cime_config/testdefs/testlist_cam.xml @@ -84,7 +84,7 @@ - + @@ -1276,7 +1276,7 @@ - + From ad875bd96ae88104d9a355c7e44ecd014f04bd92 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Wed, 28 Jan 2026 17:12:56 -0700 Subject: [PATCH 6/9] use latest atmos phys dev hash --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 12322cc65d..02801b41b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,7 +29,7 @@ [submodule "atmos_phys"] path = src/atmos_phys url = https://github.com/peverwhee/atmospheric_physics - fxtag = 18eae2ac0e4b25a6c81cad640030c9ec89297535 + fxtag = 6b856cf63c719b3ab128bd6f9d4807ea1e6c78b6 fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics From 7a14f7ac467ba9c8e2e19facf82b7a3e3debb503 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Thu, 29 Jan 2026 11:30:30 -0700 Subject: [PATCH 7/9] use atmospheric physics tag --- .gitmodules | 4 ++-- src/atmos_phys | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index dc5058238b..6d09c4cfd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,8 +28,8 @@ [submodule "atmos_phys"] path = src/atmos_phys - url = https://github.com/peverwhee/atmospheric_physics - fxtag = 2c729d832058cb5df686c9a901c919c5daec2562 + url = https://github.com/ESCOMP/atmospheric_physics + fxtag = atmos_phys0_20_002 fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics diff --git a/src/atmos_phys b/src/atmos_phys index 2c729d8320..d93645bc42 160000 --- a/src/atmos_phys +++ b/src/atmos_phys @@ -1 +1 @@ -Subproject commit 2c729d832058cb5df686c9a901c919c5daec2562 +Subproject commit d93645bc428d146ac236d99f3ac93426d9abce56 From abe2b39c0eebc47e07f622728e91e8cbacd69f5e Mon Sep 17 00:00:00 2001 From: peverwhee Date: Thu, 29 Jan 2026 11:46:43 -0700 Subject: [PATCH 8/9] initial changelog mods --- doc/ChangeLog | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 18ea031563..0398b12428 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,68 @@ +=============================================================== + +Tag name: cam6_4_148 +Originator(s): peverwhee, sjsprecious +Date: 29 January 2026 +One-line Summary: Move GPU directives to atmospheric physics for RRTMGP +Github PR URL: https://github.com/ESCOMP/CAM/pull/1461 + +Purpose of changes (include the issue number and title text for each relevant GitHub issue): + - Moves acc directives for RRTMGP from src/physics/rrtmgp/radiation.F90 to + atmospheric_physics (src/atmos_phys/schemes/rrtmgp/) + +Describe any changes made to build system: N/A + +Describe any changes made to the namelist: N/A + +List any changes to the defaults for the boundary datasets: N/A + +Describe any substantial timing or memory changes: +- GPU test now runs thanks to Jian Sun's workaround in ccs_config, but GPU +test now takes longer (until we have a better fix from CISL) + +Code reviewed by: cacraigucar + +List all files eliminated: N/A + +List all files added and what they do: N/A + +List all existing files that have been modified, and describe the changes: +M cime_config/testdefs/testlist_cam.xml +- Up the wallclock time for all nvhpc tests to 2:00:00 + +M src/physics/rrtmgp/radiation.F90 +- remove acc directives + +M src/physics/rrtmgp/rrtmgp_inputs_cam.F90 +- clean-up unused code that has been moved to atmos_phys + +M .gitmodules +M src/atmos_phys +M ccs_config +- update atmospheric_physics and ccs_config tags + - atmospheric_physics tag includes new directives in rrtmgp schemes + - ccs_config tag changes nvhpc optimization to allow the GPU test to run AND + updates the list of source code to compile with GPU flags + +If there were any failures reported from running test_driver.sh on any test +platform, and checkin with these failures has been OK'd by the gatekeeper, +then copy the lines from the td.*.status files for the failed tests to the +appropriate machine below. All failed tests must be justified. + +derecho/intel/aux_cam: + ERI_D_Ln18.ne16pg3_ne16pg3_mt232.FHIST_C4.derecho_intel.cam-outfrq3s_eri (Overall: FAIL) details: + - pre-existing failure + - ERI test discovered a bug in CICE: See: https://github.com/ESCOMP/CESM_CICE/issues/34 + +derecho/nvhpc/aux_cam: + ERS_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: PASS) details: + - TEST PASSES AS OF THIS TAG + - generated baselines (with cam6_4_147 + the ccs_config mod) to confirm that + the mods in this tag (cam6_4_148) do not change answers + +izumi/nag/aux_cam: all BFB + +izumi/gnu/aux_cam: all BFB =============================================================== From 31a1d39a54910c1eb91649dc7b6c577237aee470 Mon Sep 17 00:00:00 2001 From: peverwhee Date: Thu, 29 Jan 2026 13:49:41 -0700 Subject: [PATCH 9/9] use latest atmospheric physics tag --- .gitmodules | 2 +- src/atmos_phys | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6d09c4cfd6..a14a9f2090 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,7 +29,7 @@ [submodule "atmos_phys"] path = src/atmos_phys url = https://github.com/ESCOMP/atmospheric_physics - fxtag = atmos_phys0_20_002 + fxtag = atmos_phys0_21_000 fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics diff --git a/src/atmos_phys b/src/atmos_phys index d93645bc42..b3abf21d92 160000 --- a/src/atmos_phys +++ b/src/atmos_phys @@ -1 +1 @@ -Subproject commit d93645bc428d146ac236d99f3ac93426d9abce56 +Subproject commit b3abf21d92b101a899dec719c436e0cc046f1251