CliMA / LESbrary.jl

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations
MIT License
27 stars 10 forks source link

Optional three-layer passive tracers + faster default snapshot interval #127

Closed glwagner closed 2 years ago

glwagner commented 2 years ago

This PR allows us to omit passive tracers from a three layer flux calculation (to save memory).

It also decreases snapshot_time_interval = 2minutes from 10minutes. Because I think we want more frequent snapshots both for calibration and for pretty movies.

glwagner commented 2 years ago

I guess this script also belongs in examples/, not sure why we put it in idealized...