Changeset 4137 for trunk/LMDZ.GENERIC
- Timestamp:
- Mar 17, 2026, 2:38:17 PM (12 days ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
libf/dynphy_lonlat/phygeneric/inichim_newstart.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r4130 r4137 2213 2213 when not using XIOS. Added logical flag "diagsoil" (default .false.) to trigger 2214 2214 outputs in diagsoil.nc 2215 2216 == 17/03/2026 == GM 2217 The nlines were not reset to 0 when reading tracer profiles during the newstart. -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phygeneric/inichim_newstart.F90
r3893 r4137 133 133 fil = trim(datadir)//'/chemical_profiles/'//qxf(iq) 134 134 print*, 'chemical pofile '//trim(noms(iq))//': ', fil 135 nlines=0 135 136 open(UNIT=90,FILE=fil,STATUS='old',iostat=ierr) 136 137 if (ierr.eq.0) then
Note: See TracChangeset
for help on using the changeset viewer.
