SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
modd_write_bin.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_write_bin
7
! ##################
8
!
9
!!**** *MODD_WRITE_BIN -
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!! None
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!! AUTHOR
23
!! ------
24
!! A. LEMONSU *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!!
29
!
30
!* 0. DECLARATIONS
31
!
32
IMPLICIT NONE
33
!
34
INTEGER
,
PARAMETER
::
jpvar
= 700
! maximum number of fields to write
35
CHARACTER(LEN=12)
,
DIMENSION(JPVAR)
::
cvar
=
' '
! names of fields to write
36
INTEGER
,
DIMENSION(JPVAR)
::
nvar
! unit number associated to CVAR elements
37
INTEGER
::
nind
! current unit number
38
INTEGER
::
nunit0
=33
39
INTEGER
::
nwrite
! counter for writing
40
!
41
!
42
END MODULE
modd_write_bin
modd_write_bin::cvar
character(len=12), dimension(jpvar) cvar
Definition:
modd_write_bin.F90:35
modd_write_bin::jpvar
integer, parameter jpvar
Definition:
modd_write_bin.F90:34
modd_write_bin::nunit0
integer nunit0
Definition:
modd_write_bin.F90:38
modd_write_bin::nind
integer nind
Definition:
modd_write_bin.F90:37
modd_write_bin::nwrite
integer nwrite
Definition:
modd_write_bin.F90:39
modd_write_bin::nvar
integer, dimension(jpvar) nvar
Definition:
modd_write_bin.F90:36
modd_write_bin
Definition:
modd_write_bin.F90:6
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13