Ignore:
Timestamp:
Mar 12, 2013, 1:15:20 PM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • added possibility to set slope parameters in testphys1d

EM

File:
1 edited

Legend:

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

    r627 r899  
    3333# Initial CO2 ice on the surface (kg.m-2)
    3434co2ice=0
     35# Water ice cap on ground ?
     36watercaptag=.false.
     37## Slopes parameters:
     38# (for slope insolation scheme, when callslope=.true. in callphys.def)
     39# slope_inclination angle (deg) 0: horizontal, 90: vertical
     40slope_inclination=20.0
     41# slope orientation (deg)
     42# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
     43slope_orientation=90.0
     44
    3545# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
    3646hybrid=.true.
    37 # Water ice cap on ground ?
    38 watercaptag=.false.
    3947
    4048###### Initial atmospheric temperature profile
Note: See TracChangeset for help on using the changeset viewer.