source: BOL/README1_TestMode @ 4609

Last change on this file since 4609 was 4609, checked in by asima, 12 months ago

Initial import of LMDZ_configure environment.
Folder's content is identical to TEST_PROD from
https://lmdz.lmd.jussieu.fr/pub/Training/Archive/tutorial_prod.tar_v20230705.

File size: 1.1 KB
Line 
1Last update : 2021-06-01
2
3For development/debug purposes :
4List of changes in tutorial_prod scripts, in order to obtain a light&fast version : 
5=============================================
6
7-> low horizontal resolution : 48x36x39, or 32x32x39
8   main.sh
9
10-> # Run for 1 day only
11        main.sh :
12  mthend=200002 (=mthini + 1mois)
13
14-> use testmode=y (default =n) in setup.sh, which imposes the following changes :
15        script_SIMU :
16  nday=1
17
18        setup.sh : submitting job tmp_$SIM on "dev" queue
19   cput=00:30:00 (i.e. 30 min ; must be max 2h)
20    and
21   #SBATCH --qos=qos_cpu-dev
22        Attention au cput par defaut=10 min pour le job Init : si on est en climato, ça suffit, et on peut systematiquement envoyer sur queue test ; sinon (interannuel), un temps plus long peut être necessaire (?)
23Mettre systematiquement 30 min et queue Test?
24
25-> Compile & run without RRTM (NOT possible for aerosols=spla)
26        setup.sh : rrtm=false
27            # then the following changes are made automatically in DEF/physiq.def : iflag_rrtm=0 et NSW=2
28
29(-> renoncer au rebuild ? plutôt mettre cputime à 10 min sur queue test pour rebuild aussi...)
30
31
Note: See TracBrowser for help on using the repository browser.