Ignore:
Timestamp:
Nov 25, 2025, 10:49:38 PM (5 days ago)
Author:
mturbet
Message:

update callphys.def deftank files

Location:
trunk/LMDZ.GENERIC/deftank
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/callphys.GJ581d

    r3725 r3976  
    3232# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
    3333continuum  = .true.
     34generic_continuum_database = .true.
    3435# folder in which correlated-k data is stored ?
    3536corrkdir   = CO2_H2Ovar
     
    5253satval     = 0.0
    5354
    54 ## Star type
     55## Host Star
    5556## ~~~~~~~~~
    56 startype = 2
    57 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    58 # The choices are:
    59 #
    60 #       startype = 1            Sol        (G2V-class main sequence)
    61 #       startype = 2            Ad Leo     (M-class, synthetic)
    62 #       startype = 3            GJ644
    63 #       startype = 4            HD128167
    64 #       startype = 9            TRAPPIST-1
    65 #       startype = 10           Proxima Centauri
    66 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     57stelspec_file = spectrum_Gliese_581_2011.dat
     58tstellar = 3480.
     59
    6760# Stellar flux at 1 AU. Examples:
    6861# 1366.0 W m-2          Sol today
  • trunk/LMDZ.GENERIC/deftank/callphys.earlymars

    r3725 r3976  
    3232# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
    3333continuum  = .true.
     34generic_continuum_database = .true.
    3435# folder in which correlated-k data is stored ?
    3536corrkdir   = earlymars
     
    5253satval     = 0.0
    5354
    54 ## Star type
     55## Host Star
    5556## ~~~~~~~~~
    56 startype = 1
    57 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    58 # The choices are:
    59 #
    60 #       startype = 1            Sol        (G2V-class main sequence)
    61 #       startype = 2            Ad Leo     (M-class, synthetic)
    62 #       startype = 3            GJ644
    63 #       startype = 4            HD128167
    64 #       startype = 9            TRAPPIST-1
    65 #       startype = 10           Proxima Centauri
    66 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     57stelspec_file = spectrum_Sun_2025.dat
     58tstellar = 5780.
     59
    6760# Stellar flux at 1 AU. Examples:
    6861# 1366.0 W m-2          Sol today
  • trunk/LMDZ.GENERIC/deftank/callphys.earthslab

    r3725 r3976  
    5050callgasvis = .true.
    5151# call continuum in radiative transfer ?
    52 Continuum = .true.
     52continuum = .true.
     53generic_continuum_database = .true.
    5354# Include Rayleigh scattering in the visible ?
    5455rayleigh   = .true.
     
    8788noradsurf    = .false.
    8889
    89 ## Star type
     90## Host Star
    9091## ~~~~~~~~~
    91 startype = 1
    92 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    93 # The choices are:
    94 #
    95 #       startype = 1            Sol        (G2V-class main sequence)
    96 #       startype = 2            Ad Leo     (M-class, synthetic)
    97 #       startype = 3            GJ644
    98 #       startype = 4            HD128167
    99 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     92stelspec_file = spectrum_Sun_2025.dat
     93tstellar = 5780.
     94
    10095# Stellar flux at 1 AU. Examples:
    10196# 1366.0 W m-2          Sol today
  • trunk/LMDZ.GENERIC/deftank/callphys.kcm1d

    r2972 r3976  
    1515corrk      = .true.
    1616# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
    17 Continuum  = .true.
     17continuum  = .true.
     18generic_continuum_database = .true.
    1819# folder in which correlated-k data is stored ?
    1920corrkdir   = N2_CO2step_H2Ovar/1E3ppmCO2
     
    3839noradsurf  = .false.
    3940
    40 ## Star type
     41## Host Star
    4142## ~~~~~~~~~
    42 startype = 1
    43 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    44 # The choices are:
    45 #
    46 #       startype = 1            Sol        (G2V-class main sequence)
    47 #       startype = 2            Ad Leo     (M-class, synthetic)
    48 #       startype = 3            GJ644
    49 #       startype = 4            HD128167
    50 #       startype = 9            TRAPPIST-1
    51 #       startype = 10           Proxima Centauri
    52 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     43stelspec_file = spectrum_Sun_2025.dat
     44tstellar = 5780.
     45
    5346# Stellar flux at 1 AU. Examples:
    5447# 1366.0 W m-2                Sol today
Note: See TracChangeset for help on using the changeset viewer.