Changeset 4137 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Mar 17, 2026, 2:38:17 PM (12 days ago)
Author:
gmilcareck
Message:

Newstart: the nlines were not reset to 0 when reading tracer profiles.

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r4130 r4137  
    22132213when not using XIOS. Added logical flag "diagsoil" (default .false.) to trigger
    22142214outputs in diagsoil.nc
     2215
     2216== 17/03/2026 == GM
     2217The 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  
    133133            fil = trim(datadir)//'/chemical_profiles/'//qxf(iq)
    134134            print*, 'chemical pofile '//trim(noms(iq))//': ', fil
     135            nlines=0
    135136            open(UNIT=90,FILE=fil,STATUS='old',iostat=ierr)
    136137            if (ierr.eq.0) then
Note: See TracChangeset for help on using the changeset viewer.