Skip to content

Commit

Permalink
rename, restructure components
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Mar 6, 2024
1 parent 868b9a4 commit b47c122
Show file tree
Hide file tree
Showing 13 changed files with 289 additions and 304 deletions.
2 changes: 1 addition & 1 deletion docs/src/interfacer.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ information needed to run that simulation.

Each `ComponentModelSimulation` must extend the following functions to be able
to use our coupler. For some existing models, these are defined within
ClimaCoupler.jl in that model’s `init.jl` file, but it is preferable
ClimaCoupler.jl in that model’s file in `experiments/AMIP/components/`, but it is preferable
for these to be defined in a model’s own repository. Note that the dispatch
`::ComponentModelSimulation` in the function definitions given below should
be replaced with the particular component model extending these functions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ end

# extensions required by FieldExchanger
step!(sim::ClimaAtmosSimulation, t) = step!(sim.integrator, t - sim.integrator.t, true)

reinit!(sim::ClimaAtmosSimulation) = reinit!(sim.integrator)

function update_sim!(atmos_sim::ClimaAtmosSimulation, csf, turbulent_fluxes)
Expand Down
184 changes: 0 additions & 184 deletions experiments/AMIP/components/land/bucket_init.jl

This file was deleted.

Loading

0 comments on commit b47c122

Please sign in to comment.