Ignore:
Timestamp:
Apr 14, 2023, 6:25:51 PM (21 months ago)
Author:
llange
Message:

Mars PCM
Add the possibility to use a different thermal inertia (field
'inertiesoil') than inertiedat in the PCM (for paleoclimate studies). By defaut, if there is not
inertiesoil, inertiedat is used. Soil_tifeedback still work with
inertiedat
Newstart adapted, start2archive will be modified by Romain
Vandemeulebrouck.
LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F

    r2910 r2942  
    3131     &                     emis, hmons, summit, base, watercap,
    3232     &               ini_surfdat_h_slope_var,end_surfdat_h_slope_var
    33       use comsoil_h, only: inertiedat, layer, mlayer, nsoilmx, tsoil,
    34      & ini_comsoil_h_slope_var, end_comsoil_h_slope_var
     33      use comsoil_h, only: inertiedat, inertiesoil,layer, mlayer,
     34     & nsoilmx, tsoil,ini_comsoil_h_slope_var, end_comsoil_h_slope_var
    3535      use control_mod, only: day_step, iphysiq, anneeref, planet_type
    3636      use geometry_mod, only: longitude,latitude,cell_area
     
    13871387            inertiedat(1:ngridmx,isoil)=surfithfi(1:ngridmx)
    13881388          enddo
     1389      do islope = 1,nslope
     1390        inertiesoil(:,:,islope) =  inertiedat(:,:)
     1391      enddo
    13891392          write(*,*)'OK: Soil thermal inertia has been reset to referenc
    13901393     &e surface values'
Note: See TracChangeset for help on using the changeset viewer.