Skip to content

Commit be2b7cc

Browse files
committed
Revise comment at head of module
1 parent 5edf08a commit be2b7cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/physics/utils/gravity_wave_drag_ridge_read.F90

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
!
44
! Remarks: this module is not CCPP-ized but is written specifically for
55
! grid decomposition-aware I/O in CAM-SIMA; it also has variables that
6-
! are not a grid dimension (nrdg = 16), so it uses the PIO utilities
7-
! directly. This module can be a useful reference for how to provide
6+
! are not a grid dimension (prdg = 16) that are read by specifying the
7+
! custom dimension. It also makes that dimension available to the CCPP
8+
! framework (prdg).
9+
! This module can be a useful reference for how to provide
810
! gridded data to underlying CCPP schemes via the CAM PIO decomposition.
911
! (hplin, 8/28/25)
1012
module gravity_wave_drag_ridge_read

0 commit comments

Comments
 (0)