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_Drake.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_Drake.pro

    r4320 r4394  
    3232  u1 = rseries_ncdf(vU1, date1, date2, prefix, suffix, FIRSTONLY = 1 - allrec, /nostruct) 
    3333  drk1 = fltarr(jpt) 
    34    ;SF trans = strlowcase(getenv('VAR1_U')) EQ 'uocetr_eff' 
    35    trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
     34  ; old formulation: we tested variable name 
     35  trans = strlowcase(getenv('VAR1_U')) EQ 'uocetr_eff' OR strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
     36  ;SF trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
    3637  FOR t = 0, jpt-1 DO BEGIN 
    3738    tmp = bsf(u1[*, *, *, t], TRANSPORT = trans, /nostruct) 
     
    4950    u2 = rseries_ncdf(vU2, date1_2, date2_2, prefix2, suffix2, FIRSTONLY = 1 - allrec, /nostruct) 
    5051    drk2 = fltarr(jpt) 
    51     ;SF trans = strlowcase(getenv('VAR2_U')) EQ 'uocetr_eff' 
    52     trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
     52    ; old formulation: we tested variable name 
     53    trans = strlowcase(getenv('VAR2_U')) EQ 'uocetr_eff' OR strlowcase(getenv('VAR2_U')) EQ 'vozoeftr' 
     54    ;SF trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
    5355    FOR t = 0, jpt-1 DO BEGIN 
    5456      tmp = bsf(u2[*, *, *, t], TRANSPORT = trans, /nostruct) 
Note: See TracChangeset for help on using the changeset viewer.