Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use inline post with cubed sphere history output #1831

Merged
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20230726
export BL_DATE=20230728

1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export WRITE_GROUP=1
export WRTTASK_PER_GROUP=6
export ITASKS=1
export OUTPUT_HISTORY=.true.
export HISTORY_FILE_ON_NATIVE_GRID=.false.
export WRITE_DOPOST=.false.
export NUM_FILES=2
export FILENAME_BASE="'atm' 'sfc'"
Expand Down
1,480 changes: 744 additions & 736 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,183 changes: 1,119 additions & 1,064 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,322 changes: 665 additions & 657 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,566 changes: 787 additions & 779 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,748 changes: 885 additions & 863 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/parm/model_configure_fhout.IN
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ quilting: @[QUILTING]
write_groups: @[WRITE_GROUP]
write_tasks_per_group: @[WRTTASK_PER_GROUP]
output_history: @[OUTPUT_HISTORY]
history_file_on_native_grid: @[HISTORY_FILE_ON_NATIVE_GRID]
write_dopost: @[WRITE_DOPOST]
num_files: @[NUM_FILES]
filename_base: @[FILENAME_BASE]
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN | cpld_debug_pdlib_p8 | + hera orion cheyenne
COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 |
RUN | control_flake | | baseline |
RUN | control_CubedSphereGrid | | baseline |
RUN | control_CubedSphereGrid_parallel | - wcoss2 acorn | baseline |
RUN | control_CubedSphereGrid_parallel | | baseline |
RUN | control_latlon | | baseline |
RUN | control_wrtGauss_netcdf_parallel | | baseline |
RUN | control_c48 | | baseline |
Expand Down
16 changes: 13 additions & 3 deletions tests/tests/control_CubedSphereGrid_parallel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ export CNTL_DIR=control_CubedSphereGrid_parallel
export LIST_FILES="sfcf000.nc \
sfcf024.nc \
atmf000.nc \
atmf024.nc"
atmf024.nc \
cubed_sphere_grid_sfcf000.nc \
cubed_sphere_grid_sfcf024.nc \
cubed_sphere_grid_atmf000.nc \
cubed_sphere_grid_atmf024.nc \
GFSFLX.GrbF00 \
GFSFLX.GrbF24 \
GFSPRS.GrbF00 \
GFSPRS.GrbF24"

export_fv3
export NPZ=127
export NPZP=128
Expand All @@ -21,13 +30,14 @@ export SMONTH=03
export SDAY=22
export SHOUR=06
export RESTART_INTERVAL=0
export OUTPUT_GRID='cubed_sphere_grid'
export OUTPUT_GRID='gaussian_grid'
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export NSTF_NAME='2,0,0,0,0'
export IAER=5111
export IOVR=3

export WRITE_DOPOST=.false.
export HISTORY_FILE_ON_NATIVE_GRID=.true.
export WRITE_DOPOST=.true.

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
Expand Down