Ignore:
Timestamp:
Dec 7, 2022, 5:53:27 PM (2 years ago)
Author:
romain.vande
Message:

Mars PEM:
PEM is now adapted to run with XIOS diurnal averages (when they will work properly)
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/ini_soil_mod.F90

    r2835 r2842  
    88               therm_i, timestep,tsurf_ave,tsoil_ave,tsurf_inst, tsoil_inst,q_co2,q_h2o,ps,ice_table)
    99
     10#ifndef CPP_STD
     11
    1012      use vertical_layers_mod, only: ap,bp
    1113      use comsoil_h_PEM, only:  fluxgeo,layer_PEM,inertiedat_PEM
    1214      use comsoil_h,only: volcapa, nsoilmx
     15#endif
    1316
    1417   implicit none
     
    8689
    8790    real,allocatable :: diff_rho(:)                    ! difference of vapor content
     91
     92#ifndef CPP_STD
    8893
    8994    A =(1/m_co2 - 1/m_noco2)
     
    227232     countloop = 0
    228233   enddo
     234
     235#endif
    229236 
    230237      END SUBROUTINE ini_icetable
     
    232239               therm_i,                          &
    233240               timestep,tsurf,tsoil,alph,beta)
    234 
     241#ifndef CPP_STD
    235242      use comsoil_h_PEM, only: layer_PEM, mlayer_PEM,  &
    236243                           mu_PEM,fluxgeo
    237244      use comsoil_h,only: volcapa
     245#endif
    238246      implicit none
    239247
     
    275283      real :: coefq_PEM(0:nsoil-1)
    276284
     285#ifndef CPP_STD
     286
    277287! 0. Initialisations and preprocessing step
    278288 if (firstcall) then
     
    347357                       +coefd_PEM(ik))
    348358      enddo
    349 
     359#endif
    350360      end
    351361
Note: See TracChangeset for help on using the changeset viewer.