source: BOL/Replay/Readme @ 4344

Last change on this file since 4344 was 4344, checked in by fhourdin, 2 years ago

Documentation

File size: 1.8 KB
RevLine 
[4344]1---------------------------------------------------------------------------
2
[4337]3               *****  replay tools  ***********
4
5Developed by F. Hourdin, 2022, frederic.hourdin@lmd.ipsl.fr
6
[4344]7---------------------------------------------------------------------------
8
9Purpose :
10---------
11
12The idea is to rerun a unique subroutine (which could istelf call others) from
13the LMDZ physcs package after a first simulations (i.e. routines in
14LMDZ/libf/phylmd).
[4337]15The variables in the interface of the routine are stored in binary files
16(dump_ini.bin and dump_param.bin).
[4344]17The tools also creates automatically an netcdf file phys.nc with all the
18variables of the subroutine stored at each time-step.
[4337]19
201D : run lmdz1d.e first and then replay1d.e
21   both lmdz1d.F90 and replay1d.F90 are on libf/phylmd/dyn1d
223D : run gcm.e first and then replay3d.e
23   both gcm.F90 and replay3d.F90 are on libf/dyn3d
24   Available in sequential mode only (no parallel version so far)
25
[4344]26
[4337]27Contains :
[4344]28---------
29
[4337]30* replay_equip.sh
31  The main script, to be run on the phylmd directory.
32  It equips the fortran routine before compilation.
33  The main documentation of the replay tools is in this script
[4344]34
[4337]35* replay_param.sh
36  a first, simpler, but less powerfull version of replay_equip.sh
[4344]37
[4337]38* replay_clean.sh
39  to be run on phylmd to clean all what was added automatically by
40  replay_equip.sh
[4344]41
[4337]42* replay_1D.sh
43  A script to run automatically replay tools in SCM mode on
44  1D/EXEC/...
[4344]45
46It is suggested to add
47export PATH=$PATH:~/LMDZ/Replay
48(or any other location of the Replay directory on you computer)
49so that you can invoke the script from wherever on your computer.
50
51
52Available through
53-----------------
54svn checkout https://svn.lmd.jussieu.fr/LMDZ/BOL/Replay
55Rm : svn deposit created from FH laptop through :
56     svn import ./Replay https://svn.lmd.jussieu.fr/LMDZ/BOL/Replay -m "Import initial des outils Replay"
57
Note: See TracBrowser for help on using the repository browser.