Ignore:
Timestamp:
Sep 7, 2021, 3:28:26 PM (3 years ago)
Author:
slebonnois
Message:

SL: Implementation of SW computation based on generic model. Switch between this new SW module or old module that reads R. Haus tables implemented with a key (solarchoice)

Location:
trunk/LMDZ.VENUS/deftank
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/deftank/context_lmdz_physics-78niv.xml

    r2465 r2560  
    101101                   long_name="Vertical wind"
    102102                   unit="Pa/s" />
     103           <field id="vitwz"
     104                   long_name="Vertical wind (m/s)"
     105                   unit="m/s" />
    103106            <field id="Kz"
    104107                   long_name="vertical diffusion coef"
  • trunk/LMDZ.VENUS/deftank/context_lmdz_physics-notrac.xml

    r2465 r2560  
    101101                   long_name="Vertical wind"
    102102                   unit="Pa/s" />
     103           <field id="vitwz"
     104                   long_name="Vertical wind (m/s)"
     105                   unit="m/s" />
    103106            <field id="Kz"
    104107                   long_name="vertical diffusion coef"
  • trunk/LMDZ.VENUS/deftank/context_lmdz_physics.xml

    r2465 r2560  
    101101                   long_name="Vertical wind"
    102102                   unit="Pa/s" />
     103           <field id="vitwz"
     104                   long_name="Vertical wind (m/s)"
     105                   unit="m/s" />
    103106            <field id="Kz"
    104107                   long_name="vertical diffusion coef"
  • trunk/LMDZ.VENUS/deftank/physiq-96x96x50-chemistry.def

    r2279 r2560  
    7373#
    7474iflag_ajs = 1
     75
     76# Solar radiation module
     77##~~~~~~~~~~~~~~~~~~~~~~
     78## 1 = Rainer Haus Tables
     79## 2 = Generic solar module
    7580#
     81solarchoice=1
     82
    7683# Thermosphere and nlte parameters
    7784##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • trunk/LMDZ.VENUS/deftank/physiq-96x96x50-notrac.def

    r2279 r2560  
    7373#
    7474iflag_ajs = 1
     75
     76# Solar radiation module
     77##~~~~~~~~~~~~~~~~~~~~~~
     78## 1 = Rainer Haus Tables
     79## 2 = Generic solar module
    7580#
     81solarchoice=1
     82
    7683# Thermosphere and nlte parameters
    7784##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • trunk/LMDZ.VENUS/deftank/physiq-96x96x78-chemistry.def

    r2465 r2560  
    7373#
    7474iflag_ajs = 1
     75
     76# Solar radiation module
     77##~~~~~~~~~~~~~~~~~~~~~~
     78## 1 = Rainer Haus Tables
     79## 2 = Generic solar module
    7580#
     81solarchoice=1
     82
    7683# Thermosphere and nlte parameters
    7784##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • trunk/LMDZ.VENUS/deftank/physiq-96x96x90-chemistry.def

    r2465 r2560  
    7373#
    7474iflag_ajs = 1
     75
     76# Solar radiation module
     77##~~~~~~~~~~~~~~~~~~~~~~
     78## 1 = Rainer Haus Tables
     79## 2 = Generic solar module
    7580#
     81solarchoice=1
     82
    7683# Thermosphere and nlte parameters
    7784##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • trunk/LMDZ.VENUS/deftank/physiq.def

    r2279 r2560  
    7373#
    7474iflag_ajs = 1
     75
     76# Solar radiation module
     77##~~~~~~~~~~~~~~~~~~~~~~
     78## 1 = Rainer Haus Tables
     79## 2 = Generic solar module
    7580#
     81solarchoice=1
     82
    7683# Thermosphere and nlte parameters
    7784##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: See TracChangeset for help on using the changeset viewer.