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/ooo.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/ooo.py

    r4127 r4130  
    6565    namcl4["cl4_match_len"] = len(namcl4["cl4_vars"]) 
    6666    namcl4["cl4_fcst_len"] = len(namcl4["cl4_leadtime"]) 
     67    # Add naming convention 
     68    namcl4["cl4_sys"] = "FOAM" 
     69    namcl4["cl4_cfg"] = "orca025" 
     70    namcl4["cl4_vn"] = "1.0" 
     71    namcl4["cl4_prefix"] = "class4" 
     72    namcl4["cl4_contact"] = "example@example.com" 
     73    namcl4["cl4_inst"] = "institute" 
    6774    text = nml.update("namcl4", text, data=namcl4) 
    6875 
Note: See TracChangeset for help on using the changeset viewer.