Skip to content

Commit c43d0a8

Browse files
committed
Fix standard name for vertical_layer_index_of_troposphere_cloud_physics_top
1 parent 30764b1 commit c43d0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/ref_pres.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ subroutine ref_pres_init(pref_edge_in, pref_mid_in, num_pr_lev_in)
179179
! num_pr_lev
180180
call mark_as_initialized("number_of_pure_pressure_levels_at_top")
181181
! trop_cloud_top_lev
182-
call mark_as_initialized("index_of_pressure_at_troposhere_cloud_top")
182+
call mark_as_initialized("vertical_layer_index_of_troposphere_cloud_physics_top")
183183
! clim_modal_aero_top_lev
184184
call mark_as_initialized("index_of_air_pressure_at_top_of_aerosol_model")
185185
! do_molec_press

0 commit comments

Comments
 (0)