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/init_masks.f90

    r1683 r1783  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! netcdf module name changed + related changes
    2222!
    2323! Former revisions:
     
    9696               mask_x_loop, mask_xyz_dimension, mask_y, mask_y_loop, mask_z,   &
    9797               mask_z_loop, max_masks,  message_string, mid,                   &
    98                netcdf_data_format, passive_scalar, precipitation, ocean
     98               passive_scalar, precipitation, ocean
    9999
    100100    USE grid_variables,                                                        &
     
    106106    USE kinds
    107107
    108     USE netcdf_control
     108    USE netcdf_interface,                                                      &
     109        ONLY:  domask_unit, netcdf_data_format
    109110
    110111    USE particle_attributes,                                                   &
Note: See TracChangeset for help on using the changeset viewer.