Changeset 2905
- Timestamp:
- Feb 28, 2023, 2:34:56 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90
r2895 r2905 98 98 call open_startphy(filename) 99 99 100 if(soil_pem) then101 102 100 call get_var("Time",year_PEM_read,found) 103 101 year_PEM=INT(year_PEM_read) … … 107 105 write(*,*)'year_PEM of startpem=', year_PEM 108 106 endif 107 108 if(soil_pem) then 109 109 110 110 !1. Thermal Inertia
Note: See TracChangeset
for help on using the changeset viewer.