Skip to content

Commit ce2e1de

Browse files
committed
Merge branch 'conv_dx' into combo_265_291
2 parents 6b47b1b + f226729 commit ce2e1de

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

physics/CONV/SAMF/samfdeepcnv.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,10 +2537,10 @@ subroutine samfdeepcnv_run (im,km,first_time_step,restart, &
25372537
c
25382538
c------- final changed variable per unit mass flux
25392539
c
2540-
!> - If grid size is less than a threshold value (dxcrtas: currently 8km if progsigma is not used and 30km if progsigma is used), the quasi-equilibrium assumption of Arakawa-Schubert is not used any longer.
2540+
!> - If grid size is less than a threshold value (dxcrtas: currently 8km if progsigma is not used), or progsigma = true, the quasi-equilibrium assumption of Arakawa-Schubert is not used any longer.
25412541
!
25422542
if(progsigma)then
2543-
dxcrtas=30.e3
2543+
dxcrtas=500.e3
25442544
dxcrtuf=10.e3
25452545
else
25462546
dxcrtas=8.e3

physics/CONV/SAMF/samfdeepcnv.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
[omegain]
473473
standard_name = prognostic_updraft_velocity_in_convection
474474
long_name = convective updraft velocity
475-
units = frac
475+
units = Pa s-1
476476
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
477477
type = real
478478
kind = kind_phys
@@ -481,7 +481,7 @@
481481
[omegaout]
482482
standard_name = updraft_velocity_updated_by_physics
483483
long_name = convective updraft velocity updated by physics
484-
units = frac
484+
units = Pa s-1
485485
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
486486
type = real
487487
kind = kind_phys

physics/CONV/SAMF/samfshalcnv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ subroutine samfshalcnv_run(im,km,itc,ntc,cliq,cp,cvap, &
204204
parameter(betaw=.03,dxcrtc0=9.e3)
205205
parameter(h1=0.33333333)
206206
! progsigma
207-
parameter(dxcrtas=30.e3,sigmind=0.01,sigmins=0.03,sigminm=0.01)
207+
parameter(dxcrtas=500.e3,sigmind=0.01,sigmins=0.03,sigminm=0.01)
208208
c local variables and arrays
209209
real(kind=kind_phys) pfld(im,km), to(im,km), qo(im,km),
210210
& uo(im,km), vo(im,km), qeso(im,km),

physics/CONV/SAMF/samfshalcnv.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
[omegain]
505505
standard_name = prognostic_updraft_velocity_in_convection
506506
long_name = convective updraft velocity
507-
units = frac
507+
units = Pa s-1
508508
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
509509
type = real
510510
kind = kind_phys
@@ -513,7 +513,7 @@
513513
[omegaout]
514514
standard_name = updraft_velocity_updated_by_physics
515515
long_name = convective updraft velocity updated by physics
516-
units = frac
516+
units = Pa s-1
517517
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
518518
type = real
519519
kind = kind_phys

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_suite_interstitial_3.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
[omegain]
274274
standard_name = prognostic_updraft_velocity_in_convection
275275
long_name = convective updraft velocity
276-
units = frac
276+
units = Pa s-1
277277
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
278278
type = real
279279
kind = kind_phys
@@ -282,7 +282,7 @@
282282
[omegaout]
283283
standard_name = updraft_velocity_updated_by_physics
284284
long_name = convective updraft velocity updated by physics
285-
units = frac
285+
units = Pa s-1
286286
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
287287
type = real
288288
kind = kind_phys

0 commit comments

Comments
 (0)