Skip to content

Commit b70a663

Browse files
committed
PG2 -> pg2
1 parent 2409a49 commit b70a663

30 files changed

+37
-37
lines changed

components/eamxx/cime_config/eamxx_buildnml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def _create_raw_xml_file_impl(case, xml, filepath=None):
588588
... </atm_proc_base>
589589
... <physics_proc_base inherit='atm_proc_base'>
590590
... <Grid>Physics gll</Grid>
591-
... <Grid grid='ne4ne4'>Physics PG2</Grid>
591+
... <Grid grid='ne4ne4'>Physics pg2</Grid>
592592
... </physics_proc_base>
593593
... <atm_proc_group inherit="atm_proc_base">
594594
... <atm_procs_list>NONE</atm_procs_list>
@@ -617,7 +617,7 @@ def _create_raw_xml_file_impl(case, xml, filepath=None):
617617
('enable_postcondition_checks', True),
618618
( 'P1',
619619
OrderedDict([ ('prop1', 'hi'),
620-
('Grid', 'Physics PG2'),
620+
('Grid', 'Physics pg2'),
621621
('number_of_subcycles', 1),
622622
('enable_precondition_checks', True),
623623
('enable_postcondition_checks', True)])),

components/eamxx/cime_config/namelist_defaults_eamxx.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ be lost if SCREAM_HACK_XML is not enabled.
590590
<grids_manager>
591591
<type>Homme</type>
592592
<physics_grid_type>gll</physics_grid_type>
593-
<physics_grid_type hgrid=".*pg2">PG2</physics_grid_type>
593+
<physics_grid_type hgrid=".*pg2">pg2</physics_grid_type>
594594
<physics_grid_rebalance>None</physics_grid_rebalance>
595595
<dynamics_namelist_file_name>./data/namelist.nl</dynamics_namelist_file_name>
596596
<vertical_coordinate_filename type="file">UNSET</vertical_coordinate_filename>

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mvkpert/yaml_outs/monthly_average_coarse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ averaging_type: Average
66
file_max_storage_type: one_month
77
horiz_remap_file: ${DIN_LOC_ROOT}/atm/scream/maps/map_ne1024pg2_to_ne30pg2_mono.20230901.nc
88
Fields:
9-
Physics PG2:
9+
Physics pg2:
1010
Field Names:
1111
# 3D fields
1212
- T_mid

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/output/diags/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ YAML_FILE=$CASEROOT/eamxx_diags_output.yaml
1212
# Figure out the suffix for the physics grid
1313
ATM_GRID=$(./xmlquery --value ATM_GRID)
1414
if [[ $ATM_GRID == *"pg2"* ]]; then
15-
PGTYPE="PG2"
15+
PGTYPE="pg2"
1616
else
1717
PGTYPE="gll"
1818
fi

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/output/phys/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ YAML_FILE=$CASEROOT/eamxx_phys_output.yaml
1212
# Figure out the suffix for the physics grid
1313
ATM_GRID=$(./xmlquery --value ATM_GRID)
1414
if [[ $ATM_GRID == *"pg2"* ]]; then
15-
PGTYPE="PG2"
15+
PGTYPE="pg2"
1616
else
1717
PGTYPE="gll"
1818
fi

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/output/phys_dyn/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ YAML_FILE=$CASEROOT/eamxx_dyn_output.yaml
1212
# Figure out the suffix for the physics grid
1313
ATM_GRID=$(./xmlquery --value ATM_GRID)
1414
if [[ $ATM_GRID == *"pg2"* ]]; then
15-
PGTYPE="PG2"
15+
PGTYPE="pg2"
1616
else
1717
PGTYPE="gll"
1818
fi

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/prod/yaml_outs/eamxx_output.decadal.1dailyAVG_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iotype: pnetcdf
55
averaging_type: Average
66
Max Snapshots Per File: 1
77
Fields:
8-
Physics PG2:
8+
Physics pg2:
99
Field Names:
1010
- snow_depth_land
1111
output_control:

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/prod/yaml_outs/eamxx_output.decadal.1dailyMAX_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iotype: pnetcdf
55
averaging_type: Max
66
Max Snapshots Per File: 1
77
Fields:
8-
Physics PG2:
8+
Physics pg2:
99
Field Names:
1010
- T_2m
1111
- precip_total_surf_mass_flux

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/prod/yaml_outs/eamxx_output.decadal.1dailyMIN_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iotype: pnetcdf
55
averaging_type: Min
66
Max Snapshots Per File: 1
77
Fields:
8-
Physics PG2:
8+
Physics pg2:
99
Field Names:
1010
- T_2m
1111
output_control:

components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/prod/yaml_outs/eamxx_output.decadal.1hourlyINST_arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ averaging_type: Instant
66
Max Snapshots Per File: 24 # one file per day
77
horiz_remap_file: ${DIN_LOC_ROOT}/atm/scream/maps/map_ne1024pg2_to_DecadalSites_c20240130.nc
88
Fields:
9-
Physics PG2:
9+
Physics pg2:
1010
Field Names:
1111
# 3D
1212
- T_mid

0 commit comments

Comments
 (0)