***** replay tools *********** Developed by F. Hourdin, 2022, frederic.hourdin@lmd.ipsl.fr The idea is to rerun a unique from the LMDZ physcs package after a first simulations. The variables in the interface of the routine are stored in binary files (dump_ini.bin and dump_param.bin). The tools also creates automatically an netcdf file with all the variables of the subroutine stored at each time-step. 1D : run lmdz1d.e first and then replay1d.e both lmdz1d.F90 and replay1d.F90 are on libf/phylmd/dyn1d 3D : run gcm.e first and then replay3d.e both gcm.F90 and replay3d.F90 are on libf/dyn3d Available in sequential mode only (no parallel version so far) Contains : * replay_equip.sh The main script, to be run on the phylmd directory. It equips the fortran routine before compilation. The main documentation of the replay tools is in this script * replay_param.sh a first, simpler, but less powerfull version of replay_equip.sh * replay_clean.sh to be run on phylmd to clean all what was added automatically by replay_equip.sh * replay_1D.sh A script to run automatically replay tools in SCM mode on 1D/EXEC/...