Ignore:
Timestamp:
Jan 15, 2016, 9:51:37 AM (9 years ago)
Author:
emillour
Message:

Venus & Titan GCMs: fix bug introduced in previous revision; time axis in start.nc file is labeled "temps", like for the Earth GCM.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d_common/dynredem.F90

    r1508 r1509  
    239239  WRITE(unites,"('days since ',i4,'-',i2.2,'-',i2.2,' 00:00:00')"),&
    240240               yyears0,mmois0,jjour0
    241   IF (planet_type.eq."earth") THEN
     241  IF (start_file_type.eq."earth") THEN
    242242    CALL cre_var(nid,"temps","Temps de simulation",[timID],unites)
    243243  ELSE
Note: See TracChangeset for help on using the changeset viewer.