Changeset 3260 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Mar 12, 2024, 12:14:35 PM (8 months ago)
Author:
emillour
Message:

Venus PCM:
Update reference xml files in deftank; add ion species fields definition.
EM

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

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/deftank/field_def_physics.xml

    r2973 r3260  
    394394            <field id="no2"
    395395                   long_name="NO2"
     396                   unit="mol/mol" />
     397            <field id="co2plus"
     398                   long_name="CO2PLUS"
     399                   unit="mol/mol" />
     400            <field id="coplus"
     401                   long_name="COPLUS"
     402                   unit="mol/mol" />
     403            <field id="oplus"
     404                   long_name="OPLUS"
     405                   unit="mol/mol" />
     406            <field id="o2plus"
     407                   long_name="O2PLUS"
     408                   unit="mol/mol" />
     409            <field id="hplus"
     410                   long_name="HPLUS"
     411                   unit="mol/mol" />
     412            <field id="n2plus"
     413                   long_name="N2PLUS"
     414                   unit="mol/mol" />
     415            <field id="h2oplus"
     416                   long_name="H2OPLUS"
     417                   unit="mol/mol" />
     418            <field id="ohplus"
     419                   long_name="OHPLUS"
     420                   unit="mol/mol" />
     421            <field id="cplus"
     422                   long_name="CPLUS"
     423                   unit="mol/mol" />
     424            <field id="hcoplus"
     425                   long_name="HCOPLUS"
     426                   unit="mol/mol" />
     427            <field id="h3oplus"
     428                   long_name="H3OPLUS"
     429                   unit="mol/mol" />
     430            <field id="hco2plus"
     431                   long_name="HCO2PLUS"
     432                   unit="mol/mol" />
     433            <field id="nplus"
     434                   long_name="NPLUS"
     435                   unit="mol/mol" />
     436            <field id="noplus"
     437                   long_name="NOPLUS"
     438                   unit="mol/mol" />
     439            <field id="elec"
     440                   long_name="ELEC"
    396441                   unit="mol/mol" />
    397442            <field id="h2oliq"
  • trunk/LMDZ.VENUS/deftank/iodef.xml

    r2971 r3260  
    1010
    1111                <variable_group id="parameters" >
     12                    <!-- set using_server to false to run in "attached" mode
     13                         or true to run in "detached" mode
     14                         (i.e. combined with xios_server.exe) -->
    1215                    <variable id="using_server" type="bool">false</variable>
     16
     17                    <!-- set info_level between   0 (== none) and
     18                                                100 (==lots) -->
    1319                    <variable id="info_level" type="int">10</variable>
     20
     21                    <!-- set print_file to true to have XIOS write its
     22                         outputs in separate files -->
    1423                    <variable id="print_file" type="bool">false</variable>
    1524                </variable_group>
Note: See TracChangeset for help on using the changeset viewer.