Ignore:
Timestamp:
Mar 5, 2024, 11:36:32 AM (12 months ago)
Author:
llange
Message:

Mars PCM
Following -r 3098; cleaning of vdfic for the management of subsurface water ice.
Fixing some errors (wrong interpolation to compute the water ice temperature, wrong boundary conditions to compute qvap(1))
LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90

    r3251 r3253  
    4242use nonoro_gwd_ran_mod,       only: du_nonoro_gwd, dv_nonoro_gwd
    4343use conf_phys_mod,            only: conf_phys
    44 use paleoclimate_mod,         only: paleoclimate, ini_paleoclimate_h, end_paleoclimate_h
     44use paleoclimate_mod,         only: paleoclimate, ini_paleoclimate_h, end_paleoclimate_h, h2o_ice_depth
    4545use comslope_mod,             only: nslope, subslope_dist, ini_comslope_h, end_comslope_h
    4646use co2condens_mod,           only: CO2cond_ps
     
    541541    call getin("subsurface_ice_depth",ice_depth)
    542542    write(*,*) " subsurface_ice_depth = ",ice_depth
    543 
     543    h2o_ice_depth(:,:) = ice_depth
    544544    z0(1) = z0_default ! default value for roughness
    545545    write(*,*) 'Surface roughness length z0 (m)?'
     
    668668
    669669if (.not. therestartfi) qsoil = 0.
    670 
    671670
    672671if (.not. therestartfi) then
     
    716715        inertiedat(1,:) = inertiedat(1,1) ! soil thermal inertia
    717716    endif ! ice_depth > 0
    718 
     717   
    719718    do isoil = 1,nsoil
    720719        inertiesoil(1,isoil,:) = inertiedat(1,isoil)
Note: See TracChangeset for help on using the changeset viewer.