Ignore:
Timestamp:
Jun 9, 2017 12:34:55 PM (7 years ago)
Author:
sward
Message:

error messages and numbers updated

File:
1 edited

Legend:

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

    r2101 r2271  
    2525! -----------------
    2626! $Id$
     27! found = .TRUE. added to grid definition in examples to avoid warning message
     28!
     29! 2101 2017-01-05 16:42:31Z suehring
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
     
    7073!--    Uncomment and extend the following lines, if necessary
    7174!       CASE ( 'u2', 'u2_xy', 'u2_xz', 'u2_yz' )
     75!          found  = .TRUE.
    7276!          grid_x = 'xu'
    7377!          grid_y = 'y'
     
    7579
    7680!       CASE ( 'u*v*', 'u*v*_xy', 'u*v*_xz', 'u*v*_yz' )
     81!          found  = .TRUE.
    7782!          grid_x = 'x'
    7883!          grid_y = 'y'
Note: See TracChangeset for help on using the changeset viewer.