SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines | Variables
lfimod Module Reference

Data Types

type  lficom
 
type  lficrw
 

Functions/Subroutines

subroutine new_lfi_default ()
 
subroutine new_lfi (LFI, KERR, KPNXFI, KPFACX)
 
subroutine free_lfi (LFI, KERR)
 

Variables

integer(kind=jplikb), parameter jplstx = 7
 
integer(kind=jplikb), parameter jpnbst = 4
 
integer(kind=jplikb), parameter jpncpn = 16
 
integer(kind=jplikb), parameter jplftx = 512
 
integer(kind=jplikb), parameter jpxccf = 16
 
integer(kind=jplikb), parameter jpxmet = 2 * JPNCPN
 
integer(kind=jplikb), parameter jptymx = 5
 
integer(kind=jplikb), parameter jplspx = 6
 
type(lficom), target, save lficom_default
 
logical, save lficom_default_init = .FALSE.
 

Function/Subroutine Documentation

◆ free_lfi()

subroutine lfimod::free_lfi ( type (lficom LFI,
integer, intent(out)  KERR 
)

Definition at line 605 of file lfimod.F90.

Here is the caller graph for this function:

◆ new_lfi()

subroutine lfimod::new_lfi ( type (lficom LFI,
integer, intent(out)  KERR,
integer, intent(in), optional  KPNXFI,
integer, intent(in), optional  KPFACX 
)

Definition at line 391 of file lfimod.F90.

Here is the caller graph for this function:

◆ new_lfi_default()

subroutine lfimod::new_lfi_default ( )

Definition at line 376 of file lfimod.F90.

Here is the call graph for this function:

Variable Documentation

◆ jplftx

integer (kind=jplikb), parameter lfimod::jplftx = 512

Definition at line 61 of file lfimod.F90.

◆ jplspx

integer (kind=jplikb), parameter lfimod::jplspx = 6

Definition at line 65 of file lfimod.F90.

◆ jplstx

integer (kind=jplikb), parameter lfimod::jplstx = 7

Definition at line 58 of file lfimod.F90.

◆ jpnbst

integer (kind=jplikb), parameter lfimod::jpnbst = 4

Definition at line 59 of file lfimod.F90.

◆ jpncpn

integer (kind=jplikb), parameter lfimod::jpncpn = 16

Definition at line 60 of file lfimod.F90.

◆ jptymx

integer (kind=jplikb), parameter lfimod::jptymx = 5

Definition at line 64 of file lfimod.F90.

◆ jpxccf

integer (kind=jplikb), parameter lfimod::jpxccf = 16

Definition at line 62 of file lfimod.F90.

◆ jpxmet

integer (kind=jplikb), parameter lfimod::jpxmet = 2 * JPNCPN

Definition at line 63 of file lfimod.F90.

◆ lficom_default

type (lficom), target, save lfimod::lficom_default

Definition at line 370 of file lfimod.F90.

◆ lficom_default_init

logical, save lfimod::lficom_default_init = .FALSE.

Definition at line 371 of file lfimod.F90.