File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
components/eam/src/physics/crm/pam Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ inline void pam_variance_transport_diagnose( pam::PamCoupler &coupler ) {
36
36
auto ny = coupler.get_option <int >(" crm_ny" );
37
37
auto nx = coupler.get_option <int >(" crm_nx" );
38
38
// ------------------------------------------------------------------------------------------------
39
- auto temp = dm_device.get <real,4 >(" temp" );
40
- auto rhov = dm_device.get <real,4 >(" water_vapor" );
41
- auto rhoc = dm_device.get <real,4 >(" cloud_water" );
42
- auto rhoi = dm_device.get <real,4 >(" ice" );
43
- auto uvel = dm_device.get <real,4 >(" uvel" );
39
+ auto temp = dm_device.get <real const ,4 >(" temp" );
40
+ auto rhov = dm_device.get <real const ,4 >(" water_vapor" );
41
+ auto rhoc = dm_device.get <real const ,4 >(" cloud_water" );
42
+ auto rhoi = dm_device.get <real const ,4 >(" ice" );
43
+ auto uvel = dm_device.get <real const ,4 >(" uvel" );
44
44
auto vt_temp = dm_device.get <real,2 >(" vt_temp" );
45
45
auto vt_rhov = dm_device.get <real,2 >(" vt_rhov" );
46
46
auto vt_uvel = dm_device.get <real,2 >(" vt_uvel" );
You can’t perform that action at this time.
0 commit comments