Ignore:
Timestamp:
Mar 1, 2010 8:30:24 AM (14 years ago)
Author:
raasch
Message:

New:
---
Output in NetCDF4-format. New d3par-parameter netcdf_data_format.

(check_open, check_parameters, close_file, data_output_2d, data_output_3d, header, modules, netcdf, parin)

Modules to be loaded for compilation (mbuild) or job execution (mrun)
can be given in the configuration file using variable modules. Example:

%modules ifort/11.0.069:netcdf lcsgih parallel

This method replaces the (undocumented) mpilib-variable.

WARNING: All fixed settings of modules in the scripts mbuild, mrun, and subjob
have been removed! Please set the modules variable appropriately in your
configuration file. (mbuild, mrun, subjob)

Changed:


Parameters netcdf_64bit and netcdf_64bit_3d have been removed. Use
netcdf_data_format = 2 for choosing the classic 64bit-offset format (this is
the default). The offset-format can not be set independently for the
3d-output-data any more.

Parameters netcdf_format_mask, netcdf_format_mask_av, and variables
nc_format_mask, format_parallel_io removed. They are replaced by the new
parameter netcdf_data_format. (check_open, close_file,
data_output_mask, header, init_masks, modules, parin)

Errors:


bugfix in trunk/UTIL/Makefile: forgot to compile for interpret_config

Bugfix: timeseries data have to be collected by PE0 (user_statistics)

File:
1 edited

Legend:

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

    r482 r493  
    44! Current revisions:
    55! -----------------
    6 !
     6! +netcdf_data_format in d3par, -netcdf_64bit, -netcdf_64bit_3d
    77!
    88! Former revisions:
     
    1616! 410 2009-12-04 17:05:40Z letzel
    1717! masked data output: + dt_domask, mask_01~20_x|y|z, mask_01~20_x|y|z_loop,
    18 ! mask_scale_x|y|z, masks, netcdf_format_mask[_av], skip_time_domask
     18! mask_scale_x|y|z, masks, skip_time_domask
    1919!
    2020! 291 2009-04-16 12:07:26Z raasch
     
    6161! 20 2007-02-26 00:12:32Z raasch
    6262! +top_heatflux, use_top_fluxes in inipar
    63 !
    64 ! -netcdf_64bit_3d
    6563!
    6664! 3 2007-02-13 11:30:58Z raasch
     
    208206                       mask_19_z_loop, mask_20_z_loop, &
    209207                       mg_cycles, mg_switch_to_pe0_level, &
    210                        netcdf_64bit, netcdf_64bit_3d, &
    211                        netcdf_format_mask, netcdf_format_mask_av, &
     208                       netcdf_data_format, &
    212209                       ngsrb, normalizing_region, npex, npey, nsor, nz_do3d, &
    213210                       omega_sor, &
Note: See TracChangeset for help on using the changeset viewer.