source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/INCA/src/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: 566 bytes
Line 
1 
2      module TRANSPORT_CONTROLS
3 
4!-----------------------------------------------------
5!      ... Transport control variables
6!-----------------------------------------------------
7 
8      implicit none
9 
10      integer, parameter :: nprath = 1
11 
12      integer :: hadv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
13 
14      integer :: vadv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
15 
16      integer :: conv_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
17 
18      integer ::  pbl_flg(  8) = (/10, 10, 10,  0, 10, 10, 10, 10/)
19 
20      end module TRANSPORT_CONTROLS
Note: See TracBrowser for help on using the repository browser.