We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edf08a commit be2b7ccCopy full SHA for be2b7cc
src/physics/utils/gravity_wave_drag_ridge_read.F90
@@ -3,8 +3,10 @@
3
!
4
! Remarks: this module is not CCPP-ized but is written specifically for
5
! 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
+! are not a grid dimension (prdg = 16) that are read by specifying the
+! 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
10
! gridded data to underlying CCPP schemes via the CAM PIO decomposition.
11
! (hplin, 8/28/25)
12
module gravity_wave_drag_ridge_read
0 commit comments