Ignore:
Timestamp:
Feb 12, 2026, 12:20:33 PM (9 days ago)
Author:
jbclement
Message:

Mars PCM:
Deletion of 'tsurf' in the information provided by "start1D.txt" since it is unused and unnecessary until now (see r4059).
JBC

Location:
trunk/LMDZ.MARS/libf/phymars/dyn1d
Files:
2 edited

Legend:

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

    r4059 r4067  
    665665    temp = teta(1:)
    666666else
    667     read(3,*) header, (tsurf(1,j), j = 1,size(tsurf,2)), (temp(ilayer), ilayer = 1,nlayer)
     667    read(3,*) header, (temp(ilayer), ilayer = 1,nlayer)
    668668    close(3)
    669669endif
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90

    r4059 r4067  
    139139    endif
    140140endif
    141 if (therestart1D .and. .not. therestartfi) error stop 'There is a "start1D.txt" but no "startfi.nc". There might be problems for the initialization (for example ''qsurf'')!'
     141if (therestart1D .and. .not. therestartfi) error stop 'There is a "start1D.txt" but no "startfi.nc". There might be problems for the initialization (for example ''qsurf'' and ''tsurf'')!'
    142142
    143143call init_testphys1d('start1D.txt','startfi.nc',therestart1D,therestartfi,ngrid,nlayer,odpref,nq,q, &
Note: See TracChangeset for help on using the changeset viewer.