[go: up one dir, main page]

Menu

[r34]: / common / mod_modnetcdf.f90  Maximize  Restore  History

Download this file

39 lines (36 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module modnetcdf
implicit none
SAVE
integer,dimension(:),allocatable::v_user1_1,v_user1_2
real,dimension(:,:),allocatable::V,VD,V2,VD2
integer::nb_coord,nb_dim,constant_pixcm,hart
integer::nb_vectors,nb_vectors2
integer::convect_flow=1
integer::civ1=0
integer::civ2=0
integer::fix=0
integer::fix2=0
integer::patch=0
integer::patch2=0
integer::user1_1,user1_2
integer::nb_vec_patch,nb_vec2_patch
real::pixcmx,pixcmy,T0,T02,dt,dt2,kc,kc2,pixcmx_out,pixcmy_out
real(8)::ro,ro2
character(1)::img1,img2,img3,img4
integer::patch_nx,patch_ny,patch2_nx,patch2_ny
integer::nbMasked,nbAvgLessThan,nbAvgNull,nbAvgLessThanANDMaxCorrLessThan
integer::nbInstable,nbIsTooSmall,nbInstableHart,nbInstableHartBis,nbHartPrefered
integer::nbHartCorrTooLow
character(256)::title
!= 0 Masked Hard-BLACK
!=3 AvgLessThan (imgA)
!=3.1 AvgNull (imgB)
!=3.2 AvgLessThanANDMaxCorrLessThan
!=3.3 Instable (sfit1)
!=-2 IsToosmall
!=9 InstableHart
!=9.1 InstableHartBis
!=2 HartPrefered
!=4 HartCorrTooLow
logical::verbose
end module modnetcdf