Changeset 2283 in lmdz_wrf


Ignore:
Timestamp:
Jan 23, 2019, 9:04:20 PM (6 years ago)
Author:
lfita
Message:

Adding:

  • bounds' attribute in WRFbnds'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diagnostics.py

    r2277 r2283  
    958958        ncvar.insert_variable(ncobj, 'lat_bnds', cellbndsy, diagoutd, diagoutvd, newnc)
    959959
     960        ovar = newnc.variables['XLONG']
     961        ovar.setncattr('bounds', 'lon_bnds, lat_bnds')
     962        ovar = newnc.variables['XLAT']
     963        ovar.setncattr('bounds', 'lon_bnds, lat_bnds')
     964
    960965# mrso: total soil moisture SMOIS, DZS
    961966    elif diagn == 'WRFmrso':
Note: See TracChangeset for help on using the changeset viewer.