Changeset 275 for trunk


Ignore:
Timestamp:
07/24/19 17:23:23 (5 years ago)
Author:
dumas
Message:

Change ref date for ISMIP output in short file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Ant40_files/output_anta40_mod-0.4.f90

    r255 r275  
    118118  status=nf90_put_att(ncid, timeVarID, "standard_name", "time") 
    119119  if (status /= nf90_noerr) call handle_err(status) 
    120   status=nf90_put_att(ncid, timeVarID,"units", "years since 2015-01-01 00:00:00") 
     120  status=nf90_put_att(ncid, timeVarID,"units", "years since 1995-01-01 00:00:00") 
    121121  if (status /= nf90_noerr) call handle_err(status) 
    122122  status=nf90_put_att(ncid, timeVarID,"calendar", "360_day") 
Note: See TracChangeset for help on using the changeset viewer.