source: BOL/Replay/Readme @ 4750

Last change on this file since 4750 was 4347, checked in by fhourdin, 20 months ago

New functionalities, multi-routine netcdf output

The -nconly option can be used to equip other routines with nc output only
replay_equip.sh -h
to see the options

File size: 2.0 KB
Line 
1---------------------------------------------------------------------------
2
3               *****  replay tools  ***********
4
5Developed by F. Hourdin, 2022, frederic.hourdin@lmd.ipsl.fr
6
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).
15The variables in the interface of the routine are stored in binary files
16(dump_ini.bin and dump_param.bin).
17The tools also creates automatically an netcdf file phys.nc with all the
18variables of the subroutine stored at each time-step.
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
26
27Contains :
28---------
29
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
34  By default, it equips the code for binary output for replay and nc output
35    for diangostics.
36  The -nconly option can be used to equip other routines with nc output only
37  replay_equip.sh -h
38  to see the options
39
40* replay_param.sh
41  a first, simpler, but less powerfull version of replay_equip.sh
42
43* replay_clean.sh
44  to be run on phylmd to clean all what was added automatically by
45  replay_equip.sh
46
47* replay_1D.sh
48  A script to run automatically replay tools in SCM mode on
49  1D/EXEC/...
50
51It is suggested to add
52export PATH=$PATH:~/LMDZ/Replay
53(or any other location of the Replay directory on you computer)
54so that you can invoke the script from wherever on your computer.
55
56
57Available through
58-----------------
59svn checkout https://svn.lmd.jussieu.fr/LMDZ/BOL/Replay
60Rm : svn deposit created from FH laptop through :
61     svn import ./Replay https://svn.lmd.jussieu.fr/LMDZ/BOL/Replay -m "Import initial des outils Replay"
62
Note: See TracBrowser for help on using the repository browser.