Changeset 3385 for trunk/LMDZ.MARS/deftank
- Timestamp:
- Jun 19, 2024, 6:24:13 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/run.def.1d
r899 r3385 3 3 # Run parameters for the 1D 'testphys1d.e' model 4 4 #----------------------------------------------------------------------- 5 6 #### In/Output parameters 7 # 8 # Initialization with start files if they are present and writing of restart files 9 startfiles_1D=.false. 10 # Writing subsurface outputs 11 diagsoil=.false. 5 12 6 13 #### Time integration parameters … … 9 16 day0=0 10 17 # Initial local time (in hours, between 0 and 24) 11 time=0 18 time=0. 12 19 # Number of time steps per sol 13 20 day_step=48 14 21 # Number of sols to run 15 ndt = 10022 ndt = 669 16 23 17 24 #### Physical parameters 18 25 # 19 26 # Surface pressure (Pa) 20 psurf= 61027 psurf=610. 21 28 # Reference dust opacity at 610 Pa, in the visible (true tau~tauref*psurf/610) 22 29 tauvis=0.2 23 30 # latitude (in degrees) 24 latitude= 31 latitude=0. 25 32 # Albedo of bare ground 26 33 albedo=0.2 … … 32 39 v=0. 33 40 # Initial CO2 ice on the surface (kg.m-2) 34 co2ice=0 41 co2ice=0. 35 42 # Water ice cap on ground ? 36 43 watercaptag=.false. … … 38 45 # (for slope insolation scheme, when callslope=.true. in callphys.def) 39 46 # slope_inclination angle (deg) 0: horizontal, 90: vertical 40 slope_inclination= 20.047 slope_inclination=0. 41 48 # slope orientation (deg) 42 49 # 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward 43 slope_orientation= 90.050 slope_orientation=0. 44 51 45 52 # hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset
for help on using the changeset viewer.