improving the mars thermal 1d model

16
Improving the Mars Thermal 1D Model E. Millour, A Colaitis, F. Forget EXM-AMSA PM6, 7th July 2011

Upload: decker

Post on 31-Jan-2016

32 views

Category:

Documents


0 download

DESCRIPTION

E. Millour, A Colaitis, F. Forget EXM-AMSA PM6, 7th July 2011. Improving the Mars Thermal 1D Model. Overview of the lmd1d tool. Initially provided by LMD to ESA in Feb. 2008 A simple, straightforward program designed to compute: - The downward thermal IR flux at the surface. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Improving the Mars Thermal 1D Model

Improving the MarsThermal 1D Model

E. Millour, A Colaitis, F. Forget

EXM-AMSA PM6, 7th July 2011

Page 2: Improving the Mars Thermal 1D Model

Overview of the lmd1d tool Initially provided by LMD to ESA in Feb. 2008

A simple, straightforward program designed to compute:- The downward thermal IR flux at the surface.- The surface temperature.- The near surface (1m) atmospheric temperature.- The sub-surface temperatures down to ~2m.- …

With the full LMD Mars GCM physics At the time, the main improvements (wrt MCDv4.3) were:- An improved radiative transfer (Toon et al.)- Adding the possibility of choosing the dust optical properties

between Clancy and Lee (as in the MCD) or Ockert-Bell descriptions

Recent improvements such as Wolff et al. dust properties and the thermals model now need be included in the lmd1d model.

Page 3: Improving the Mars Thermal 1D Model

Overview of the lmd1d tool

lmd1d.emain program

z2sig.defatmospheric

levels

inputsuser-suppliedparameters

outputs_atmatmospheric data

outputs_soil(optional)

sub-surface data

Fortran main program: lmd1d.F + routines (lmd1d_routines.F & physiq.F) + header files ( *.h files) Input (text) files: “inputs” to define run parameters “z2sig.def” to define atmospheric levels Output (text) files: “outputs_atm” which contains output atmospheric data “outputs_soil” which contains optional sub-surface temperatures

Page 4: Improving the Mars Thermal 1D Model

Contents of “inputs” fileThis file contains the run parameters set by the user

1. Solar Longitude: -Real- Solar longitude (degrees) at which results are sought.

2. Local true solar time: -Real- in martian hours (between 0 and 24; noon=12).

3. Duration over which results are given: -Integer- in sols: 0 means just at times given above. If non-zero, values are given over as many sols, every half-hour.

4. Latitude: -Real- latitude (degrees) at which results are sought.

5. Ground pressure: -Real- ambient atmospheric pressure at ground level (Pa).

6. Tau: -Real- dust opacity in the visible (0.67µm), if given as a positive number. Negative values -1 or -2 trigger automated use of tabulated values

Page 5: Improving the Mars Thermal 1D Model

Tabulated (-1) dust opacity ● Analytical function of time (Ls) and latitude ().

● Developed (in 2000) to match temperature profiles observed by radio occultation and inversion of TES data.

Page 6: Improving the Mars Thermal 1D Model

Tabulated (-1) dust opacity ● Illustration of dust optical depth at 700 Pa:

Note that to match atmospheric temperature in the GCM, we needed to use :vis = TESabs x 2 x 0.75 with Ockert-Bell

vis = TESabs x 2 x 1.3 with Clancy & Lee But with the new Wolff et al. dust properties, no need for adjustments!

Page 7: Improving the Mars Thermal 1D Model

Tabulated (-2) dust opacity

• « ExoMars Scenario » provided by S. Zimmerman (technical note CDF-TN-037, 09/03/2005) where visible dust opacity (at 700 Pa) depends only on Ls:

Page 8: Improving the Mars Thermal 1D Model

Contents of “inputs” file7. Dust opacity ratio: -Real- visible (0.67µm) to infra-red (9µm) dust

opacity ratio. Typically = 2.

8. Albedo: -Real- albedo of bare ground. Typically between 0.1 and 0.3 (see map); up to 0.55 in extreme (North or South cap) cases.

9. Emissivity: -Real- Infra-red emissivity of bare ground. Typically 0.95.

10. Near-surface thermal inertia: -Real- Thermal inertia of near-surface ground layer, given in J.s-1/2.m-2.K-1.

11. Volumetric heat capacity: -Real- Volumetric heat capacity of near-surface ground layer, given in J.m-3.K-1. Typically C = 106 J.m-3.K-1

12. Depth at which second layer begins: -Real- this is the depth (m) at which an optional second layer of ground begins. No second layer if set to more than the vertical extent of the model (26.2 m).

13. Thermal inertia of second layer: -Real-

14. Volumetric heat capacity of second layer:-Real-

15. Flag: -Logical- Compute soil temperatures? (T:yes, F:no).

Page 9: Improving the Mars Thermal 1D Model

Contents of “outputs_atm” file1 line of output for each time, with 11 columns of data

1. Mars date: in sols (and decimal fraction thereof) elapsed since Northern Hemisphere equinox (Ls=0°).

2. Solar longitude: Solar longitude, in degrees. 3. Local True Solar Time: in Martian hours; 1 sol=24 hours and 0=midnight.4. SW Flux: Downward total incident SW flux (on a flat horizontal surface),

in W.m-2.5. SW scattered Flux: Downward scattered incident SW flux, in W.m-2.6. Solar zenith angle: in degrees, =0 at zenith and =90 when sun is at or

below the horizon.7. Sun azimuth: in degrees, south=0, west=90, north=+/-180, …8. IR Flux: Downward total incident IR flux (on a flat horizontal surface), in

W.m-2.9. Sky brightness temperature: Temperature, in K, computed from the

downward total incident IR Flux F : T4sky= F/

10. Ground Temperature: Temperature (K) of the ground-atmosphere interface.

11. Atmospheric temperature at 1m: Temperature (K) at 1 m above the ground.

Page 10: Improving the Mars Thermal 1D Model

Contents of “outputs_soil” file

This output file is created/filled only if computation of soil temperatures was requested (Flag, parameter 15 in “inputs” file, is set to true). There is one line of output for each time, which contains:

1. Mars date: in sols (and decimal fraction thereof) elapsed since Northern Hemisphere equinox (Ls=0°).

2. Solar longitude: Solar longitude, in degrees.3. Local True Solar Time: in Martian hours; 1 sol=24 hours and 0=midnight.4. Ground Temperature: Temperature (K) of the ground-atmosphere

interface (same as output n° 7 of “outputs_atm” file).5.-16. Temperatures: in K, at depths of 0.0023, 0.0045, 0.0091, 0.0181, 0.0362, 0.0724, 0.1448, 0.2896, 0.5793, 1.1585, 2.3170 and 4.6341 m (more than just these layers are used in the computation).

Page 11: Improving the Mars Thermal 1D Model

• The dust properties change is such than only a change in header file is needed.Open question: should we keep it so?

• The following slides illustrate the impact of dust properties change for downward IR flux at the surface, surface temperature and atmospheric temperature at 1m above the surface, for the Meridiani landing site.

Implementation of Wolff et al. dust properties in lmd1d

Page 12: Improving the Mars Thermal 1D Model

Meridiani Site

TI = 238 SI , Albedo = 0.205

Surface pressure = 720 Pa

Latitude = -1.82° , Ls = 245°

Optical depth (at 700Pa) = 1

Page 13: Improving the Mars Thermal 1D Model

Meridiani Site

TI = 238 SI , Albedo = 0.205

Surface pressure = 720 Pa

Latitude = -1.82° , Ls = 245°

Optical depth (at 700Pa) = 5

Page 14: Improving the Mars Thermal 1D Model

• See A. Colaitis’ presentation on the thermals model and how it improves the representation of the physical processes at work.

• The thermals model has been included in lmd1d. Some fine tuning still needs to be done.

• The issue about the best way to interpolate temperature near the surface ,i.e. between the first atmospheric level and the surface, to obtain temperatures at 1m also needs to be addressed (so far linear interpolation is used). See A. Spiga’s presentation.

Implementation of the thermals model in lmd1d

Page 15: Improving the Mars Thermal 1D Model

Meridiani Site

TI = 238 SI , Albedo = 0.205

Surface pressure = 720 Pa

Latitude = -1.82° , Ls = 245°

Optical depth (at 700Pa) = 1

Page 16: Improving the Mars Thermal 1D Model

• Use of the Wolff et al. dust properties has been included.

• The thermals model has been included (some fine tuning still necessary).

• A strategy for the best physically based interpolation (to obtain temperatures at 1m) is within reach.

• Once the lmd1d tool is finalized, it will be delivered, along with updated documentation: users’ manual, detailed design document and validation document.

Finalization of the lmd1d tool