Changeset 3638 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Feb 20, 2025, 6:09:10 PM (5 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3634 r3638 600 600 == 19/02/2025 == JBC 601 601 Few small adjustments in the script files. 602 603 == 20/02/2025 == JBC 604 Small cleanings. -
trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
r3634 r3638 11 11 #SBATCH --output=jobPEM_%j.out 12 12 #SBATCH --time=24:00:00 13 #SBATCH --mem= 29000M13 #SBATCH --mem=64G 14 14 15 15 ######################################################################## -
trunk/LMDZ.COMMON/libf/evolution/layering_mod.F90
r3553 r3638 28 28 29 29 ! Lag layer parameters -> see Levrard et al. 2007 30 real, parameter :: hmin_lag = 0.5 ! Minimal height of the lag deposit to reduce the s blimation rate30 real, parameter :: hmin_lag = 0.5 ! Minimal height of the lag deposit to reduce the sublimation rate 31 31 real, parameter :: fred_subl = 0.1 ! Reduction factor of sublimation rate 32 32 -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3628 r3638 72 72 use dyn_ss_ice_m_mod, only: dyn_ss_ice_m 73 73 use version_info_mod, only: print_version_info 74 use paleoclimate_mod, only: h2o_ice_depth, zdqsdif_ssi_tot 74 75 75 76 #ifndef CPP_STD … … 1296 1297 write(*,*) '######### PEM finalization #########' 1297 1298 write(*,'(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."1299 write(*,'(a,f10.2,a,f10.2,a)') " + The chained simulation has run for ", i_myear, " Martian years =", i_myear*convert_years, " Earth years." 1299 1300 write(*,'(a,f10.2,a)') " + The reached date is now ", (year_bp_ini + i_myear)*convert_years, " Earth years." 1300 1301 write(*,*) "+ PEM: so far, so good!"
Note: See TracChangeset
for help on using the changeset viewer.