CloudResolvingClimateModeling / dales

Dutch Atmospheric Large-Eddy Simulation model
GNU General Public License v3.0
1 stars 0 forks source link

dales-lib

This is a dedicated fork of Dales, the Dutch Atmospheric Large-Eddy Simulation model. The purpose of dales-lib is to be embedded within a column of an atmospheric model, having its own MPI communicator and extensive fortran API that allows it to be called from other (Fortran) codes. The API is to some extent tailored to be called from the OMUSE wrapper of DALES: https://bitbucket.org/omuse/omuse/branch/meteo.

API functions

The API source code is located in daleslib.f90, it contains the public functions

Furthermore the API contains the global profile arrays u_tend, v_tend, thl_tend, qt_tend for large-scale tendencies of resp. x- and y-velocities, potential temperature and total humidity. These arrays can be modified at any moment and their values will be automatically picked up in the next time step.