Ignore:
Timestamp:
Mar 6, 2016 6:36:17 PM (8 years ago)
Author:
raasch
Message:

NetCDF routines modularized; new parameter netcdf_deflate; further changes in the pmc

File:
1 edited

Legend:

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

    r1765 r1783  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! +netcdf_deflate in d3par, netcdf module and variable names changed
    2222!
    2323! Former revisions:
     
    206206
    207207    USE pegrid
     208
     209    USE netcdf_interface,                                                      &
     210        ONLY:  netcdf_data_format, netcdf_deflate, netcdf_precision
    208211
    209212    USE pmc_interface,                                                         &
     
    297300             dt_run_control,end_time, force_print_header, mask_scale_x,        &
    298301             mask_scale_y, mask_scale_z, mask_x, mask_y, mask_z, mask_x_loop,  &
    299              mask_y_loop, mask_z_loop, netcdf_data_format, normalizing_region, &
    300              npex, npey, nz_do3d, precipitation_amount_interval,               &
    301              profile_columns, profile_rows, restart_time, section_xy,          &
    302              section_xz, section_yz, skip_time_data_output,                    &
    303              skip_time_data_output_av, skip_time_dopr, skip_time_do2d_xy,      &
    304              skip_time_do2d_xz, skip_time_do2d_yz, skip_time_do3d,             &
    305              skip_time_domask, synchronous_exchange, termination_time_needed,  &
    306              z_max_do2d
     302             mask_y_loop, mask_z_loop, netcdf_data_format, netcdf_deflate,    &
     303             normalizing_region, npex, npey, nz_do3d,                          &
     304             precipitation_amount_interval, profile_columns, profile_rows,     &
     305             restart_time, section_xy, section_xz, section_yz,                 &
     306             skip_time_data_output, skip_time_data_output_av, skip_time_dopr,  &
     307             skip_time_do2d_xy, skip_time_do2d_xz, skip_time_do2d_yz,          &
     308             skip_time_do3d, skip_time_domask, synchronous_exchange,           &
     309             termination_time_needed, z_max_do2d
    307310
    308311
Note: See TracChangeset for help on using the changeset viewer.