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 4139 – NEMO

Changeset 4139


Ignore:
Timestamp:
2013-10-25T16:24:55+02:00 (10 years ago)
Author:
andrewryan
Message:

more complete set of namobs flags specified by quick script namelist editor

File:
1 edited

Legend:

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

    r4132 r4139  
    2626    namobs = {"ln_t3d": False, 
    2727              "ln_s3d": False, 
     28              "ln_ena": False, 
     29              "ln_profb": False, 
    2830              "ln_sst": False, 
    2931              "ln_sstfb": False, 
     32              "ln_reysst": False, 
     33              "ln_ghrsst": False, 
    3034              "ln_sla": False, 
    31               "ln_slafb": False} 
     35              "ln_slafb": False, 
     36              "ln_sladt": False} 
    3237    if types is None: types = [] 
    3338    for obtype in types:  
     
    3641            namobs["ln_t3d"] = True 
    3742            namobs["ln_s3d"] = True 
     43            namobs["ln_profb"] = True 
    3844        elif obtype == "sstfbfiles": 
    3945            namobs[obtype] = sstfbfiles(date) 
Note: See TracChangeset for help on using the changeset viewer.