SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
TRIPv2
modd_trip_listing.F90
Go to the documentation of this file.
1
!######################
2
MODULE
modd_trip_listing
3
!######################
4
!
5
!!**** *MODD_TRIP_LISTING* - declaration of TRIP listing param
6
!!
7
!-------------------------------------------------------------------------------
8
!
9
!* 0. DECLARATIONS
10
! ------------
11
!
12
IMPLICIT NONE
13
!
14
CHARACTER(LEN=28)
::
clisting
=
'TRIP_RUN_LISTING.txt'
15
CHARACTER(LEN=28)
::
clisting_prep
=
'TRIP_PREP_LISTING.txt'
16
!
17
INTEGER
::
nlisting
= 10
18
!
19
!--------------------------------------------------------------------------------
20
!
21
END MODULE
modd_trip_listing
22
23
24
25
26
27
28
29
30
31
32
33
modd_trip_listing
Definition:
modd_trip_listing.F90:2
modd_trip_listing::nlisting
integer nlisting
Definition:
modd_trip_listing.F90:17
modd_trip_listing::clisting
character(len=28) clisting
Definition:
modd_trip_listing.F90:14
modd_trip_listing::clisting_prep
character(len=28) clisting_prep
Definition:
modd_trip_listing.F90:15
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13