Skip to content
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
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ endif()

if(CICE_IO MATCHES "PIO" AND NOT TARGET PIO::PIO_Fortran)
# Code has not been tested with versions older than 2.5.3, but probably still works fine
# For multiple timesteps per history file, needs latest from main (>=2.6.7)
find_package(PIO 2.5.3 REQUIRED COMPONENTS Fortran)
endif()
if(CICE_IO MATCHES "^(NetCDF|PIO)$" AND NOT TARGET NetCDF::NetCDF_Fortran)
Expand Down
860 changes: 484 additions & 376 deletions io_netcdf/ice_history_write.F90

Large diffs are not rendered by default.

Loading