Ignore:
Timestamp:
May 15, 2024, 4:45:14 PM (7 months ago)
Author:
jbclement
Message:

PEM:

  • Update of some default parameters;
  • Correction of a bug when the ice table was too low for the PEM subsurface discretization;
  • Correction of the computation for the change of sublimating ice necessary to the stopping criteria (the mistake was introduced in r3149) + simplification of the algorithm + renaming of variables with more explicit names;
  • Cleaning of "soil_thermalproperties_mod.F90".

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def

    r3320 r3327  
    1212#---------- Orbital parameters ----------#
    1313# Do you want to follow an orbital forcing read in "obl_ecc_lsp.asc"? Default = .false.
    14   evol_orbit_pem=.true.
     14# evol_orbit_pem=.false.
    1515
    1616# If evol_orbit_pem=.true., number of Earth years before present to start the PEM run? Default = 0
    17   year_earth_bp_ini=-1000000
     17# year_earth_bp_ini=0
    1818
    1919# Do you want to vary the obliquity when following "obl_ecc_lsp.asc"? Default = .true.
    20   var_obl=.true.
     20# var_obl=.false.
    2121
    2222# Do you want to vary the eccentricity when following "obl_ecc_lsp.asc"? Default = .true.
    23   var_ecc=.true.
     23# var_ecc=.false.
    2424
    2525# Do you want to vary the ls perihelie when following "obl_ecc_lsp.asc"? Default = .true.
    26   var_lsp=.true.
     26# var_lsp=.false.
    2727
    2828#---------- Stopping criteria parameters ----------#
    2929# If evol_orbit_pem=.false., maximal number of iterations if no stopping criterion is reached? Default=100000000
    30 #  Max_iter_pem=100000000
     30# Max_iter_pem=10
    3131
    3232# Acceptance rate of sublimating H2O ice surface change? Default = 0.2
     
    4646# soil_pem=.true.
    4747
    48 # Do you want to run with adsoprtion in the PEM? Default = .true.
     48# Do you want to run with adsoprtion in the PEM? Default = .false.
    4949# adsorption_pem=.true.
    5050
     
    9090
    9191# Do you want the CO2 ice to flow along subslope inside a cell? Default = .true.
    92 # co2ice_flow=.true.
     92# co2ice_flow=.false.
    9393
    9494#---------- Layering parameters ----------#
Note: See TracChangeset for help on using the changeset viewer.