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 3026 for branches/dev_2802_OBStools/NEMOGCM/TOOLS/OBSTOOLS/dataplot/read_sst.pro – NEMO

Ignore:
Timestamp:
2011-10-28T18:10:29+02:00 (13 years ago)
Author:
djlea
Message:

Remove unneeded sec_to_dt from dataplot. Also add obstools build instructions to documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_2802_OBStools/NEMOGCM/TOOLS/OBSTOOLS/dataplot/read_sst.pro

    r3002 r3026  
    7474  if varid ne -1 then begin 
    7575    ncdf_varget, ncid, varid, Dats 
    76 ;    dts = sec_to_dt(Dats*24.*60.*60., Base=RefDate, date_fmt=5) 
    7776    dts=RefDate + Dats 
    7877     
     
    8786    RefDate = JULDAY(1,1,1981,0,0)  ; should be ref from 0 UTC 
    8887    dtime = dtime + secs_from_base 
    89 ;    dts = sec_to_dt(dtime, Base=RefDate, date_fmt=5) 
    9088    dts = RefDate + dtime/86400. 
    9189  endelse 
Note: See TracChangeset for help on using the changeset viewer.