- Timestamp:
- Dec 6, 2024, 3:23:35 PM (7 weeks ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.MARS/changelog.txt ¶
r3509 r3536 4739 4739 == 08/11/2024 == JBC 4740 4740 Addition 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 4743 Correction 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 200 200 text="Time" 201 201 ierr=NF_PUT_ATT_TEXT(nid,varid,"long_name",len_trim(text),text) 202 text="days since 0000-0 1-0100:00:00"202 text="days since 0000-00-00 00:00:00" 203 203 ierr=NF_PUT_ATT_TEXT(nid,varid,"units",len_trim(text),text) 204 204
Note: See TracChangeset
for help on using the changeset viewer.