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 | ## |
---|
5 | INCLUDEDEF=physiq.def |
---|
6 | INCLUDEDEF=gcm.def |
---|
7 | INCLUDEDEF=orchidee.def |
---|
8 | INCLUDEDEF=output.def |
---|
9 | INCLUDEDEF=config.def |
---|
10 | ## Type de calendrier utilise |
---|
11 | ## valeur possible: earth_360d (defaut), earth_365d, earth_366d |
---|
12 | ip_ebil_phy=1 |
---|
13 | ip_ebil_dyn=1 |
---|
14 | calend=earth_366d |
---|
15 | ## Jour de l'etat initial ( = 350 si 20 Decembre ,par expl. ,comme ici ) |
---|
16 | dayref=@iday@ |
---|
17 | ## Annee de l'etat initial ( avec 4 chiffres ) |
---|
18 | anneeref=@iyear@ |
---|
19 | ## Nombre de jours d'integration |
---|
20 | nday=@freq@ |
---|
21 | ## Remise a zero de la date initiale |
---|
22 | raz_date=1 |
---|
23 | ## periode de sortie des variables de controle (en pas) |
---|
24 | iconser=20 |
---|
25 | ## periode d'ecriture du fichier histoire (en jour) |
---|
26 | iecri=1 |
---|
27 | ## flag de sortie dynzon |
---|
28 | ok_dynzon=n |
---|
29 | ## periode de stockage fichier dynzon (en jour) |
---|
30 | periodav= @freq@. |
---|
31 | # Values of solarlong0 are all defaults |
---|
32 | #solarlong0 = 0 |
---|
33 | ## activation du calcul d equilibrage de charge |
---|
34 | adjust=n |
---|
35 | ## activation du filtre fft |
---|
36 | use_filtre_fft=n |
---|
37 | ## niveau d'impression de controle |
---|
38 | prt_level=0 |
---|
39 | qsol0=-1. |
---|
Note: See
TracBrowser
for help on using the repository browser.