Ignore:
Timestamp:
Nov 24, 2010 4:10:51 PM (13 years ago)
Author:
raasch
Message:

New:
---

Changed:


Parameters moved from d3par to inipar: call_psolver_at_all_substeps,
cfl_factor, cycle_mg, mg_cycles,mg_switch_to_pe0_level, ngsrb, nsor,
omega_sor, prandtl_number, psolver, rayleigh_damping_factor,
rayleigh_damping_height, residual_limit (parin, read_var_list, write_var_list)

Due to this change, in routine skip_var_list (end of file read_var_list.f90),
variable ldum is replaced by cdum(LEN=1), because otherwise read errors (too
few data on file) would appear due to one of the additional parameters
(cycle_mg, which is a string of one single character) which are now stored
on the restart file.

Weblink to error message database changed to new trac server (message)

Errors:


Bugfix concerning check of cross-section levels on netcdf-files to be
extended (xz,yz) (netcdf)

Bugfix in opening of cross section netcdf-files (parallel opening with
netcdf4 only works for netcdf_data_format > 2) (check_open)

Default values of surface_scalarflux and surface_waterflux changed from 0.0
to 9999999.9. Giving the parameter the default values means, that the
respective surface fluxes are calculated by the MO-relations, so the old default
value did not allow to set the surface fluxes to zero explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r581 r600  
    55! Current revisions:
    66! -----------------
    7 !
     7! default values of surface_scalarflux and surface_waterflux changed
     8! to 9999999.9
    89!
    910! Former revisions:
     
    512513             skip_time_do2d_yz = 9999999.9, skip_time_do3d = 9999999.9, &
    513514             surface_heatflux = 9999999.9, surface_pressure = 1013.25, &
    514              surface_scalarflux = 0.0, surface_waterflux = 0.0, &
     515             surface_scalarflux = 9999999.9, surface_waterflux = 9999999.9, &
    515516             s_surface = 0.0, s_surface_initial_change = 0.0, &
    516517             termination_time_needed = -1.0, time_coupling = 0.0, &
Note: See TracChangeset for help on using the changeset viewer.