Ignore:
Timestamp:
Mar 21, 2014 11:00:16 AM (11 years ago)
Author:
raasch
Message:

Changed:


-s real64 removed (.mrun.config.hlrnIII)
-r8 removed (.mrun.config.imuk)
deleted: .mrun.config.imuk_ice2_netcdf4 .mrun.config.imuk_hlrn

REAL constants defined as wp-kind in modules

"baroclinicity" renamed "baroclinity", "ocean version" replaced by
"ocean mode"

code parts concerning old output formats "iso2d" and "avs" removed.
netCDF is the only remaining output format.

Errors:


bugfix: duplicate error message 56 removed

File:
1 edited

Legend:

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

    r1321 r1327  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! -netcdf output queries
    2323!
    2424! Former revisions:
     
    4848
    4949    USE control_parameters,                                                    &
    50         ONLY:  iran, message_string, netcdf_data_format, netcdf_output
     50        ONLY:  iran, message_string, netcdf_data_format
    5151
    5252    USE grid_variables,                                                        &
     
    8181    IF ( number_of_particles + number_of_initial_particles > &
    8282         maximum_number_of_particles  )  THEN
    83        IF ( netcdf_output  .AND.  netcdf_data_format < 3 )  THEN
     83       IF ( netcdf_data_format < 3 )  THEN
    8484          message_string = 'maximum_number_of_particles needs to be increa' // &
    8585                           'sed &but this is not allowed with netcdf_data_' // &
     
    9696       IF ( number_of_tails + number_of_initial_tails > &
    9797            maximum_number_of_tails  )  THEN
    98           IF ( netcdf_output  .AND.  netcdf_data_format < 3 )  THEN
     98          IF ( netcdf_data_format < 3 )  THEN
    9999             message_string = 'maximum_number_of_tails needs to be increas' // &
    100100                              'ed &but this is not allowed with netcdf_dat' // &
Note: See TracChangeset for help on using the changeset viewer.