Ignore:
Timestamp:
Jul 9, 2021, 9:19:22 AM (3 years ago)
Author:
emillour
Message:

Generic GCM:
Remove misleading comment [peri/apo]astron should be in AU, not Mkm.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90

    r1669 r2548  
    423423        else if (modif(1:len_trim(modif)) .eq. 'periastr') then
    424424          write(*,*) 'current value:',periastr
    425           write(*,*) 'periastr should be 206.66 on present-day Mars'
     425          write(*,*) 'periastr should be 1.3814 AU on present-day Mars'
    426426          write(*,*) 'enter new value:'
    427427 117      read(*,*,iostat=ierr) periastr
     
    432432        else if (modif(1:len_trim(modif)) .eq. 'apoastr') then
    433433          write(*,*) 'current value:',apoastr
    434           write(*,*) 'apoastr should be 249.22 on present-day Mars'
     434          write(*,*) 'apoastr should be 1.666 AU on present-day Mars'
    435435          write(*,*) 'enter new value:'
    436436 118      read(*,*,iostat=ierr) apoastr
Note: See TracChangeset for help on using the changeset viewer.