Skip to content

Commit

Permalink
review export
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 11, 2024
1 parent 62c9be0 commit 47d9cd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ClimateModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ import .Oceananigans: OceananigansConfig

export AbstractModelConfig, ModelConfig, PlutoConfig
export HectorConfig, FaIRConfig, SpeedyConfig, OceananigansConfig
export ModelRun, @ModelRun, PkgDevConfig, add_datadep, read_Zarr, read_IniFile
export ModelRun, @ModelRun, PkgDevConfig, add_datadep
export read_Zarr, read_IniFile, read_NetCDF
export clean, build, compile, setup, launch, update, notebooks
export put!, take!, pathof, readdir, log
#export git_log_init, git_log_msg, git_log_fil
#export git_log_prm, git_log_show
#export monitor, help, pause
#export train, compare, analyze

export RandomWalker, IPCC, CMIP6, Hector, FaIR, Speedy
#don't export Oceananigans module, which would conflict with Oceananigans.jl
#export Oceananigans

#export OrderedDict, UUID, uuid4, @suppress

Expand Down

0 comments on commit 47d9cd4

Please sign in to comment.