You can find here multiple scripts for the PCM project. * corrk_exo_k/ : Folder with python examples for manipulating/creating corrk with exo_k, binning, downloading opacities from exomol and DACE opacity databases... * convert_diagfi_to_xml.py : File to convert diagfi output fortran code lines, such as 'call write_output("temperature","temperature","K",zt)' into XML to directly put in field_def_physics.xml. The script reads a "fortran_input" file with the lines, and generates a tmp_field_def_physics.xml. You will need to check if varialbes are 2D or 3D before putting it in field_def_physics.xml. * git_init.sh : Script to install git-svn and make the connection between git and svn with a pre-push hook. * hooks/ : hooks to be copied in the .git/ folder (see git_init.sh script) * interpolate_1d_tprofile_z2sig.py : Script to interpolate a 1D input profile.in from a z2sig.def.in pseudo-altitude grid onto a new z2sig.def grid. * replace_variable.py : Script (python 2) to replace variable from a netcdf file * visu_start_dynamico.py : File to plot fields in restart.nc and restartfi.nc generated by DYNAMICO. * zrecast.F90: Compiled with the "compile" script. Altitude recasting.