Skip to content

Commit de751f6

Browse files
authored
Merge pull request #23 from climbfuji/feature/capgen-ng-for-dustin
number_of_openmp_threads --> number_of_physics_threads
2 parents 2c5a0df + 364cd63 commit de751f6

11 files changed

Lines changed: 16 additions & 16 deletions

File tree

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.fv3.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@
962962
type = logical
963963
intent = in
964964
[nthrds]
965-
standard_name = number_of_openmp_threads
965+
standard_name = number_of_physics_threads
966966
long_name = number of OpenMP threads available for physics schemes
967967
units = count
968968
dimensions = ()
@@ -1538,7 +1538,7 @@
15381538
kind = kind_phys
15391539
intent = inout
15401540
[nthrds]
1541-
standard_name = number_of_openmp_threads
1541+
standard_name = number_of_physics_threads
15421542
long_name = number of OpenMP threads available for physics schemes
15431543
units = count
15441544
dimensions = ()

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.neptune.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@
962962
type = logical
963963
intent = in
964964
[nthrds]
965-
standard_name = number_of_openmp_threads
965+
standard_name = number_of_physics_threads
966966
long_name = number of OpenMP threads available for physics schemes
967967
units = count
968968
dimensions = ()
@@ -1538,7 +1538,7 @@
15381538
kind = kind_phys
15391539
intent = inout
15401540
[nthrds]
1541-
standard_name = number_of_openmp_threads
1541+
standard_name = number_of_physics_threads
15421542
long_name = number of OpenMP threads available for physics schemes
15431543
units = count
15441544
dimensions = ()

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
type = logical
962962
intent = in
963963
[nthrds]
964-
standard_name = number_of_openmp_threads
964+
standard_name = number_of_physics_threads
965965
long_name = number of OpenMP threads available for physics schemes
966966
units = count
967967
dimensions = ()
@@ -1515,7 +1515,7 @@
15151515
kind = kind_phys
15161516
intent = inout
15171517
[nthrds]
1518-
standard_name = number_of_openmp_threads
1518+
standard_name = number_of_physics_threads
15191519
long_name = number of OpenMP threads available for physics schemes
15201520
units = count
15211521
dimensions = ()

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_surface_generic_pre.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name = GFS_surface_generic_pre_init
1010
type = scheme
1111
[nthreads]
12-
standard_name = number_of_openmp_threads
12+
standard_name = number_of_physics_threads
1313
long_name = number of OpenMP threads available for physics schemes
1414
units = count
1515
dimensions = ()
@@ -121,7 +121,7 @@
121121
name = GFS_surface_generic_pre_run
122122
type = scheme
123123
[nthreads]
124-
standard_name = number_of_openmp_threads
124+
standard_name = number_of_physics_threads
125125
long_name = number of OpenMP threads available for physics schemes
126126
units = count
127127
dimensions = ()

physics/MP/Ferrier_Aligo/mp_fer_hires.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
type = integer
7373
intent = in
7474
[threads]
75-
standard_name = number_of_openmp_threads
75+
standard_name = number_of_physics_threads
7676
long_name = number of OpenMP threads available to scheme
7777
units = count
7878
dimensions = ()
@@ -258,7 +258,7 @@
258258
type = integer
259259
intent = in
260260
[threads]
261-
standard_name = number_of_openmp_threads
261+
standard_name = number_of_physics_threads
262262
long_name = number of OpenMP threads available to scheme
263263
units = count
264264
dimensions = ()

physics/MP/NSSL/mp_nssl.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
type = integer
3737
intent = out
3838
[threads]
39-
standard_name = number_of_openmp_threads
39+
standard_name = number_of_physics_threads
4040
long_name = number of OpenMP threads available to scheme
4141
units = count
4242
dimensions = ()

physics/MP/TEMPO/mp_tempo.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
type = integer
377377
intent = in
378378
[threads]
379-
standard_name = number_of_openmp_threads
379+
standard_name = number_of_physics_threads
380380
long_name = number of OpenMP threads available to scheme
381381
units = count
382382
dimensions = ()

physics/MP/Thompson/mp_thompson.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ subroutine mp_thompson_run(ncol, nlev, con_g, con_rd, &
580580
! Initialize the CCPP error handling variables
581581
errmsg = ''
582582
errflg = 0
583-
583+
584584
ten_q = 0.0 ! Since this scheme is outputting tracer tendencies individually,
585585
! we also need to initialize the entire array to 0, so that when
586586
! tendencies are applied, all tracer tendencies other than those

physics/MP/Thompson/mp_thompson.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
type = integer
412412
intent = in
413413
[threads]
414-
standard_name = number_of_openmp_threads
414+
standard_name = number_of_physics_threads
415415
long_name = number of OpenMP threads available to scheme
416416
units = count
417417
dimensions = ()

physics/SFC_Layer/UFS/sfc_nst_post.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
kind = kind_phys
162162
intent = inout
163163
[nthreads]
164-
standard_name = number_of_openmp_threads
164+
standard_name = number_of_physics_threads
165165
long_name = number of OpenMP threads available for physics schemes
166166
units = count
167167
dimensions = ()

0 commit comments

Comments
 (0)