Changeset 2548 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Jul 9, 2021, 9:19:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90
r1669 r2548 423 423 else if (modif(1:len_trim(modif)) .eq. 'periastr') then 424 424 write(*,*) 'current value:',periastr 425 write(*,*) 'periastr should be 206.66on present-day Mars'425 write(*,*) 'periastr should be 1.3814 AU on present-day Mars' 426 426 write(*,*) 'enter new value:' 427 427 117 read(*,*,iostat=ierr) periastr … … 432 432 else if (modif(1:len_trim(modif)) .eq. 'apoastr') then 433 433 write(*,*) 'current value:',apoastr 434 write(*,*) 'apoastr should be 249.22on present-day Mars'434 write(*,*) 'apoastr should be 1.666 AU on present-day Mars' 435 435 write(*,*) 'enter new value:' 436 436 118 read(*,*,iostat=ierr) apoastr
Note: See TracChangeset
for help on using the changeset viewer.