Changeset 1784 for trunk


Ignore:
Timestamp:
Sep 14, 2017, 8:43:40 PM (7 years ago)
Author:
mturbet
Message:

add Proxima Cen and TRAPPIST-1 stellar spectra

Location:
trunk/LMDZ.GENERIC
Files:
5 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1783 r1784  
    13551355 - Save ~ 50% time on the RT, ~30% on the whole code on the tested simulations
    13561356
    1357 == 07/06/2017 == MT
     1357== 14/09/2017 == MT
    13581358Add qs=x option to newstart.F (chose a specific value to a surface tracer)
     1359Add Proxima Centauri and TRAPPIST-1 spectra
  • trunk/LMDZ.GENERIC/deftank/callphys.GJ581d

    r1498 r1784  
    6060#       startype = 3            GJ644
    6161#       startype = 4            HD128167
     62#       startype = 9            TRAPPIST-1
     63#       startype = 10           Proxima Centauri
    6264# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    6365# Stellar flux at 1 AU. Examples:
  • trunk/LMDZ.GENERIC/deftank/callphys.earlymars

    r1498 r1784  
    6060#       startype = 3            GJ644
    6161#       startype = 4            HD128167
     62#       startype = 9            TRAPPIST-1
     63#       startype = 10           Proxima Centauri
    6264# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    6365# Stellar flux at 1 AU. Examples:
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    r1498 r1784  
    6060#       startype = 3            GJ644
    6161#       startype = 4            HD128167
     62#       startype = 9            TRAPPIST-1
     63#       startype = 10           Proxima Centauri
    6264# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    6365# Stellar flux at 1 AU. Examples:
  • trunk/LMDZ.GENERIC/deftank/callphys.kcm1d

    r715 r1784  
    4848#       startype = 3            GJ644
    4949#       startype = 4            HD128167
     50#       startype = 9            TRAPPIST-1
     51#       startype = 10           Proxima Centauri
    5052# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    5153# Stellar flux at 1 AU. Examples:
  • trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90

    r1527 r1784  
    111111            Nfine=3986
    112112           Case(9)
    113             file_id='/stellar_spectra/Flux_M7_Teff2550_logg3.0_Met-0.0.dat'
     113            file_id='/stellar_spectra/Flux_TRAPPIST1.dat'
    114114            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'
    116121            Nfine=5000
    117122           Case Default
Note: See TracChangeset for help on using the changeset viewer.