- Timestamp:
- Jun 21, 2007 9:36:33 AM (17 years ago)
- Location:
- palm/trunk
- Files:
-
- 34 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/tec/technical_documentation.html
r97 r98 2311 2311 replaced by multiplication of the inverse. For performance 2312 2312 optimisation, this is done in the loop calculating the divergence 2313 instead of using a seperate loop.<br><br>Variables <span style="font-family: Courier New,Courier,monospace;">var_hom</span> and <span style="font-family: Courier New,Courier,monospace;">var_sum</span> are both renamed <span style="font-family: Courier New,Courier,monospace;">pr_palm</span>.</td><td style="vertical-align: top;">data_output_profiles, flow_statistics, init_3d_model, modules, parin, pres, read_var_list, run_control, time_integration</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: <span style="font-family: Courier New,Courier,monospace;">work_fft*_vec</span> removed from some PRIVATE-declarations (<span style="font-family: Courier New,Courier,monospace;">poisfft</span>).<br><br>Bugfix: <span style="font-family: Courier New,Courier,monospace;">field_chr</span> renamed <span style="font-family: Courier New,Courier,monospace;">field_char</span> (<span style="font-family: Courier New,Courier,monospace;">user_interface</span>).<br><br>Bugfix: output of <span style="font-family: Courier New,Courier,monospace;">use_upstream_for_tke</span> (<span style="font-family: Courier New,Courier,monospace;">header</span>).</td><td style="vertical-align: top;">header, poisfft, user_interface</td></tr><tr><td style="vertical-align: top;">21/06/07</td><td style="vertical-align: top;">SR</td><td style="vertical-align: top;">3.3</td><td style="vertical-align: top;">N</td><td style="vertical-align: top;">This version allows runs for the ocean. Ocean runs can be switched on with the neinipar-parameter <span style="font-family: Courier New,Courier,monospace;">ocean</span>.<br><br>Setting this switch has several effects:<br><ul><li>An additional prognostic equation for salinity is solved.</li><li>Potential temperature in buoyancy and stability-related terms is replaced by potential density.</li><li>Potential2313 instead of using a seperate loop.<br><br>Variables <span style="font-family: Courier New,Courier,monospace;">var_hom</span> and <span style="font-family: Courier New,Courier,monospace;">var_sum</span> are both renamed <span style="font-family: Courier New,Courier,monospace;">pr_palm</span>.</td><td style="vertical-align: top;">data_output_profiles, flow_statistics, init_3d_model, modules, parin, pres, read_var_list, run_control, time_integration</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: <span style="font-family: Courier New,Courier,monospace;">work_fft*_vec</span> removed from some PRIVATE-declarations (<span style="font-family: Courier New,Courier,monospace;">poisfft</span>).<br><br>Bugfix: <span style="font-family: Courier New,Courier,monospace;">field_chr</span> renamed <span style="font-family: Courier New,Courier,monospace;">field_char</span> (<span style="font-family: Courier New,Courier,monospace;">user_interface</span>).<br><br>Bugfix: output of <span style="font-family: Courier New,Courier,monospace;">use_upstream_for_tke</span> (<span style="font-family: Courier New,Courier,monospace;">header</span>).</td><td style="vertical-align: top;">header, poisfft, user_interface</td></tr><tr><td style="vertical-align: top;">21/06/07</td><td style="vertical-align: top;">SR</td><td style="vertical-align: top;">3.3</td><td style="vertical-align: top;">N</td><td style="vertical-align: top;">This version allows runs for the ocean. These runs can be switched on with the new inipar-parameter <span style="font-family: Courier New,Courier,monospace;">ocean</span>.<br><br>Setting this switch has several effects:<br><ul><li>An additional prognostic equation for salinity is solved.</li><li>Potential temperature in buoyancy and stability-related terms is replaced by potential density.</li><li>Potential 2314 2314 density is calculated from the equation of state for seawater after 2315 2315 each timestep, using the algorithm proposed by Jackett et al. (2006, J. 2316 Atmos. Oceanic Technol., <span style="font-weight: bold;">23</span>, 1709-1728).<br>So far, only the initial hydrostatic pressure is entered into this equation.</li><li>z=0 (sea surface) is assumed at the model top (vertical grid index <span style="font-family: Courier New,Courier,monospace;">k=nzt</span> on the w-grid), with negative values of z indicating the depth.</li><li>Initial profiles are constructed (e.g. from <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient">pt_vertical_gradient</a> / <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient_level">pt_vertical_gradient_level</a>) starting from the sea surface, using surface values given by <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_surface">pt_surface</a>, <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#sa_surface">sa_surface</a>, <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#ug_surface">ug_surface</a>, and <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#vg_surface">vg_surface</a>.</li><li>Zero salinity flux is used as default boundary condition at the bottom of the sea.</li><li>If switched on, random perturbations are by default imposed to the upper model domain from zu(nzt*2/3) to zu(nzt-3).</li></ul>Relevant new inipar-parameters to be exclusively used for steering ocean runs are <span style="font-family: Courier New,Courier,monospace;">bc_sa_t</span>, <span style="font-family: Courier New,Courier,monospace;">bottom_salinityflux</span>, <span style="font-family: Courier New,Courier,monospace;">sa_surface</span>, <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient</span>, <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient_level</span>, and <span style="font-family: Courier New,Courier,monospace;">top_salinityflux</span>.<br><br>Salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>) and potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) are included as new 2d/3d output quantities. Vertical profiles of salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>), salinity fluxes (<span style="font-family: Courier New,Courier,monospace;">w"sa"</span>, <span style="font-family: Courier New,Courier,monospace;">w*sa*</span>, <span style="font-family: Courier New,Courier,monospace;">wsa</span>), and potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) can also be output.<span style="font-family: Courier New,Courier,monospace;"></span></td><td style="vertical-align: top;">advec_s_bc, 2317 average_3d_data, boundary_conds, buoyancy, check_parameters, 2318 data_output_2d, data_output_3d, diffusion_e, flow_statistics, header, 2319 init_grid, init_3d_model, modules, netcdf, parin, production_e, 2320 prognostic_equations, read_var_list, sum_up_3d_data, swap_timelevel, 2321 time_integration, user_interface, write_var_list, write_3d_binary<br><br><span style="font-weight: bold;">new:</span><br>eqn_state_seawater, init_ocean</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">C</td><td style="vertical-align: top;">Inipar-parameter <span style="font-family: Courier New,Courier,monospace;">use_pt_reference</span> renamed <span style="font-family: Courier New,Courier,monospace;">use_reference.</span><br>Internal variable <span style="font-family: Courier New,Courier,monospace;">hydro_press</span> renamed <span style="font-family: Courier New,Courier,monospace;">hyp</span>, routine <span style="font-family: Courier New,Courier,monospace;">calc_mean_pt_profile</span> renamed <span style="font-family: Courier New,Courier,monospace;">calc_mean_profile</span>.<br><br>The format of the <span style="font-family: Courier New,Courier,monospace;">RUN_CONTROL</span> file has been adjusted for ocean runs.</td><td style="vertical-align: top;">advec_particles, 2322 buoyancy, calc_liquid_water_content, check_parameters, diffusion_e, 2323 diffusivities, header, init_cloud_physics, modules, production_e, 2324 prognostic_equations, run_control</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">E</td><td style="vertical-align: top;"></td><td style="vertical-align: top;"></td></tr> 2316 Atmos. Oceanic Technol., <span style="font-weight: bold;">23</span>, 1709-1728).<br>So far, only the initial hydrostatic pressure is entered into this equation.</li><li>z=0 (sea surface) is assumed at the model top (vertical grid index <span style="font-family: Courier New,Courier,monospace;">k=nzt</span> on the w-grid), with negative values of z indicating the depth.</li><li>Initial profiles are constructed (e.g. from <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient">pt_vertical_gradient</a> / <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient_level">pt_vertical_gradient_level</a>) starting from the sea surface, using surface values given by <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_surface">pt_surface</a>, <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#sa_surface">sa_surface</a>, <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#ug_surface">ug_surface</a>, and <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#vg_surface">vg_surface</a>.</li><li>Zero salinity flux is used as default boundary condition at the bottom of the sea.</li><li>If switched on, random perturbations are by default imposed to the upper model domain from zu(nzt*2/3) to zu(nzt-3).</li></ul>Relevant new inipar-parameters to be exclusively used for steering ocean runs are <span style="font-family: Courier New,Courier,monospace;">bc_sa_t</span>, <span style="font-family: Courier New,Courier,monospace;">bottom_salinityflux</span>, <span style="font-family: Courier New,Courier,monospace;">sa_surface</span>, <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient</span>, <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient_level</span>, and <span style="font-family: Courier New,Courier,monospace;">top_salinityflux</span>.<br><br>Salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>) and potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) are included as new 2d/3d output quantities. Vertical profiles of salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>), salinity fluxes (<span style="font-family: Courier New,Courier,monospace;">w"sa"</span>, <span style="font-family: Courier New,Courier,monospace;">w*sa*</span>, <span style="font-family: Courier New,Courier,monospace;">wsa</span>), and potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) can also be output.<span style="font-family: Courier New,Courier,monospace;"></span></td><td style="vertical-align: top;">advec_s_bc, average_3d_data,<br>boundary_conds, buoyancy,<br>check_parameters, data_output_2d,<br>data_output_3d, diffusion_e,<br>diffusivities, flow_statistics, header,<br>init_grid, init_3d_model, modules,<br>netcdf, parin, production_e,<br>prognostic_equations,<br>read_3d_binary, read_var_list,<br>sum_up_3d_data, swap_timelevel,<br>time_integration, user_interface,<br>write_var_list, write_3d_binary<br><br><span style="font-weight: bold;">new:</span><br>eqn_state_seawater, init_ocean</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">C</td><td style="vertical-align: top;">Inipar-parameter <span style="font-family: Courier New,Courier,monospace;">use_pt_reference</span> renamed <span style="font-family: Courier New,Courier,monospace;">use_reference.</span><br>Internal variable <span style="font-family: Courier New,Courier,monospace;">hydro_press</span> renamed <span style="font-family: Courier New,Courier,monospace;">hyp</span>, routine <span style="font-family: Courier New,Courier,monospace;">calc_mean_pt_profile</span> renamed <span style="font-family: Courier New,Courier,monospace;">calc_mean_profile</span>.<br><br>The format of the <span style="font-family: Courier New,Courier,monospace;">RUN_CONTROL</span> file has been adjusted for ocean runs.<br><br>Defaults of <span style="font-family: Courier New,Courier,monospace;">.._vertical_gradient_levels</span> changed from <span style="font-style: italic;">-1.0</span> to <span style="font-style: italic;">-9999999.9</span>.</td><td style="vertical-align: top;">advec_particles, buoyancy, <br>calc_liquid_water_content, <br>check_parameters, diffusion_e,<br>diffusivities, header,<br>init_cloud_physics, modules,<br>production_e, prognostic_equations,<br>run_control</td></tr><tr><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;"> </td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: height above topography instead of height above level k=0 is used for calculating the mixing length (<span style="font-family: Courier New,Courier,monospace;">diffusion_e</span> and <span style="font-family: Courier New,Courier,monospace;">diffusivities</span>).<br><br>Bugfix: error in boundary condition for TKE removed (<span style="font-family: Courier New,Courier,monospace;">advec_s_bc</span>).</td><td style="vertical-align: top;">advec_s_bc, diffusion_e, diffusivities</td></tr> 2325 2317 </tbody> 2326 2318 </table> <b><blink>Attention:</blink></b> -
palm/trunk/INSTALL/example_rc
r97 r98 1 1 2 2 ************************* ------------------------------------------ 3 * PALM 3.3 Rev: 9 6M* atmosphere - 3D - run without 1D - prerun3 * PALM 3.3 Rev: 99 * atmosphere - 3D - run without 1D - prerun 4 4 ************************* ------------------------------------------ 5 5 -
palm/trunk/SOURCE/advec_particles.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! hydro_press renamed hyp6 ! 7 7 ! TEST: PRINT statements on unit 9 (commented out) 8 8 ! … … 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 95 2007-06-02 16:48:38Z raasch 14 ! hydro_press renamed hyp 12 15 ! 13 16 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/advec_s_bc.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Advection of salinity included 7 ! Bugfix: Error in boundary condition for TKE removed 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 13 ! Advection of salinity included 14 ! Bugfix: Error in boundary condition for TKE removed 12 15 ! 13 16 ! 63 2007-03-13 03:52:49Z raasch -
palm/trunk/SOURCE/average_3d_data.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Averaging of density and salinity6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! Averaging of density and salinity 11 14 ! 12 15 ! 72 2007-03-19 08:20:46Z raasch -
palm/trunk/SOURCE/boundary_conds.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Boundary conditions for salinity added6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! Boundary conditions for salinity added 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/buoyancy.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! Routine reneralized to be used with temperature AND density: 7 14 ! argument theta renamed var, new argument var_reference, 8 15 ! use_pt_reference renamed use_reference, 9 16 ! calc_mean_pt_profile renamed calc_mean_profile 10 !11 ! Former revisions:12 ! -----------------13 ! $Id$14 17 ! 15 18 ! 57 2007-03-09 12:05:41Z raasch -
palm/trunk/SOURCE/calc_liquid_water_content.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! hydro_press renamed hyp6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! hydro_press renamed hyp 11 14 ! 12 15 ! 19 2007-02-23 04:53:48Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! Initial salinity profile is calculated, salinity boundary conditions are 7 14 ! checked, … … 9 16 ! +initial temperature and geostrophic velocity profiles for the ocean version, 10 17 ! use_pt_reference renamed use_reference 11 !12 ! Former revisions:13 ! -----------------14 ! $Id$15 18 ! 16 19 ! 89 2007-05-25 12:08:31Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Output of density and salinity6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! Output of density and salinity 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/data_output_3d.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Output of density and salinity6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! Output of density and salinity 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/diffusion_e.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! Adjustment of mixing length calculation for the ocean version. zw added to 7 14 ! argument list. … … 10 17 ! theta renamed var, dpt_dz renamed dvar_dz, +new argument var_reference 11 18 ! use_pt_reference renamed use_reference 12 !13 ! Former revisions:14 ! -----------------15 ! $Id$16 19 ! 17 20 ! 65 2007-03-13 12:11:43Z raasch -
palm/trunk/SOURCE/diffusivities.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! Adjustment of mixing length calculation for the ocean version. 7 14 ! This is also a bugfix, because the height above the topography is now … … 9 16 ! theta renamed var, dpt_dz renamed dvar_dz, +new argument var_reference 10 17 ! use_pt_reference renamed use_reference 11 !12 ! Former revisions:13 ! -----------------14 ! $Id$15 18 ! 16 19 ! 57 2007-03-09 12:05:41Z raasch -
palm/trunk/SOURCE/eqn_state_seawater.f90
r97 r98 10 10 ! $Id$ 11 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 12 13 ! Initial revision 13 14 ! -
palm/trunk/SOURCE/flow_statistics.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! Statistics for ocean version (salinity, density) added, 7 14 ! calculation of z_i and Deardorff velocity scale adjusted to be used with 8 15 ! the ocean version 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/header.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Adjustments for the ocean version. 7 ! use_pt_reference renamed use_reference 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 13 ! Adjustments for the ocean version. 14 ! use_pt_reference renamed use_reference 12 15 ! 13 16 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r97 r98 7 7 ! Actual revisions: 8 8 ! ----------------- 9 ! Initialization of salinity, call of init_ocean9 ! 10 10 ! 11 11 ! Former revisions: 12 12 ! ----------------- 13 13 ! $Id$ 14 ! 15 ! 97 2007-06-21 08:23:15Z raasch 16 ! Initialization of salinity, call of init_ocean 14 17 ! 15 18 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/init_cloud_physics.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! hydro_press renamed hyp6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ------------------ 10 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! hydro_press renamed hyp 14 ! 15 ! February 2007 11 16 ! RCS Log replace by Id keyword, revision history cleaned up 12 17 ! -
palm/trunk/SOURCE/init_grid.f90
r94 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Grid definition for ocean version6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 94 2007-06-01 15:25:22Z raasch 13 ! Grid definition for ocean version 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/init_ocean.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! hydro_press renamed hyp6 ! 7 7 ! 8 8 ! Former revisions: … … 10 10 ! $Id$ 11 11 ! 12 ! Initial revision (raasch 01/06/07) 12 ! 97 2007-06-21 08:23:15Z raasch 13 ! Initial revision 13 14 ! 14 15 ! Description: -
palm/trunk/SOURCE/modules.f90
r97 r98 5 5 ! Actual revisions: 6 6 ! ----------------- 7 ! +atmos_ocean_sign, ocean, r, + salinity variables 8 ! defaults of .._vertical_gradient_levels changed from -1.0 to -9999999.9 9 ! hydro_press renamed hyp, use_pt_reference renamed use_reference 7 ! 10 8 ! 11 9 ! Former revisions: 12 10 ! ----------------- 13 11 ! $Id$ 12 ! 13 ! 97 2007-06-21 08:23:15Z raasch 14 ! +atmos_ocean_sign, ocean, r, + salinity variables 15 ! defaults of .._vertical_gradient_levels changed from -1.0 to -9999999.9 16 ! hydro_press renamed hyp, use_pt_reference renamed use_reference 14 17 ! 15 18 ! 89 2007-05-25 12:08:31Z raasch -
palm/trunk/SOURCE/netcdf.f90
r97 r98 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! Grids defined for rho and sa9 ! 10 10 ! 11 11 ! Former revisions: 12 12 ! ----------------- 13 13 ! $Id$ 14 ! 15 ! 97 2007-06-21 08:23:15Z raasch 16 ! Grids defined for rho and sa 14 17 ! 15 18 ! 48 2007-03-06 12:28:36Z raasch -
palm/trunk/SOURCE/parin.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 6 13 ! +bc_sa_t, bottom_salinityflux, ocean, sa_surface, sa_vertical_gradient, 7 14 ! sa_vertical_gradient_level, top_salinityflux in inipar, 8 15 ! sa_init is allocated 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/production_e.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! energy production by density flux (in ocean) added 7 ! use_pt_reference renamed use_reference 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 13 ! Energy production by density flux (in ocean) added 14 ! use_pt_reference renamed use_reference 12 15 ! 13 16 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! prognostic equation for salinity, density is calculated from equation of 7 14 ! state for seawater and is used for calculation of buoyancy, … … 11 18 ! in calls of buoyancy and diffusion_e, calc_mean_pt_profile renamed 12 19 ! calc_mean_profile 13 !14 ! Former revisions:15 ! -----------------16 ! $Id$17 20 ! 18 21 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/read_3d_binary.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +rho_av, sa, sa_av, saswsb, saswst6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! +rho_av, sa, sa_av, saswsb, saswst 11 14 ! 12 15 ! 73 2007-03-20 08:33:14Z raasch -
palm/trunk/SOURCE/read_var_list.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +bc_sa_t, ocean, sa_init, sa_surface, sa_vertical_gradient, 7 ! sa_vertical_gradient_level, bottom/top_salinity_flux 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! +bc_sa_t, ocean, sa_init, sa_surface, sa_vertical_gradient, 14 ! sa_vertical_gradient_level, bottom/top_salinity_flux 12 15 ! 13 16 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/run_control.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Timestep format changed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 13 ! Timestep and z_i format changed 11 14 ! 12 15 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/sum_up_3d_data.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +sum-up of density and salinity6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! +sum-up of density and salinity 11 14 ! 12 15 ! 72 2007-03-19 08:20:46Z raasch -
palm/trunk/SOURCE/swap_timelevel.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Swaping of salinity6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! Swaping of salinity 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/time_integration.f90
r97 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 97 2007-06-21 08:23:15Z raasch 6 13 ! diffusivities is called with argument rho in case of ocean runs, 7 14 ! new argument pt_/prho_reference in calls of diffusivities, 8 15 ! ghostpoint exchange for salinity and density 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 87 2007-05-22 15:46:47Z raasch -
palm/trunk/SOURCE/user_interface.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! user action for salinity added6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! user action for salinity added 11 14 ! 12 15 ! 89 2007-05-25 12:08:31Z raasch -
palm/trunk/SOURCE/write_3d_binary.f90
r96 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +rho_av, sa, sa_av, saswsb, saswst6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 96 2007-06-04 08:07:41Z raasch 13 ! +rho_av, sa, sa_av, saswsb, saswst 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/write_var_list.f90
r95 r98 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +bc_sa_t, ocean, sa_init, sa_surface, sa_vertical_gradient, 7 ! sa_vertical_gradient_level, bottom/top_salinity_flux 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 95 2007-06-02 16:48:38Z raasch 13 ! +bc_sa_t, ocean, sa_init, sa_surface, sa_vertical_gradient, 14 ! sa_vertical_gradient_level, bottom/top_salinity_flux 12 15 ! 13 16 ! 87 2007-05-22 15:46:47Z raasch
Note: See TracChangeset
for help on using the changeset viewer.