Changeset 3742
- Timestamp:
- Apr 28, 2025, 3:25:16 PM (8 weeks ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.COMMON/libf/evolution/changelog.txt ¶
r3738 r3742 639 639 == 25/04/2025 == JBC 640 640 Resulting change due to revision r3737 in the 1D Mars PCM. 641 642 == 28/04/2025 == JBC 643 Resulting modifications due to changes in the Mars PCM with r3739 and r3741. -
TabularUnified trunk/LMDZ.COMMON/libf/evolution/pem.F90 ¶
r3738 r3742 281 281 282 282 ! Dummy variables to use the subroutine 'init_testphys1d' 283 logical :: therestart1D, therestartfi 283 logical :: therestart1D, therestartfi, prescribed_h2ovap 284 284 integer :: ndt, day0 285 real :: ptif, pks, day, gru, grv, atm_wat_profile, atm_wat_tau285 real :: ptif, pks, day, gru, grv, h2ovap_relax_time 286 286 real, dimension(:), allocatable :: zqsat 287 287 real, dimension(:,:,:), allocatable :: dq, dqdyn 288 real, dimension(nlayer) :: play, w, q_ def_h2o_vap288 real, dimension(nlayer) :: play, w, q_prescribed_h2o_vap 289 289 real, dimension(nlayer + 1) :: plev 290 290 #else … … 435 435 call init_testphys1d('start1D.txt','startfi.nc',therestart1D,therestartfi,ngrid,nlayer,610.,nq,q, & 436 436 time_0,pdyn(1),ucov,vcov,teta,ndt,ptif,pks,dtphys,zqsat,dq,dqdyn,day0,day,gru,grv,w, & 437 play,plev,latitude,longitude,cell_area, atm_wat_profile,atm_wat_tau,q_def_h2o_vap)437 play,plev,latitude,longitude,cell_area,prescribed_h2ovap,h2ovap_relax_time,q_prescribed_h2o_vap) 438 438 nsplit_phys = 1 439 439 day_step = steps_per_sol -
TabularUnified trunk/LMDZ.COMMON/libf/evolution/recomp_orb_param_mod.F90 ¶
r3553 r3742 15 15 SUBROUTINE recomp_orb_param(i_myear,i_myear_leg) 16 16 17 use time_evol_mod, only: year_bp_ini, var_obl, var_ecc, var_lsp17 use time_evol_mod, only: year_bp_ini, var_obl, var_ecc, var_lsp 18 18 use lask_param_mod, only: yearlask, obllask, ecclask, lsplask, end_lask_param_mod, last_ilask 19 19 #ifndef CPP_STD 20 use comcstfi_h, only: pi 21 use planete_h, only: e_elips, obliquit, lsperi, periheli, aphelie, p_elips, peri_day, year_day 20 use comcstfi_h, only: pi 21 use planete_h, only: e_elips, obliquit, lsperi, periheli, aphelie, p_elips, peri_day, year_day 22 use call_dayperi_mod, only: call_dayperi 22 23 #else 23 use comcstfi_mod, only: pi24 use planete_mod, only: e_elips, obliquit, lsperi, periastr, apoastr, p_elips, peri_day, year_day24 use comcstfi_mod, only: pi 25 use planete_mod, only: e_elips, obliquit, lsperi, periastr, apoastr, p_elips, peri_day, year_day 25 26 #endif 26 27
Note: See TracChangeset
for help on using the changeset viewer.