Ignore:
Timestamp:
Jun 19, 2024, 6:24:13 PM (6 months ago)
Author:
jbclement
Message:

Mars PCM:
Update of the "run.def.1d" file in the deftank.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/run.def.1d

    r899 r3385  
    33# Run parameters for the 1D 'testphys1d.e' model                                         
    44#-----------------------------------------------------------------------                                         
     5
     6#### In/Output parameters
     7#
     8# Initialization with start files if they are present and writing of restart files
     9startfiles_1D=.false.
     10# Writing subsurface outputs
     11diagsoil=.false.
    512
    613#### Time integration parameters
     
    916day0=0
    1017# Initial local time (in hours, between 0 and 24)
    11 time=0
     18time=0.
    1219# Number of time steps per sol
    1320day_step=48
    1421# Number of sols to run
    15 ndt = 100
     22ndt = 669
    1623
    1724#### Physical parameters
    1825#
    1926# Surface pressure (Pa)
    20 psurf= 610
     27psurf=610.
    2128# Reference dust opacity at 610 Pa, in the visible (true tau~tauref*psurf/610)
    2229tauvis=0.2
    2330# latitude (in degrees)
    24 latitude= 0.
     31latitude=0.
    2532# Albedo of bare ground
    2633albedo=0.2
     
    3239v=0.
    3340# Initial CO2 ice on the surface (kg.m-2)
    34 co2ice=0
     41co2ice=0.
    3542# Water ice cap on ground ?
    3643watercaptag=.false.
     
    3845# (for slope insolation scheme, when callslope=.true. in callphys.def)
    3946# slope_inclination angle (deg) 0: horizontal, 90: vertical
    40 slope_inclination=20.0
     47slope_inclination=0.
    4148# slope orientation (deg)
    4249# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
    43 slope_orientation=90.0
     50slope_orientation=0.
    4451
    4552# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset for help on using the changeset viewer.