SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
modd_io_surf_txt.F90
Go to the documentation of this file.
1
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4
!SFX_LIC for details. version 1.
5
! ##################
6
MODULE
modd_io_surf_txt
7
! ##################
8
!
9
!!**** *MODD_IO_SURF_TXT -
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!! None
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!! AUTHOR
23
!! ------
24
!! V. Masson *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!!
29
!! P. LeMoigne 04/2004 : distinguish in and out file name
30
!
31
!* 0. DECLARATIONS
32
!
33
IMPLICIT NONE
34
INTEGER
,
DIMENSION(:)
,
POINTER
::
nmask
! 1D mask to read only interesting
35
CHARACTER(LEN=6)
::
cmask
! surface mask type
36
INTEGER
::
nfull
! total number for points of surface
37
!
38
END MODULE
modd_io_surf_txt
modd_io_surf_txt
Definition:
modd_io_surf_txt.F90:6
modd_io_surf_txt::nmask
integer, dimension(:), pointer nmask
Definition:
modd_io_surf_txt.F90:34
modd_io_surf_txt::cmask
character(len=6) cmask
Definition:
modd_io_surf_txt.F90:35
modd_io_surf_txt::nfull
integer nfull
Definition:
modd_io_surf_txt.F90:36
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13