- Timestamp:
- Sep 14, 2017, 8:43:40 PM (7 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 5 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1783 r1784 1355 1355 - Save ~ 50% time on the RT, ~30% on the whole code on the tested simulations 1356 1356 1357 == 07/06/2017 == MT1357 == 14/09/2017 == MT 1358 1358 Add qs=x option to newstart.F (chose a specific value to a surface tracer) 1359 Add Proxima Centauri and TRAPPIST-1 spectra -
trunk/LMDZ.GENERIC/deftank/callphys.GJ581d
r1498 r1784 60 60 # startype = 3 GJ644 61 61 # startype = 4 HD128167 62 # startype = 9 TRAPPIST-1 63 # startype = 10 Proxima Centauri 62 64 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63 65 # Stellar flux at 1 AU. Examples: -
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r1498 r1784 60 60 # startype = 3 GJ644 61 61 # startype = 4 HD128167 62 # startype = 9 TRAPPIST-1 63 # startype = 10 Proxima Centauri 62 64 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63 65 # Stellar flux at 1 AU. Examples: -
trunk/LMDZ.GENERIC/deftank/callphys.earth
r1498 r1784 60 60 # startype = 3 GJ644 61 61 # startype = 4 HD128167 62 # startype = 9 TRAPPIST-1 63 # startype = 10 Proxima Centauri 62 64 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63 65 # Stellar flux at 1 AU. Examples: -
trunk/LMDZ.GENERIC/deftank/callphys.kcm1d
r715 r1784 48 48 # startype = 3 GJ644 49 49 # startype = 4 HD128167 50 # startype = 9 TRAPPIST-1 51 # startype = 10 Proxima Centauri 50 52 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 51 53 # Stellar flux at 1 AU. Examples: -
trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90
r1527 r1784 111 111 Nfine=3986 112 112 Case(9) 113 file_id='/stellar_spectra/Flux_ M7_Teff2550_logg3.0_Met-0.0.dat'113 file_id='/stellar_spectra/Flux_TRAPPIST1.dat' 114 114 tstellar=2550. 115 file_id_lam='/stellar_spectra/lambda_M7_Teff2550_logg3.0_Met-0.0.dat' 115 file_id_lam='/stellar_spectra/lambda_TRAPPIST1.dat' 116 Nfine=5000 117 Case(10) 118 file_id='/stellar_spectra/Flux_Proxima.dat' 119 tstellar=3050. 120 file_id_lam='/stellar_spectra/lambda_Proxima.dat' 116 121 Nfine=5000 117 122 Case Default
Note: See TracChangeset
for help on using the changeset viewer.