Changeset 3859 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Apr 3, 2019 8:30:31 PM (5 years ago)
Author:
maronga
Message:

comments in radiation model updated, minor bugfix in palm_csd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_csd

    r3773 r3859  
    2525# -----------------
    2626# $Id$
     27# Bugfix: wrong variable naming for 'y'
     28#
     29# 3773 2019-03-01 08:56:57Z maronga
    2730# Unspecificed changes
    2831#
     
    566569   nc_write_attribute(filename[i], 'x', 'standard_name','projection_x_coordinate')   
    567570   nc_write_attribute(filename[i], 'x', 'units', 'm')
    568    nc_write_attribute(filename[i], 'y', 'long_name', 'x')
     571   nc_write_attribute(filename[i], 'y', 'long_name', 'y')
    569572   nc_write_attribute(filename[i], 'y', 'standard_name', 'projection_y_coordinate')   
    570573   nc_write_attribute(filename[i], 'y', 'units', 'm')
Note: See TracChangeset for help on using the changeset viewer.