SURFEX v8.1
General documentation of Surfex
modd_trip_listing.F90
Go to the documentation of this file.
1 !######################
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 
character(len=28) clisting
character(len=28) clisting_prep