source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/INCA/build/ppsrc/INCA_PP/transp_cont.mod.f @ 6610

Last change on this file since 6610 was 6610, checked in by acosce, 10 months ago

INCA used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 577 bytes
Line 
1
2
3
4
5
6
7
8
9
10
11
12 
13      module TRANSPORT_CONTROLS
14 
15!-----------------------------------------------------
16!      ... Transport control variables
17!-----------------------------------------------------
18 
19      implicit none
20 
21      integer, parameter :: nprath = 1
22 
23      integer :: hadv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
24 
25      integer :: vadv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
26 
27      integer :: conv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
28 
29      integer ::  pbl_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
30 
31      end module TRANSPORT_CONTROLS
Note: See TracBrowser for help on using the repository browser.