|
Last change
on this file since 4342 was
4337,
checked in by fhourdin, 3 years ago
|
|
Import initial des outils Replay
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | ***** replay tools *********** |
|---|
| 2 | |
|---|
| 3 | Developed by F. Hourdin, 2022, frederic.hourdin@lmd.ipsl.fr |
|---|
| 4 | |
|---|
| 5 | The idea is to rerun a unique from the LMDZ physcs package after a first |
|---|
| 6 | simulations. |
|---|
| 7 | The variables in the interface of the routine are stored in binary files |
|---|
| 8 | (dump_ini.bin and dump_param.bin). |
|---|
| 9 | The tools also creates automatically an netcdf file with all the variables of |
|---|
| 10 | the subroutine stored at each time-step. |
|---|
| 11 | |
|---|
| 12 | 1D : run lmdz1d.e first and then replay1d.e |
|---|
| 13 | both lmdz1d.F90 and replay1d.F90 are on libf/phylmd/dyn1d |
|---|
| 14 | 3D : run gcm.e first and then replay3d.e |
|---|
| 15 | both gcm.F90 and replay3d.F90 are on libf/dyn3d |
|---|
| 16 | Available in sequential mode only (no parallel version so far) |
|---|
| 17 | |
|---|
| 18 | Contains : |
|---|
| 19 | * replay_equip.sh |
|---|
| 20 | The main script, to be run on the phylmd directory. |
|---|
| 21 | It equips the fortran routine before compilation. |
|---|
| 22 | The main documentation of the replay tools is in this script |
|---|
| 23 | * replay_param.sh |
|---|
| 24 | a first, simpler, but less powerfull version of replay_equip.sh |
|---|
| 25 | * replay_clean.sh |
|---|
| 26 | to be run on phylmd to clean all what was added automatically by |
|---|
| 27 | replay_equip.sh |
|---|
| 28 | * replay_1D.sh |
|---|
| 29 | A script to run automatically replay tools in SCM mode on |
|---|
| 30 | 1D/EXEC/... |
|---|
Note: See
TracBrowser
for help on using the repository browser.