Changeset 3536 for trunk


Ignore:
Timestamp:
Dec 6, 2024, 3:23:35 PM (7 weeks 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

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.MARS/changelog.txt

    r3509 r3536  
    47394739== 08/11/2024 == JBC
    47404740Addition of the description for the 'controle' array in the "start.nc" and "startfi.nc" files. It is given by the variable 'controle_descriptor' whose the element 'controle_descriptor(i)' explains 'controle(i)'.
     4741
     4742== 06/12/2024 == JBC
     4743Correction of the initial time for the calendar in the "diagsoil.nc" file which caused an abnormal closing of ncview window when displaying variables.
  • TabularUnified 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.