Changeset 2548
- Timestamp:
- Jul 9, 2021, 9:19:22 AM (3 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r2543 r2548 1672 1672 Adding k-coefficients mixing on the fly 1673 1673 Working with ModernTrac 1674 1675 == 09/07/2021 == EM 1676 Remove misleading comment [peri/apo]astron should be in AU, not Mkm. -
trunk/LMDZ.GENERIC/deftank/start_earlymars
r253 r2548 8 8 0.0 9 9 periastr 10 227.9 10 1.523 11 11 apoastr 12 227.9 12 1.523 13 13 year_day 14 14 669 -
trunk/LMDZ.GENERIC/deftank/start_earth
r253 r2548 8 8 0.0 9 9 periastr 10 1 49.010 1.0 11 11 apoastr 12 1 49.012 1.0 13 13 year_day 14 14 365 -
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.