Ignore:
Timestamp:
Mar 22, 2023, 5:37:37 PM (22 months ago)
Author:
llange
Message:

PCM
Flux_geo is now correctled initialized (wasnot correctly read in the startfi) for the 3D and 1D
Minor fix in the pem (wrong name for a variable)
LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2917 r2919  
    66      use mod_grid_phy_lmdz, only : regular_lonlat
    77      use infotrac, only: nqtot, tname, nqperes,nqfils
    8       use comsoil_h, only: volcapa, layer, mlayer, inertiedat, nsoilmx
     8      use comsoil_h, only: volcapa, layer, mlayer, inertiedat, nsoilmx,flux_geo
    99      use comgeomfi_h, only: sinlat, ini_fillgeom
    1010      use surfdat_h, only: albedodat, z0_default, emissiv, emisice,
     
    144144      logical :: present
    145145
     146c   LL: Subsurface geothermal flux
     147      real :: flux_geo_tmp
    146148c=======================================================================
    147149
     
    626628
    627629
     630
    628631! Initialize soil properties and temperature
    629632! ------------------------------------------
     
    634637      ENDDO
    635638
     639      call getin("flux_geo",flux_geo_tmp)
     640      flux_geo(:,:) = flux_geo_tmp
     641
     642
     643
     644
     645flux_geo
    636646! Initialize depths
    637647! -----------------
Note: See TracChangeset for help on using the changeset viewer.