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 6 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
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
# url = https://github.com/NOAA-EMC/fv3atm
# branch = develop
url = https://github.com/DusanJovic-NOAA/fv3atm
branch = cubed_sphere_history_output
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
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 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
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