Skip to content

Commit

Permalink
working on writing in netcdf format
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jan 9, 2024
1 parent 1b7dff0 commit b5686d0
Show file tree
Hide file tree
Showing 10 changed files with 326 additions and 391 deletions.
6 changes: 4 additions & 2 deletions Exec/OCCAMS/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ USE_ASSERTION = TRUE

# Debugging
DEBUG = FALSE
DEBUG = TRUE

USE_NETCDF = TRUE
#DEFINES += -DREMORA_USE_HISTORYFILE

# GNU Make
Bpack := ./Make.package
Blocs := .

REMORA_HOME := ../..

REMORA_PROBLEM_DIR = $(REMORA_HOME)/Exec/OCCAMS
DEFINES += -DREMORA_USE_HISTORYFILE

include $(REMORA_HOME)/Exec/Make.REMORA
1 change: 1 addition & 0 deletions Exec/OCCAMS/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ amr.v = 1 # verbosity in Amr.cpp

# REFINEMENT / REGRIDDING
amr.max_level = 0 # maximum level number allowed
#amr.max_grid_size = 600 # maximum level number allowed

# CHECKPOINT FILES
remora.check_file = chk # root name of checkpoint file
Expand Down
6 changes: 3 additions & 3 deletions Exec/OCCAMS/prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ init_custom_bathymetry (const Geometry& geom,
* \brief Initializes coriolis forcing
*/
void
init_custom_coriolis (const Geometry& geom,
MultiFab& mf_fcor,
const SolverChoice& m_solverChoice) {}
init_custom_coriolis (const Geometry& /*geom*/,
MultiFab& /*mf_fcor*/,
const SolverChoice& /*m_solverChoice*/) {}

void
init_custom_prob(
Expand Down
Loading

0 comments on commit b5686d0

Please sign in to comment.