- Timestamp:
- Feb 3, 2021, 11:36:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/photochemistry_venus.F90
r2418 r2453 1454 1454 ! interpolation in co2 column 1455 1455 1456 indcol = nz - 11456 indcol = nztable - 1 1457 1457 cicol = 0. 1458 1458 1459 do i = 1,nztable 1459 do i = 1,nztable - 1 1460 1460 if (table_colair(i) < col(iz)) then 1461 1461 cicol = (log(col(iz)) - log(table_colair(i))) &
Note: See TracChangeset
for help on using the changeset viewer.