Changes between Version 211 and Version 212 of doc/tec/changelog_2018


Ignore:
Timestamp:
Feb 3, 2013 2:04:07 AM (12 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v211 v212  
    1313|----------------
    1414{{{#!td style="vertical-align:top;width: 50px"
     1503/02/13
     16}}}
     17{{{#!td style="vertical-align:top;width: 50px"
     18SR
     19}}}
     20{{{#!td style="vertical-align:top;width: 75px"
     21r1092
     22}}}
     23{{{#!td style="vertical-align:top"
     243.9
     25}}}
     26{{{#!td style="vertical-align:top"
     27N, C
     28}}}
     29{{{#!td style="vertical-align:top"
     30'''New:'''\\
     31ssh/scp port can be set explicitly in the configuration file using environment variable {{{scp_port}}}. (batch_scp, mrun, subjob)
     32
     33'''Changed:'''\\
     34Unused variables removed from code. (interpret_config)
     35}}}
     36|----------------
     37{{{#!td style="vertical-align:top;width: 50px"
    153802/02/13
    1639}}}
     
    123146}}}
    124147{{{#!td style="vertical-align:top"
    125 '''New:''' 
     148'''New:'''\\
    126149Ventilation effect for evaporation of large cloud droplets included. (lpm_droplet_condensation)
    127150
    128 '''Changed:''' \\
     151'''Changed:'''\\
    129152Removed unnecessary calculations in lpm_droplet_condensation.
    130153
     
    157180}}}
    158181{{{#!td style="vertical-align:top"
    159 '''Bugfixes:''' 
     182'''Bugfixes:'''\\
    160183coupled_mode was always mpi2 in mrun, typos removed in mrun, transfer of the nc2vdf tools added in mbuild (mrun, mbuild). The usage of topography in a coupled ocean run is now possible (init_grid.f90).
    161184
    162 '''Changed:''' 
     185'''Changed:'''\\
    163186It is now allowed to use topography in combination with cloud physics. This combination, however, has not been tested sufficiently so far.
    164187}}}
     
    180203}}}
    181204{{{#!td style="vertical-align:top"
    182 '''New:''' 
     205'''New:'''\\
    183206Two scripts have been added to allow for conversion of NetCDF files to VAPOR's vdf format (nc2vdf.config, batch_nc2vdf).
    184207
    185 '''Changed:'''
     208'''Changed:'''\\
    186209nc2vdf script has been improved significantly. It is possible to run the script interactively or in batch mode on the uv system. A user manual will follow soon.
    187210}}}
     
    215238The number density of cloud droplets can be adjusted with [wiki:doc/app/inipar#nc nc]. The default ([wiki:doc/app/inipar#nc nc] = 70.0E6 ) is applicable for marine conditions (parin, read_var_list, write_var_list).
    216239
    217 '''Attention:''' This version does not allow to read restart files created with earlier versions!
     240'''Attention:'''\\
     241This version does not allow to read restart files created with earlier versions!
    218242}}}
    219243|----------------
     
    254278}}}
    255279{{{#!td style="vertical-align:top"
    256 '''New cloud physics:'''\\
     280'''New:'''\\
    257281Two-moment cloud physics (Seifert and Beheng, 2006) have been implemented. Therefore, two new prognostic equations (nr: rain drop number density; qr: rain water content) and associated basic output quantities are introduced (advec_ws, average_3d_data, boundary_conds, check_parameter, data_output_2d, data_output_3d, flow_statistics, init_3d_model, init_cloud_physics, modules, netcdf, parin, prognostic_equations, read_3d_binary, read_var_list, sum_up_3d_data, swap_timelevel, time_integration, user_actions, write_3d_binary, write_var_list). Microphysical tendencies affecting the prognostic equations of liquid water potential temperature, specific humidity, rain drop number density and rain water content are computed in the new module microphysics (additional changes: calc_liquid_water_content, Makefile). According to the CFL criterion, the timestep has to be reduced in case of precipitation (timestep).
    258282
    259 '''Steering:'''\\
    260283The new cloud physics scheme can be used with [wiki:doc/app/inipar#humidty humidity] = .TRUE. and [wiki:doc/app/inipar#cloud_physics cloud_physics] = .TRUE.. It is the the default value of the new steering parameter [wiki:doc/app/inipar#cloud_scheme cloud_scheme] = 'seifert_beheng' ([wiki:doc/app/inipar#cloud_scheme cloud_scheme] = 'kessler' allows the use of the former cloud physics scheme). It is not allowed to use the new cloud physics without [wiki:doc/app/inipar#precipitation precipitation] = .TRUE. ([wiki:doc/app/errmsg#PA0363 PA0363]).
    261284
     
    264287Drizzle of raindrops according to Heus et al. (2010) has been implemented and can be activated with [wiki:doc/app/inipar#drizzle drizzle].
    265288
    266 '''Attention:''' This version does not allow to read restart files created with earlier versions!
     289'''Attention:'''\\
     290This version does not allow to read restart files created with earlier versions!
    267291}}}
    268292|----------------
     
    386410A watchdog tool for jobs running at HLRN has been added. It can be started by typing {{{hlrn_watchdog start <your username on hlrn>}}} and stopped with {{{hlrn_watchdog stop}}}. The watchdog will open a small window and displays all currently queued jobs at HLRN in Hannover and Berlin. If no jobs are queued, no window will show up. The update frequency is 10 minutes. The watchdog will also inform you about terminated jobs and status changes from idle to running.\\
    387411
    388 '''Note:''' Before starting the watchdog for the first time, import the window rule, which can be found in {{{...trunk/SCRIPTS/hlrn_watchdog.kwinrule}}}, to the window behavior settings of your {{{systemsettings}}}. You can find this menu by typing {{{systemsettings}}} into a shell. In classic tree view you can add the rule following "Workspace Appearance and Behavior" --> "Window Behavior" --> Window Rules" --> "Import". After installing the rule, the watchdog will remember the workspace and coordinates of the window.
     412'''Note:'''\\
     413Before starting the watchdog for the first time, import the window rule, which can be found in {{{...trunk/SCRIPTS/hlrn_watchdog.kwinrule}}}, to the window behavior settings of your {{{systemsettings}}}. You can find this menu by typing {{{systemsettings}}} into a shell. In classic tree view you can add the rule following "Workspace Appearance and Behavior" --> "Window Behavior" --> Window Rules" --> "Import". After installing the rule, the watchdog will remember the workspace and coordinates of the window.
    389414}}}
    390415|----------------
     
    539564Calculation of buoyancy production now considers the liquid water mixing ratio in case of cloud droplets. (production_e)
    540565
    541 '''Changes:'''\\
     566'''Changed:'''\\
    542567Calculation of buoyancy flux for humidity in case of WS-scheme is now using turbulent fluxes of WS-scheme. (flow_statistics)
    543568