Changeset 3742


Ignore:
Timestamp:
Apr 28, 2025, 3:25:16 PM (8 weeks ago)
Author:
jbclement
Message:

PEM:
Resulting modifications due to changes in the Mars PCM with r3739 and r3741.
JBC

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

Legend:

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

    r3738 r3742  
    639639== 25/04/2025 == JBC
    640640Resulting change due to revision r3737 in the 1D Mars PCM.
     641
     642== 28/04/2025 == JBC
     643Resulting modifications due to changes in the Mars PCM with r3739 and r3741.
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r3738 r3742  
    281281
    282282    ! Dummy variables to use the subroutine 'init_testphys1d'
    283     logical                             :: therestart1D, therestartfi
     283    logical                             :: therestart1D, therestartfi, prescribed_h2ovap
    284284    integer                             :: ndt, day0
    285     real                                :: ptif, pks, day, gru, grv, atm_wat_profile, atm_wat_tau
     285    real                                :: ptif, pks, day, gru, grv, h2ovap_relax_time
    286286    real, dimension(:),     allocatable :: zqsat
    287287    real, dimension(:,:,:), allocatable :: dq, dqdyn
    288     real, dimension(nlayer)             :: play, w, q_def_h2o_vap
     288    real, dimension(nlayer)             :: play, w, q_prescribed_h2o_vap
    289289    real, dimension(nlayer + 1)         :: plev
    290290#else
     
    435435    call init_testphys1d('start1D.txt','startfi.nc',therestart1D,therestartfi,ngrid,nlayer,610.,nq,q,         &
    436436                         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)
    438438    nsplit_phys = 1
    439439    day_step = steps_per_sol
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/recomp_orb_param_mod.F90

    r3553 r3742  
    1515SUBROUTINE recomp_orb_param(i_myear,i_myear_leg)
    1616
    17 use time_evol_mod, only: year_bp_ini, var_obl, var_ecc, var_lsp
     17use time_evol_mod,  only: year_bp_ini, var_obl, var_ecc, var_lsp
    1818use lask_param_mod, only: yearlask, obllask, ecclask, lsplask, end_lask_param_mod, last_ilask
    1919#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
    2223#else
    23     use comcstfi_mod, only: pi
    24     use planete_mod,  only: e_elips, obliquit, lsperi, periastr, apoastr, p_elips, peri_day, year_day
     24    use comcstfi_mod,     only: pi
     25    use planete_mod,      only: e_elips, obliquit, lsperi, periastr, apoastr, p_elips, peri_day, year_day
    2526#endif
    2627
Note: See TracChangeset for help on using the changeset viewer.