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

Ignore:
Timestamp:
2013-11-28T12:41:27+01:00 (10 years ago)
Author:
flavoni
Message:

update IDL_scripts for ORCA2_LIM and ORCA2_LIM3, add plot of max_mld output 5days, 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

    r2751 r4320  
    3232  u1 = rseries_ncdf(vU1, date1, date2, prefix, suffix, FIRSTONLY = 1 - allrec, /nostruct) 
    3333  drk1 = fltarr(jpt) 
    34   trans = strlowcase(getenv('VAR1_U')) EQ 'uocetr_eff' 
     34   ;SF trans = strlowcase(getenv('VAR1_U')) EQ 'uocetr_eff' 
     35   trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
    3536  FOR t = 0, jpt-1 DO BEGIN 
    3637    tmp = bsf(u1[*, *, *, t], TRANSPORT = trans, /nostruct) 
     
    4849    u2 = rseries_ncdf(vU2, date1_2, date2_2, prefix2, suffix2, FIRSTONLY = 1 - allrec, /nostruct) 
    4950    drk2 = fltarr(jpt) 
    50     trans = strlowcase(getenv('VAR2_U')) EQ 'uocetr_eff' 
     51    ;SF trans = strlowcase(getenv('VAR2_U')) EQ 'uocetr_eff' 
     52    trans = strlowcase(getenv('VAR1_U')) EQ 'vozoeftr' 
    5153    FOR t = 0, jpt-1 DO BEGIN 
    5254      tmp = bsf(u2[*, *, *, t], TRANSPORT = trans, /nostruct) 
Note: See TracChangeset for help on using the changeset viewer.