Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ Optional CCPP framework-provided variables
* `integer`: units = count
* `ccpp_thread_number`: Number of current OpenMP thread. This variable may only be used during CCPP run phase
* `integer`: units = index
* `number_of_ccpp_instances`: Number of parallel CCPP instances
* `integer`: units = count
* `ccpp_instance_number`: Number of current CCPP instance.
* `integer`: units = index
## system variables
Variables related to the compute environment
* `flag_for_mpi_root`: Flag for MPI root process
Expand Down
10 changes: 10 additions & 0 deletions Metadata-standard-names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,16 @@ section:
type: integer
kind: null
units: index
- name: number_of_ccpp_instances
description: Number of parallel CCPP instances
type: integer
kind: null
units: count
- name: ccpp_instance_number
description: Number of current CCPP instance.
type: integer
kind: null
units: index
- name: system variables
comment: Variables related to the compute environment
standard_names:
Expand Down
8 changes: 8 additions & 0 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,14 @@
description="Number of current OpenMP thread. This variable may only be used during CCPP run phase">
<type units="index">integer</type>
</standard_name>
<standard_name name="number_of_ccpp_instances"
description="Number of parallel CCPP instances">
<type units="count">integer</type>
</standard_name>
<standard_name name="ccpp_instance_number"
description="Number of current CCPP instance.">
<type units="index">integer</type>
</standard_name>
</section>
</section>
<section name="system variables"
Expand Down