Changeset 2905


Ignore:
Timestamp:
Feb 28, 2023, 2:34:56 PM (21 months ago)
Author:
romain.vande
Message:

Mars PEM:
Correction in pemetat0, if misplaced for time reading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90

    r2895 r2905  
    9898   call open_startphy(filename)
    9999
    100     if(soil_pem) then
    101 
    102100   call get_var("Time",year_PEM_read,found)
    103101   year_PEM=INT(year_PEM_read)
     
    107105      write(*,*)'year_PEM of startpem=', year_PEM
    108106   endif
     107
     108    if(soil_pem) then
    109109 
    110110!1. Thermal Inertia
Note: See TracChangeset for help on using the changeset viewer.