From 2503eb7fea64695c75cc5be52390a7ae6e31d4d4 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Mon, 28 Sep 2020 09:56:13 -0600 Subject: [PATCH] update GFS_typedefs to be consistent with what was merged --- scm/src/GFS_typedefs.F90 | 3 +++ scm/src/GFS_typedefs.meta | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scm/src/GFS_typedefs.F90 b/scm/src/GFS_typedefs.F90 index 00a925b0..cc197759 100644 --- a/scm/src/GFS_typedefs.F90 +++ b/scm/src/GFS_typedefs.F90 @@ -7025,6 +7025,9 @@ subroutine interstitial_phys_reset (Interstitial, Model) end subroutine interstitial_phys_reset + ! DH* 20200901: this routine is no longer used by CCPP's GFS_debug.F90. When new variables are + ! added to the GFS_interstitial_type, it is best to add the variable to both interstitial_print + ! below and to GFS_interstitialtoscreen in ccpp/physics/physics/GFS_debug.F90 subroutine interstitial_print(Interstitial, Model, mpirank, omprank, blkno) ! implicit none diff --git a/scm/src/GFS_typedefs.meta b/scm/src/GFS_typedefs.meta index 62b573c2..060e62ac 100644 --- a/scm/src/GFS_typedefs.meta +++ b/scm/src/GFS_typedefs.meta @@ -2505,19 +2505,19 @@ dimensions = () type = integer [iovr] - standard_name = flag_for_max_random_overlap_clouds_for_radiation + standard_name = flag_for_cloud_overlap_method_for_radiation long_name = max-random overlap clouds units = flag dimensions = () type = integer [iovr_sw] - standard_name = flag_for_max_random_overlap_clouds_for_shortwave_radiation + standard_name = flag_for_cloud_overlap_method_for_shortwave_radiation long_name = sw: max-random overlap clouds units = flag dimensions = () type = integer [iovr_lw] - standard_name = flag_for_max_random_overlap_clouds_for_longwave_radiation + standard_name = flag_for_cloud_overlap_method_for_longwave_radiation long_name = lw: max-random overlap clouds units = flag dimensions = ()