Changeset 3787 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Jun 3, 2025, 3:59:23 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r3753 r3787 85 85 INTEGER ilayer,ilevel,isoil,idt,iq 86 86 LOGICAl firstcall,lastcall 87 LOGICAL restart 87 LOGICAL restart, read_time_from_start1D 88 88 INTEGER nid_restart1D, nid_restartfi 89 89 INTEGER controleid, uid, vid, tempid, tsurfid, did, tid … … 526 526 endif 527 527 psurf = controle1D(1) 528 PRINT *,"In restart1D.nc, day0=",controle1D(2),529 & " and time=",controle1D(3)530 PRINT*,"(These values are NOT used, ",531 & "those given in rcm1d.def are used)"532 528 else ! restart 533 529 psurf = -99999. … … 574 570 575 571 !else 572 call getin("read_time_from_start1D",read_time_from_start1D) 573 if (restart .and. read_time_from_start1D) then 574 PRINT *,"In restart1D.nc, day0=",controle1D(2), 575 & " and time=",controle1D(3) 576 day0 = controle1D(2) 577 time = controle1D(3) 578 else 576 579 day0 = 0 ! default value for day0 577 580 write(*,*) 'Initial date (in martian sols ; =0 at Ls=0)?' … … 585 588 write(*,*)" time = ",time 586 589 time=time/24.E+0 ! convert time (hours) to fraction of sol 590 end if 587 591 !endif 588 592
Note: See TracChangeset
for help on using the changeset viewer.