[2963] | 1 | # |
---|
| 2 | #----------------------------------------------------------------------- |
---|
| 3 | #PEM run control parameters: |
---|
| 4 | #--------------------------- |
---|
| 5 | |
---|
| 6 | #---------- ORBITAL parameters --------------# |
---|
| 7 | |
---|
| 8 | # Do you want to follow an orbital forcing predefined (read in ob_ex_lsp.asc for example)? (default=false) |
---|
| 9 | # evol_orbit_pem=.false. |
---|
| 10 | |
---|
| 11 | # Number of (Martian) year before present to start the pem run if evol_orbit_pem=.true. , default=0 |
---|
| 12 | # year_bp_ini=-507217 |
---|
| 13 | |
---|
| 14 | # Do you want to vary the obliquity when following ob_ex_lsp.asc? Default =.true. |
---|
| 15 | # var_obl=.true. |
---|
| 16 | |
---|
| 17 | # Do you want to vary the excenticity when following ob_ex_lsp.asc? Default =.true. |
---|
| 18 | # var_ex=.true. |
---|
| 19 | |
---|
| 20 | # Do you want to vary the ls perihelie when following ob_ex_lsp.asc? Default =.true. |
---|
| 21 | # var_lsp=.true. |
---|
| 22 | |
---|
| 23 | #---------- Stopping criterion parameters --------------# |
---|
| 24 | |
---|
| 25 | # Maximal number of iteration if none of the stopping criterion is reached and if evol_orbit_pem=.false., default=99999999 |
---|
| 26 | # Max_iter_pem=99999999 |
---|
| 27 | |
---|
| 28 | # Acceptance rate of sublimating water ice surface change, default=0.2 |
---|
| 29 | # water_ice_criterion=0.2 |
---|
| 30 | |
---|
| 31 | # Acceptance rate of sublimating co2 ice surface change, default=0.2 |
---|
| 32 | # co2_ice_criterion=0.2 |
---|
| 33 | |
---|
| 34 | # Acceptance rate of pressure surface change, default=0.15 |
---|
| 35 | # ps_criterion = 0.15 |
---|
| 36 | |
---|
| 37 | # Time step of the PEM in year, default=1 |
---|
| 38 | # dt_pem=1 |
---|
| 39 | |
---|
| 40 | #---------- Subsurface parameters --------------# |
---|
| 41 | |
---|
| 42 | # Do you want to run with subsurface physical processes in the PEM? default=.true. |
---|
| 43 | # soil_pem=.true. |
---|
| 44 | |
---|
| 45 | # Do you want to run with adsoprtion in the PEM? default=.true. |
---|
| 46 | # adsorption_pem = .true. |
---|
| 47 | |
---|
| 48 | # Do you want to have the glacier to flow along subslope inside a mesh? default=.true. |
---|
| 49 | # co2glaciersflow = .true. |
---|
| 50 | |
---|
| 51 | # Do you want to modify the soil thermal properties with the pressure ? default=.false. |
---|
| 52 | # reg_thprop_dependp = .false. |
---|
| 53 | |
---|
| 54 | #---------- Layering parameters --------------# |
---|
| 55 | |
---|
| 56 | # Value of the geothermal flux? default= 0. |
---|
| 57 | # fluxgeo = 0. |
---|
| 58 | |
---|
| 59 | # Depth at which the breccia layer begins? default= 50 m |
---|
| 60 | # depth_breccia = 10. |
---|
| 61 | |
---|
| 62 | # Depth at which the bedrock layer begins? default= 1000 m |
---|
| 63 | # depth_bedrock = 1000. |
---|
| 64 | |
---|
| 65 | # Do we compute the ice table at equilibrium? |
---|
| 66 | # icetable_equilibrium = .true. |
---|
| 67 | |
---|
| 68 | # Do we compute the ice table with the dynamic method? |
---|
| 69 | # icetable_dynamic = .false. |
---|
| 70 | |
---|
| 71 | #---------- Water reservoirs parameters --------------# |
---|
| 72 | |
---|
| 73 | # Default amont of water reservoir if the variable is not present in startfi_PEM.nc |
---|
| 74 | # water_reservoir_nom = 1e4 |
---|
| 75 | |
---|
| 76 | |
---|
| 77 | |
---|
| 78 | |
---|