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 4130 for branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/TOOLS/OBSTOOLS/OOO/ooo/locator.py – NEMO

Ignore:
Timestamp:
2013-10-24T23:13:30+02:00 (11 years ago)
Author:
andrewryan
Message:

added default class 4 file settings to ooo utility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/TOOLS/OBSTOOLS/OOO/ooo/locator.py

    r4122 r4130  
    9494 
    9595    # Initialise data 
    96     off_files = [] 
    97     nn_off_idx = [] 
     96    ooo_files = [] 
     97    nn_ooo_idx = [] 
    9898    cl4_vars = [] 
    9999    cl4_fcst_idx = [] 
     
    110110            out_indices.append(ilt + 1) 
    111111        # Expand return lists 
    112         off_files += files 
    113         nn_off_idx += in_indices 
     112        ooo_files += files 
     113        nn_ooo_idx += in_indices 
    114114        cl4_fcst_idx += out_indices 
    115115        cl4_vars += len(files) * [type] 
    116116 
    117117    # Namoff 
    118     namoff["off_files"] = off_files 
    119     namoff["nn_off_idx"] = nn_off_idx 
     118    namoff["ooo_files"] = ooo_files 
     119    namoff["nn_ooo_idx"] = nn_ooo_idx 
    120120 
    121121    # Namcl4 
Note: See TracChangeset for help on using the changeset viewer.