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 4394 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_ts_AMOC.pro – NEMO

Ignore:
Timestamp:
2014-02-03T14:38:45+01:00 (10 years ago)
Author:
flavoni
Message:

add time series of FRAM STRAIT, and update IDL plots, see ticket: #724

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_ts_AMOC.pro

    r4320 r4394  
    1414  ts_Time = 0. 
    1515 
    16   ;SF trans = strlowcase(var_name) EQ 'vocetr_eff' 
    17   trans = strlowcase(var_name) EQ 'vomeeftr' 
     16  trans = strlowcase(var_name) EQ 'vocetr_eff' OR strlowcase(var_name) EQ 'vomeeftr' 
     17  ;trans = strlowcase(var_name) EQ 'vomeeftr' 
    1818 
    1919  ; ADD definition of mask_atl_nomed to compute AMOC (with no Mediterranean Sea) 
Note: See TracChangeset for help on using the changeset viewer.