Skip to content

Commit 59b0a31

Browse files
committed
debug sgscloud_radpre/post
1 parent c277d27 commit 59b0a31

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

physics/Interstitials/UFS_SCM_NEPTUNE/sgscloud_radpost.meta

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
type = logical
3737
intent = in
3838
[qc]
39-
standard_name = physics_timestep_initial_cloud_liquid_water_mixing_ratio
39+
standard_name = cloud_liquid_water_mixing_ratio
4040
long_name = no condensates) ratio of mass of cloud water to mass of dry air plus vapor (without condensates)
4141
units = kg kg-1
4242
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
4343
type = real
4444
kind = kind_phys
4545
intent = inout
4646
[qi]
47-
standard_name = physics_timestep_initial_cloud_ice_mixing_ratio
47+
standard_name = cloud_ice_mixing_ratio
4848
long_name = ratio of mass of ice water to mass of dry air plus vapor (without condensates)
4949
units = kg kg-1
5050
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
5151
type = real
5252
kind = kind_phys
5353
intent = inout
5454
[qs]
55-
standard_name = physics_timestep_initial_snow_mixing_ratio
55+
standard_name = snow_mixing_ratio
5656
long_name = ratio of mass of snow water to mass of dry air plus vapor (without condensates)
5757
units = kg kg-1
5858
dimensions = (horizontal_loop_extent,vertical_layer_dimension)

physics/Interstitials/UFS_SCM_NEPTUNE/sgscloud_radpre.F90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ subroutine sgscloud_radpre_run( &
7878
& imp_physics_gfdl, imp_physics_fa, conv_cf_opt
7979
logical, intent(in) :: flag_init, flag_restart, do_mynnedmf
8080

81-
real(kind=kind_phys), dimension(:,:), intent(inout) :: qc, qi
82-
real(kind=kind_phys), dimension(:,:), intent(inout) :: qr, qs, qg
81+
real(kind=kind_phys), dimension(:,:), intent(inout) :: qc, qi, qs
82+
real(kind=kind_phys), dimension(:,:), intent(in) :: qr, qg
8383
! note: qci_conv only allocated if GF is used
84-
real(kind=kind_phys), dimension(:,:), intent(inout), optional :: qci_conv
85-
real(kind=kind_phys), dimension(:,:), intent(inout) :: qlc, qli !for SAS
84+
real(kind=kind_phys), dimension(:,:), intent(in), optional :: qci_conv
85+
real(kind=kind_phys), dimension(:,:), intent(in) :: qlc, qli !for SAS
8686
real(kind=kind_phys), dimension(:,:), intent(in), optional :: ud_mf
8787
real(kind=kind_phys), dimension(:,:), intent(in) :: T3D,delp
8888
real(kind=kind_phys), dimension(:,:), intent(in) :: qv,P3D,exner

physics/Interstitials/UFS_SCM_NEPTUNE/sgscloud_radpre.meta

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@
166166
kind = kind_phys
167167
intent = inout
168168
[qv]
169-
standard_name = physics_timestep_initial_specific_humidity
169+
standard_name = specific_humidity
170170
long_name = water vapor specific humidity
171171
units = kg kg-1
172172
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
173173
type = real
174174
kind = kind_phys
175175
intent = in
176176
[T3D]
177-
standard_name = physics_timestep_initial_air_temperature
177+
standard_name = air_temperature
178178
long_name = layer mean air temperature
179179
units = K
180180
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
@@ -204,15 +204,15 @@
204204
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
205205
type = real
206206
kind = kind_phys
207-
intent = inout
207+
intent = in
208208
[qg]
209209
standard_name = graupel_mixing_ratio
210210
long_name = graupel mixing ratio wrt dry+vapor (no condensates)
211211
units = kg kg-1
212212
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
213213
type = real
214214
kind = kind_phys
215-
intent = inout
215+
intent = in
216216
[ud_mf]
217217
standard_name = instantaneous_atmosphere_updraft_convective_mass_flux
218218
long_name = (updraft mass flux) * delt
@@ -229,7 +229,7 @@
229229
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
230230
type = real
231231
kind = kind_phys
232-
intent = inout
232+
intent = in
233233
optional = True
234234
[qlc]
235235
standard_name = cloud_condensed_water_mixing_ratio_convective_transport_tracer
@@ -238,15 +238,15 @@
238238
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
239239
type = real
240240
kind = kind_phys
241-
intent = inout
241+
intent = in
242242
[qli]
243243
standard_name = ice_water_mixing_ratio_convective_transport_tracer
244244
long_name = ratio of mass of ice water to mass of dry air plus vapor (without condensates) in the convectively transported tracer array
245245
units = kg kg-1
246246
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
247247
type = real
248248
kind = kind_phys
249-
intent = inout
249+
intent = in
250250
[imfdeepcnv]
251251
standard_name = control_for_deep_convection_scheme
252252
long_name = flag for mass-flux deep convection scheme

0 commit comments

Comments
 (0)