Changes between Version 1 and Version 2 of doc/app/examples/ocean
- Timestamp:
- Sep 16, 2010 1:22:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/ocean
v1 v2 1 4.4.2 A parameter set for ocean runs 1 == A parameter set for ocean runs == 2 2 3 ... to be completed ... 3 In this chapter a brief, simple and complete parameter set is described, which can be used to carry out a model run. The presented example is available via example file and can be used (together with the {{{configuration file}}} described in chapter 3.2) for the execution of a simple model run. 4 4 5 In this chapter a brief, simple and complete parameter set is described, which can be used to carry out a model run. The presented example is available via example file and can be used (together with the configuration file described in chapter 3.2) for the execution of a simple model run.5 This run simulates a quasi-stationary, convective, atmospheric boundary layer with zero mean horizontal wind. For evaluation purposes, cross sections and horizontally averaged vertical profiles of typical boundary layer variables are output at the end of the run. The run shall be carried out in batch mode on the SGI-ICE system of HLRN. 6 6 7 Th is run simulates a quasi-stationary, convective, atmospheric boundary layer with zero mean horizontal wind. For evaluation purposes, cross sections and horizontally averaged vertical profiles of typical boundary layer variables are output at the end of the run. The run shall be carried out in batch mode on the IBM Regatta "hanni" of the HLRN.7 The parameter file necessary to carry out a run must be provided to the model as an input file under the local name [../../iofiles#PARIN PARIN_O] and has the following contents: 8 8 9 The parameter file necessary to carry out a run must be provided to the model as an input file under the local name PARIN and has the following contents: 10 11 &inipar nx = 39, ny = 39, nz = 40, 12 dx = 50.0, dy = 50.0, dz = 50.0, 13 dz_stretch_level = 1200.0, 14 fft_method = 'temperton-algorithm', 15 initializing_actions = 'set_constant_profiles', 16 ug_surface = 0.0, vg_surface = 0.0, 17 pt_vertical_gradient = 0.0, 1.0, 18 pt_vertical_gradient_level = 0.0, 800.0, 19 surface_heatflux = 0.1, bc_pt_b = 'neumann',/ 9 [../../inipar &inipar] 10 [../../inipar#nx nx]{{{ = 39,}}} [../../inipar#ny ny]{{{ = 39,}}} [../../inipar#nz nz]{{{ = 40,}}} 11 [../../inipar#dx dx]{{{ = 50.0,}}} [../../inipar#dy dy]{{{ = 50.0,}}} [../../inipar#dz dz]{{{ = 50.0,}}} 12 [../../inipar#dz_stretch_level dz_stretch_level]{{{ = 1200.0,}}} 13 [../../inipar#fft_method fft_method]{{{ = 'temperton-algorithm',}}} 14 [../../inipar#initializing_actions initializing_actions]{{{ = 'set_constant_profiles',}}}\\ 15 [../../inipar#ug_surface ug_surface]{{{ = 0.0,}}} [../../inipar#vg_surface vg_surface]{{{ = 0.0,}}} 16 [../../inipar#pt_vertical_gradient pt_vertical_gradient]{{{ = 0.0, 1.0,}}} 17 [../../inipar#pt_vertical_gradient_level pt_vertical_gradient_level]{{{ = 0.0, 800.0,}}} 18 [../../inipar#surface_heatflux surface_heatflux]{{{ = 0.1,}}} [../../inipar#bc_pt_b bc_pt_b]{{{ = 'neumann',/ }}} 20 19 21 20 &d3par end_time = 3600.0,