Ignore:
Timestamp:
Dec 22, 2022, 5:43:14 PM (2 years ago)
Author:
llange
Message:

PEM
Documentation of the main subroutines, and variables.
Unused programs have been removed.
LL

File:
1 edited

Legend:

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

    r2835 r2855  
    2525!  ---------
    2626!  inputs:
    27       integer,intent(in) :: ngrid       ! number of (horizontal) grid-points
    28       integer,intent(in) :: nsoil       ! number of soil layers 
    29       logical,intent(in) :: firstcall ! identifier for initialization call
    30       real,intent(in) :: therm_i(ngrid,nsoil) ! thermal inertia
    31       real,intent(in) :: timestep           ! time step
    32       real,intent(in) :: tsurf(ngrid)   ! surface temperature
     27      integer,intent(in) :: ngrid       ! number of (horizontal) grid-points
     28      integer,intent(in) :: nsoil       ! number of soil layers 
     29      logical,intent(in) :: firstcall    ! identifier for initialization call
     30      real,intent(in) :: therm_i(ngrid,nsoil) ! thermal inertia [SI]
     31      real,intent(in) :: timestep       ! time step [s]
     32      real,intent(in) :: tsurf(ngrid)   ! surface temperature [K]
    3333 
    3434! outputs:
    35       real,intent(inout) :: tsoil(ngrid,nsoil) ! soil (mid-layer) temperature
    36       real,intent(inout) :: alph_PEM(ngrid,nsoil-1)
    37       real,intent(inout) :: beta_PEM(ngrid,nsoil-1)
     35      real,intent(inout) :: tsoil(ngrid,nsoil) ! soil (mid-layer) temperature [K]
     36      real,intent(inout) :: alph_PEM(ngrid,nsoil-1) ! intermediate for computations [1]
     37      real,intent(inout) :: beta_PEM(ngrid,nsoil-1) ! intermediate for computations [K]
    3838     
    3939! local variables:
Note: See TracChangeset for help on using the changeset viewer.