We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tphysbc_cmfmc (atmosphere_convective_mass_flux_due_to_all_convection) is incorrectly written with lev as the vertical dimension instead of ilev.
tphysbc_cmfmc
atmosphere_convective_mass_flux_due_to_all_convection
lev
ilev
It is defined at module level with interface dimension:
CAM/src/physics/cam/physpkg.F90
Line 2137 in e73a79b
The addfld call should be ilev here
addfld
CAM/src/physics/cam/cam_snapshot.F90
Lines 241 to 242 in e73a79b
and in physics/cam7/cam_snapshot.F90 as well.
physics/cam7/cam_snapshot.F90
Because the vertical dimension is declared incorrectly, attempting to read this field in CAM-SIMA will lead to CAM-SIMA crashing.
Observe any tphysbc CAM snapshot
double tphysbc_cmfmc(time, lev, ncol) ; tphysbc_cmfmc:mdims = 1 ; tphysbc_cmfmc:units = "unset" ; tphysbc_cmfmc:long_name = "tphysbc_cmfmc" ; tphysbc_cmfmc:cell_methods = "time: point" ;
cam6_4_075
CISL machine (e.g. cheyenne)
Intel
No response
Yes
Will likely bundle the fix into #1271 unless there is another urgent need for this field in other SIMA work.
The text was updated successfully, but these errors were encountered:
Fix ESCOMP#1274 - incorrect vertical dimension for tphysbc_cmfmc
bf209f0
jimmielin
No branches or pull requests
What happened?
tphysbc_cmfmc
(atmosphere_convective_mass_flux_due_to_all_convection
) is incorrectly written withlev
as the vertical dimension instead ofilev
.It is defined at module level with interface dimension:
CAM/src/physics/cam/physpkg.F90
Line 2137 in e73a79b
The
addfld
call should beilev
hereCAM/src/physics/cam/cam_snapshot.F90
Lines 241 to 242 in e73a79b
and in
physics/cam7/cam_snapshot.F90
as well.Because the vertical dimension is declared incorrectly, attempting to read this field in CAM-SIMA will lead to CAM-SIMA crashing.
What are the steps to reproduce the bug?
Observe any tphysbc CAM snapshot
What CAM tag were you using?
cam6_4_075
What machine were you running CAM on?
CISL machine (e.g. cheyenne)
What compiler were you using?
Intel
Path to a case directory, if applicable
No response
Will you be addressing this bug yourself?
Yes
Extra info
Will likely bundle the fix into #1271 unless there is another urgent need for this field in other SIMA work.
The text was updated successfully, but these errors were encountered: