source: lmdz_wrf/trunk/tools/run.def.template @ 2828

Last change on this file since 2828 was 29, checked in by lfita, 10 years ago

Adding a series of different files to make automatic the running of simulations:

  • content.txt: file describing the content of the folder

.BASH_

  • blank_WRF.bash: Shell script to prepare WRF folders to run all the WRF framework
  • LMDZ_launch.bash: Shell to run a LMDZ simulation
  • prepare_compilation.bash: Shell to prepare a series of folders to run an experiment
  • WRF_launch.bash: Shell to run a WRF simulation
  • WRF+LMDZ_launch.bash: Shell to run a LMDZ+WRF simulation

.TEMPLATE

  • config.def.template: template file of the LMDZ 'config.def' file
  • namelist.input.template: template of the WRF 'namelist.input'
  • run.def.template: template file of the LMDZ 'run.def' file
  • Property svn:executable set to *
File size: 1.0 KB
Line 
1# $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $
2#
3## Fichier de configuration general
4##
5INCLUDEDEF=physiq.def
6INCLUDEDEF=gcm.def
7INCLUDEDEF=orchidee.def
8INCLUDEDEF=output.def
9INCLUDEDEF=config.def
10## Type de calendrier utilise
11## valeur possible: earth_360d (defaut), earth_365d, earth_366d
12ip_ebil_phy=1
13ip_ebil_dyn=1
14calend=earth_366d
15## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
16dayref=@iday@
17##  Annee de l'etat  initial (   avec  4  chiffres   )
18anneeref=@iyear@
19## Nombre de jours d'integration
20nday=@freq@
21## Remise a zero de la date initiale
22raz_date=1
23## periode de sortie des variables de controle (en pas)
24iconser=20
25## periode d'ecriture du fichier histoire (en jour)
26iecri=1
27## flag de sortie dynzon
28ok_dynzon=n
29## periode de stockage fichier dynzon (en jour)
30periodav= @freq@.
31# Values of solarlong0 are all defaults
32#solarlong0 = 0
33## activation du calcul d equilibrage de charge
34adjust=n
35## activation du filtre fft
36use_filtre_fft=n
37## niveau d'impression de controle
38prt_level=0
39qsol0=-1.
Note: See TracBrowser for help on using the repository browser.