Skip to content

Commit

Permalink
Back to PIO for CICE
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Apr 23, 2024
1 parent 9cac7f0 commit 37f58f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CICE-interface/CICE
3 changes: 1 addition & 2 deletions CICE-interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ else()
endif()

# Configuration Options
#set(CICE_IO "PIO" CACHE STRING "CICE OPTIONS: Choose IO options.")
set(CICE_IO "NetCDF" CACHE STRING "CICE OPTIONS: Choose IO options.")
set(CICE_IO "PIO" CACHE STRING "CICE OPTIONS: Choose IO options.")
set_property(CACHE CICE_IO PROPERTY STRINGS "NetCDF" "PIO" "Binary")

# Too many files to list, so include them via this file
Expand Down
2 changes: 0 additions & 2 deletions tests/tests/atm_ds2s_docn_pcice
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ export CICE_PRESCRIBED=true
export stream_files_dice=$ocn_data
export MESH_DICE=$MESH_OCN
export eps_imesh=4.0e-1
export CICE_RESTART_FORMAT='hdf5'
export CICE_HISTORY_FORMAT='hdf5'

export RESTART_N=12
export RESTART_INTERVAL="${RESTART_N} -1"
Expand Down

0 comments on commit 37f58f5

Please sign in to comment.