| project | SCM-EDMF ocean |
|---|---|
| author | M. Perrot / F. Lemarié |
#--------------------------------------------------------------------------------
Single column oceanic model (SCM) with Eddy-Diffusion/Mass-Flux (EDMF) closure.
#--------------------------------------------------------------------------------
General comments :
In /data output files from LES simulations
#--------------------------------------------------------------------------------
Ref: Perrot, M. & Lemarié, F. : Energetically consistent Eddy-Diffusivity Mass-Flux schemes for Atmospheric and Oceanic Convection. submitted to JAMES (2024)
#--------------------------------------------------------------------------------
Wrapping of fortran code with f2py
#--------------------------------------------------------------------------------
cd library/fortran_src
edit makefile with your fortran compiler + check the naming of the .so files generated by your system (default :: scmoce.cpython-38-x86_64-linux-gnu.so)
make
if the compilation is successfull you should have 3 .so files in the F2PY directory : scmmfc.so scmoce.so scmtke.so
#-------------------------------------------------------------------------------- Optional : you can generate the documentation of the fortran code using FORD cd library ford scm_edmf.md -d ./fortran_src/