Ignore:
Timestamp:
Feb 20, 2025, 6:09:10 PM (5 months ago)
Author:
jbclement
Message:

PEM:
Small cleanings.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3634 r3638  
    600600== 19/02/2025 == JBC
    601601Few small adjustments in the script files.
     602
     603== 20/02/2025 == JBC
     604Small cleanings.
  • trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job

    r3634 r3638  
    1111#SBATCH --output=jobPEM_%j.out
    1212#SBATCH --time=24:00:00
    13 #SBATCH --mem=29000M
     13#SBATCH --mem=64G
    1414
    1515########################################################################
  • trunk/LMDZ.COMMON/libf/evolution/layering_mod.F90

    r3553 r3638  
    2828
    2929! Lag layer parameters -> see Levrard et al. 2007
    30 real, parameter :: hmin_lag = 0.5  ! Minimal height of the lag deposit to reduce the sblimation rate
     30real, parameter :: hmin_lag = 0.5  ! Minimal height of the lag deposit to reduce the sublimation rate
    3131real, parameter :: fred_subl = 0.1 ! Reduction factor of sublimation rate
    3232
  • trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r3628 r3638  
    7272use dyn_ss_ice_m_mod,           only: dyn_ss_ice_m
    7373use version_info_mod,           only: print_version_info
     74use paleoclimate_mod,           only: h2o_ice_depth, zdqsdif_ssi_tot
    7475
    7576#ifndef CPP_STD
     
    12961297write(*,*) '######### PEM finalization #########'
    12971298write(*,'(a,f10.2,a)') " + The PEM leg has run for ", i_myear_leg, " Martian years."
    1298 write(*,'(a,f10.2,a,f10.2,a)') " + The chained simulation has run for ", i_myear, " Martian years =", i_myear*convert_years, "Earth years."
     1299write(*,'(a,f10.2,a,f10.2,a)') " + The chained simulation has run for ", i_myear, " Martian years =", i_myear*convert_years, " Earth years."
    12991300write(*,'(a,f10.2,a)') " + The reached date is now ", (year_bp_ini + i_myear)*convert_years, " Earth years."
    13001301write(*,*) "+ PEM: so far, so good!"
Note: See TracChangeset for help on using the changeset viewer.