source: lmdz_wrf/trunk/tools/namelist.input.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: 4.0 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 0,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = @iyear@,
7 start_month                         = @imonth@,
8 start_day                           = @iday@,
9 start_hour                          = @ihour@,
10 start_minute                        = @iminute@,
11 start_second                        = @isecond@,
12 end_year                            = @eyear@,
13 end_month                           = @emonth@,
14 end_day                             = @eday@,
15 end_hour                            = @ehour@,
16 end_minute                          = @eminute@,
17 end_second                          = @esecond@,
18 history_interval                    = 30,
19 interval_seconds                    = 21600
20 input_from_file                     = .true.,
21 frames_per_outfile                  = @Nouts@,
22 restart                             = @restart@,
23 restart_interval_h                  = @freqH@,
24 io_form_history                     = 2
25 io_form_restart                     = 2
26 io_form_input                       = 2
27 io_form_boundary                    = 2
28 auxinput4_inname                    = 'wrflowinp_d<domain>'
29 auxinput4_interval                  = 360,
30 io_form_auxinput4                   = 2
31 override_restart_timers             = .true.
32 debug_level                         = 0
33 /
34
35 &domains
36 time_step                           = 180
37 time_step_fract_num                 = 00
38 time_step_fract_den                 = 1
39 max_dom                             = 1,
40 e_we                                = 130,
41 e_sn                                = 110,
42 e_vert                              = 39,
43 p_top_requested                     = 1000,
44 num_metgrid_levels                  = 38,
45 num_metgrid_soil_levels             = 4,
46 dx                                  = 20000.,
47 dy                                  = 20000.,
48 grid_id                             = 1,   
49 parent_id                           = 0, 
50 i_parent_start                      = 1, 
51 j_parent_start                      = 1, 
52 parent_grid_ratio                   = 1, 
53 parent_time_step_ratio              = 1,
54 feedback                            = 1,
55 smooth_option                       = 0
56 bottom_top_plus1                    = 39,
57 max_lidar_locs                      = 20,
58 /
59
60 &physics
61 mp_physics                          = 0,
62 ra_lw_physics                       = 0,
63 ra_sw_physics                       = 0,
64 radt                                = 120,
65 sf_sfclay_physics                   = 0,
66 sf_surface_physics                  = 0,
67 bl_pbl_physics                      = 0,
68 bldt                                = 0,
69 cu_physics                          = 0,
70 cudt                                = 0,
71 isfflx                              = 1,
72 ifsnow                              = 0,
73 icloud                              = 1,
74 surface_input_source                = 1,
75 num_soil_layers                     = 5,
76 mp_zero_out                         = 0,
77 sst_update                          = 1
78 /
79
80 &fdda
81 /
82
83 &dynamics
84 diff_opt                            = 0,
85 km_opt                              = 0,
86 damp_opt                            = 3,
87 base_temp                           = 290.
88 zdamp                               = 5000.,
89 dampcoef                            = 0.2, 
90 khdif                               = 0,   
91 kvdif                               = 0,   
92 non_hydrostatic                     = .true.,
93 moist_adv_opt                       = 0,   
94 scalar_adv_opt                      = 0,   
95 chem_adv_opt                        = 0, 
96 tke_adv_opt                         = 0, 
97 fft_filter_lat                      = 75.,
98 w_damping                           = 1,
99 /
100
101 &bdy_control
102  spec_bdy_width           = 5,
103  spec_zone                = 1,
104  relax_zone               = 4,
105  specified                = .true.,
106  nested                   = .false.,
107 /
108
109 &grib2
110 /
111
112 &namelist_quilt
113 nio_tasks_per_group = 0,
114 nio_groups = 1,
115 /
Note: See TracBrowser for help on using the repository browser.