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/SCRIPTS/subjob

    r492 r493  
    115115     # 26/02/10 - BjornM- re-adjustments for lcxt4 (new modules, email
    116116     #                    notification)
     117     # 01/03/10 - Siggi - loading of modules controlled by environment variable
     118     #                    module_calls
     119
    117120
    118121
     
    815818
    816819. /usr/share/modules/init/bash
    817 module load ifort/11.0.069
    818 module load $mpilib
    819 module load netcdf
     820$module_calls
    820821
    821822echo ld_library_path=\$LD_LIBRARY_PATH
     
    835836
    836837. /usr/share/modules/init/bash
    837 module load ifort/11.0.069
    838 module load netcdf
     838$module_calls
    839839
    840840%%END%%
     
    861861
    862862. /opt/modules/default/init/ksh
    863 module load modules
    864 module load PrgEnv-pgi
    865 module load Base-opts
    866 module load moab
    867 module load torque
    868 module load pmi
     863$module_calls
    869864
    870865%%END%%
     
    885880
    886881. /opt/modules/default/init/ksh
    887 module load modules
    888 module load PrgEnv-pgi
    889 module load Base-opts
    890 module load moab
    891 module load torque
    892 module load pmi
     882$module_calls
    893883
    894884%%END%%
     
    938928
    939929. /opt/modules/default/init/ksh
    940 module load modules/3.1.6
    941 module load netcdf/3.6.2
    942 module load PrgEnv-pgi/2.2.41
    943 module load Base-opts/2.2.41
     930$module_calls
    944931
    945932%%END%%
     
    958945
    959946. /opt/modules/default/init/ksh
    960 module load modules/3.1.6
    961 module load netcdf/3.6.2
    962 module load PrgEnv-pgi/2.2.41
    963 module load Base-opts/2.2.41
     947$module_calls
    964948
    965949%%END%%
Note: See TracChangeset for help on using the changeset viewer.