Changeset 3536 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Dec 6, 2024, 3:23:35 PM (8 months ago)
Author:
jbclement
Message:

Mars PCM:
Correction of the initial time for the calendar in the "diagsoil.nc" file which caused an abnormal closing of ncview window when displaying variables.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/iniwritesoil.F90

    r3344 r3536  
    200200text="Time"
    201201ierr=NF_PUT_ATT_TEXT(nid,varid,"long_name",len_trim(text),text)
    202 text="days since 0000-01-01 00:00:00"
     202text="days since 0000-00-00 00:00:00"
    203203ierr=NF_PUT_ATT_TEXT(nid,varid,"units",len_trim(text),text)
    204204
Note: See TracChangeset for help on using the changeset viewer.