Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r3041 r3045  
    2020! Current revisions:
    2121! -----------------
    22 !
    23 !
     22! 
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Error message revised
     28!
     29! 3041 2018-05-25 10:39:54Z gronemeier
    2730! Add data type for global file attributes
    2831! Add read of global attributes of static driver
     
    20032006                GOTO 12
    20042007
    2005  10             message_string = 'file TOPOGRAPHY'//TRIM( coupling_char )//    &
    2006                                  ' does not exist'
     2008 10             message_string = 'file TOPOGRAPHY_DATA'//                      &
     2009                                 TRIM( coupling_char )// ' does not exist'
    20072010                CALL message( 'netcdf_data_input_mod', 'PA0208', 1, 2, 0, 6, 0 )
    20082011
Note: See TracChangeset for help on using the changeset viewer.