New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6447 for trunk/NEMOGCM/TOOLS – NEMO

Changeset 6447 for trunk/NEMOGCM/TOOLS


Ignore:
Timestamp:
2016-04-07T18:19:52+02:00 (8 years ago)
Author:
davestorkey
Message:

Bug fix for bug fix to TOOLS/REBUILD_NEMO/icb_combrest.py
See ticket #1708.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/REBUILD_NEMO/icb_combrest.py

    r6423 r6447  
    178178    fo.variables[var].long_name = invar.long_name 
    179179    fo.variables[var].units = invar.units 
    180     os.remove(pathout.replace('.nc','_WORK.nc')) 
     180  os.remove(pathout.replace('.nc','_WORK.nc')) 
    181181# 
    182182add_k = 1 
Note: See TracChangeset for help on using the changeset viewer.