source: trunk/UTIL/README @ 3730

Last change on this file since 3730 was 3646, checked in by afalco, 4 months ago

Added a python script to generate XML code for field_def_physics.xml for variables added in the outputs of physiq_mod. Added a README in UTIL/
AF

File size: 1.2 KB
RevLine 
[3646]1You can find here multiple scripts for the PCM project.
2
3* corrk_exo_k/ :
4    Folder with python examples for manipulating/creating corrk with exo_k, binning, downloading opacities from exomol and DACE opacity databases...
5
6* convert_diagfi_to_xml.py :
7    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.
8    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.
9
10* git_init.sh :
11    Script to install git-svn and make the connection between git and svn with a pre-push hook.
12* hooks/ :
13    hooks to be copied in the .git/ folder (see git_init.sh script)
14
15* interpolate_1d_tprofile_z2sig.py :
16    Script to interpolate a 1D input profile.in from a z2sig.def.in pseudo-altitude grid onto a new z2sig.def grid.
17
18* replace_variable.py :
19    Script (python 2) to replace variable from a netcdf file
20
21* visu_start_dynamico.py :
22    File to plot fields in restart.nc and restartfi.nc generated by DYNAMICO.
23
24* zrecast.F90:
25    Compiled with the "compile" script. Altitude recasting.
26
Note: See TracBrowser for help on using the repository browser.