Changeset 2842 for trunk/LMDZ.COMMON/libf/evolution/ini_soil_mod.F90
- Timestamp:
- Dec 7, 2022, 5:53:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/ini_soil_mod.F90
r2835 r2842 8 8 therm_i, timestep,tsurf_ave,tsoil_ave,tsurf_inst, tsoil_inst,q_co2,q_h2o,ps,ice_table) 9 9 10 #ifndef CPP_STD 11 10 12 use vertical_layers_mod, only: ap,bp 11 13 use comsoil_h_PEM, only: fluxgeo,layer_PEM,inertiedat_PEM 12 14 use comsoil_h,only: volcapa, nsoilmx 15 #endif 13 16 14 17 implicit none … … 86 89 87 90 real,allocatable :: diff_rho(:) ! difference of vapor content 91 92 #ifndef CPP_STD 88 93 89 94 A =(1/m_co2 - 1/m_noco2) … … 227 232 countloop = 0 228 233 enddo 234 235 #endif 229 236 230 237 END SUBROUTINE ini_icetable … … 232 239 therm_i, & 233 240 timestep,tsurf,tsoil,alph,beta) 234 241 #ifndef CPP_STD 235 242 use comsoil_h_PEM, only: layer_PEM, mlayer_PEM, & 236 243 mu_PEM,fluxgeo 237 244 use comsoil_h,only: volcapa 245 #endif 238 246 implicit none 239 247 … … 275 283 real :: coefq_PEM(0:nsoil-1) 276 284 285 #ifndef CPP_STD 286 277 287 ! 0. Initialisations and preprocessing step 278 288 if (firstcall) then … … 347 357 +coefd_PEM(ik)) 348 358 enddo 349 359 #endif 350 360 end 351 361
Note: See TracChangeset
for help on using the changeset viewer.