source: BOL/LMDZ_Setup_amaury/README1_TestMode.md @ 4999

Last change on this file since 4999 was 4935, checked in by abarral, 2 months ago

mildly refactor main.sh
change README* to .md
(WIP) start refactor setup.sh with sourced install_lmdz

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