Changeset 3136


Ignore:
Timestamp:
Nov 22, 2023, 5:54:09 PM (12 months ago)
Author:
jbclement
Message:

PEM:
Update of files in the deftank: addition of variables in the xml definition files, inclusion of "callphys.def" into "run_PEM.def" and minor typo in "launch_pem.sh".
JBC

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3130 r3136  
    142142
    143143/!\ Commit for the PEM management of co2 ice before a rework of ice management in the PEM!
     144
     145== 22/11/2023 == JBC
     146Update of files in the deftank: addition of variables in the xml definition files, inclusion of "callphys.def" into "run_PEM.def" and minor typo in "launch_pem.sh".
  • trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml

    r3122 r3136  
    560560            <field id="co2ice_slope07"
    561561                   long_name="CO2 ice thickness on slope 07"
     562                   unit="kg/m2" />
     563
     564            <field id="perennial_co2ice"
     565                   long_name="Perennial co2 ice thickness"
     566                   unit="kg.m-2" />
     567            <field id="perennial_co2ice_slope01"
     568                   long_name="Perennial co2 ice thickness of slope 01"
     569                   unit="kg.m-2" />
     570            <field id="perennial_co2ice_slope02"
     571                   long_name="Perennial co2 ice thickness of slope 02"
     572                   unit="kg/m2" />
     573            <field id="perennial_co2ice_slope03"
     574                   long_name="Perennial co2 ice thickness of slope 03"
     575                   unit="kg/m2" />
     576            <field id="perennial_co2ice_slope04"
     577                   long_name="Perennial co2 ice thickness of slope 04"
     578                   unit="kg/m2" />
     579            <field id="perennial_co2ice_slope05"
     580                   long_name="Perennial co2 ice thickness of slope 05"
     581                   unit="kg/m2" />
     582            <field id="perennial_co2ice_slope06"
     583                   long_name="Perennial co2 ice thickness of slope 06"
     584                   unit="kg/m2" />
     585            <field id="perennial_co2ice_slope07"
     586                   long_name="Perennial co2 ice thickness of slope 07"
    562587                   unit="kg/m2" />
    563588
  • trunk/LMDZ.MARS/deftank/file_def_physics_mars.xml

    r3122 r3136  
    112112                <field field_ref="h2o_ice_s" />
    113113                <field field_ref="watercap" />
     114                <field field_ref="perennial_co2ice" />
    114115            </field_group>
    115116
     
    184185                <field field_ref="watercap_slope06" />
    185186                <field field_ref="watercap_slope07" />
     187                <field field_ref="perennial_co2ice_slope01" />
     188                <field field_ref="perennial_co2ice_slope02" />
     189                <field field_ref="perennial_co2ice_slope03" />
     190                <field field_ref="perennial_co2ice_slope04" />
     191                <field field_ref="perennial_co2ice_slope05" />
     192                <field field_ref="perennial_co2ice_slope06" />
     193                <field field_ref="perennial_co2ice_slope07" />
    186194            </field_group>
    187195
  • trunk/LMDZ.MARS/deftank/pem/launch_pem.sh

    r3108 r3136  
    156156    done
    157157    sed -i "1s/.*/$i_myear $n_myear $convert_years/" info_PEM.txt
     158
    158159    #--- Reshaping PCM data with XIOS
    159160    echo "Reshaping PCM data with XIOS..."
    160161    ./$exeReshape
    161162    echo "Done!"
     163
    162164    #--- Running PEM
    163165    echo "Run PEM $iPEM..."
  • trunk/LMDZ.MARS/deftank/pem/run_PEM.def

    r3082 r3136  
    7272# Amont of water reservoir if the variable is not present in startfi_PEM.nc? Default = 1.e4
    7373# water_reservoir_nom=1e4
     74
     75# Some definitions for the physics, in file 'callphys.def'
     76INCLUDEDEF=callphys.def
Note: See TracChangeset for help on using the changeset viewer.