Last update : 2021-06-01

For development/debug purposes :
List of changes in tutorial_prod scripts, in order to obtain a light&fast version :  
============================================= 

-> low horizontal resolution : 48x36x39, or 32x32x39
   main.sh

-> # Run for 1 day only
	main.sh :
  mthend=200002 (=mthini + 1mois) 

-> use testmode=y (default =n) in setup.sh, which imposes the following changes :
	script_SIMU : 
  nday=1 

	setup.sh : submitting job tmp_$SIM on "dev" queue
   cput=00:30:00 (i.e. 30 min ; must be max 2h)
    and 
   #SBATCH --qos=qos_cpu-dev
 	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 (?) 
Mettre systematiquement 30 min et queue Test?

-> Compile & run without RRTM (NOT possible for aerosols=spla)
	setup.sh : rrtm=false
            # then the following changes are made automatically in DEF/physiq.def : iflag_rrtm=0 et NSW=2 

(-> renoncer au rebuild ? plutôt mettre cputime à 10 min sur queue test pour rebuild aussi...)


